mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
bad91ef11c
commit
29b92e2fc5
2 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue