summaryrefslogtreecommitdiff
path: root/tableproperties.h
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2008-11-24 23:16:51 +0100
committerLukáš Lalinský <lalinsky@gmail.com>2008-11-24 23:16:51 +0100
commitc976b19ca29551587a649505920a8b07ec247b5b (patch)
treeeca0c637a8045ab31f06087a7f6dfdfb4d81f7a7 /tableproperties.h
parent4b28f29b0dc2dbb24b6e056a715a780712b27a82 (diff)
downloaddbmodel-c976b19ca29551587a649505920a8b07ec247b5b.tar.xz
Implement column list as a standalone QTreeView-based widget
Diffstat (limited to 'tableproperties.h')
-rw-r--r--tableproperties.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tableproperties.h b/tableproperties.h
index 379f5dd..5546aff 100644
--- a/tableproperties.h
+++ b/tableproperties.h
@@ -18,6 +18,7 @@
#define TABLEPROPERTIES_H
#include <QWidget>
+#include <QTreeWidget>
#include "ui_tableproperties.h"
class DatabaseTable;
@@ -34,11 +35,6 @@ public:
protected slots:
void setSelectedTableName(const QString &name);
- void setSelectedTableColumnName(QTreeWidgetItem *item, int column);
- void addColumn();
- void removeColumn();
- void moveColumnUp();
- void moveColumnDown();
void updateColumnSelection();
private: