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>
This commit is contained in:
Tomaz Canabrava 2013-07-17 12:13:04 -03:00
parent bad91ef11c
commit 29b92e2fc5
2 changed files with 16 additions and 1 deletions

View file

@ -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;