diff 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
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.h	Thu Jun 12 14:33:45 2008 +0000
+++ b/widgets/ModelDataTableDialog.h	Fri Jun 13 21:09:43 2008 +0000
@@ -42,6 +42,10 @@
 protected slots:
     void viewClicked(const QModelIndex &);
     void viewPressed(const QModelIndex &);
+    
+    void insertRow();
+    void deleteRow();
+    void editRow();
 
 protected:
     ModelDataTableModel *m_table;