Mercurial > hg > svgui
comparison widgets/ModelDataTableDialog.h @ 399:80c7dd3c8dce
* Add audio device selection to preferences
* Add (not yet functional) insert, delete, edit buttons to data edit window
* Add proper set methods for time fields in data edit window (using general
sparse model base class)
author | Chris Cannam |
---|---|
date | Fri, 13 Jun 2008 21:09:43 +0000 |
parents | 80e279e4f9fe |
children | 32acd578fcba |
comparison
equal
deleted
inserted
replaced
398:80e279e4f9fe | 399:80c7dd3c8dce |
---|---|
40 void executeCommand(Command *); | 40 void executeCommand(Command *); |
41 | 41 |
42 protected slots: | 42 protected slots: |
43 void viewClicked(const QModelIndex &); | 43 void viewClicked(const QModelIndex &); |
44 void viewPressed(const QModelIndex &); | 44 void viewPressed(const QModelIndex &); |
45 | |
46 void insertRow(); | |
47 void deleteRow(); | |
48 void editRow(); | |
45 | 49 |
46 protected: | 50 protected: |
47 ModelDataTableModel *m_table; | 51 ModelDataTableModel *m_table; |
48 QTableView *m_tableView; | 52 QTableView *m_tableView; |
49 }; | 53 }; |