allow in-line editing of watcher expressions

This commit is contained in:
hjk
2009-03-19 15:24:18 +01:00
parent 6cb5ea76f0
commit 00be68701e
9 changed files with 93 additions and 41 deletions

View File

@@ -58,12 +58,10 @@ public slots:
void setModel(QAbstractItemModel *model);
signals:
void requestAssignValue(const QString &exp, const QString &value);
void requestExpandChildren(const QModelIndex &idx);
void requestCollapseChildren(const QModelIndex &idx);
private slots:
void handleChangedItem(QWidget *);
void expandNode(const QModelIndex &index);
void collapseNode(const QModelIndex &index);