forked from blue/squawk
basic conversation window binding
This commit is contained in:
parent
1cbcad44af
commit
4775c7b700
16 changed files with 333 additions and 80 deletions
|
@ -25,7 +25,7 @@ class Item : public QObject{
|
|||
~Item();
|
||||
|
||||
signals:
|
||||
void childChanged(Item* item, int row, int col);
|
||||
void childChanged(Models::Item* item, int row, int col);
|
||||
void childIsAboutToBeInserted(Item* parent, int first, int last);
|
||||
void childInserted();
|
||||
void childIsAboutToBeRemoved(Item* parent, int first, int last);
|
||||
|
@ -45,6 +45,7 @@ class Item : public QObject{
|
|||
virtual QVariant data(int column) const;
|
||||
int row() const;
|
||||
Item *parentItem();
|
||||
const Item *parentItemConst() const;
|
||||
|
||||
const Type type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue