diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-07-17 12:13:04 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-07-17 12:13:04 -0300 |
commit | 29b92e2fc544e3ebab863e48cd6fc66aa7c09b63 (patch) | |
tree | 03cd4eaaec0dc2ee1d98be68abaaa12233357aca /qt-ui/maintab.h | |
parent | bad91ef11c49ad3e92e17e18ad66001bc0037f99 (diff) | |
download | subsurface-29b92e2fc544e3ebab863e48cd6fc66aa7c09b63.tar.gz |
Adds Single-Click editions on the TableView
This is a linus request, adds a Single-click edition
on the tableview to make it more consistent with the
rest of the interface where edition is permitted.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 764ed2306..af76fbb67 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -60,6 +60,8 @@ public slots: void on_rating_valueChanged(int value); void on_visibility_valueChanged(int value); void tabChanged(int idx); + void editCylinderWidget(const QModelIndex& index); + void editWeigthWidget(const QModelIndex& index); private: Ui::MainTab *ui; |