diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-07-26 12:39:50 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-07-26 12:39:50 (GMT) |
| commit | a28d92f3458218d6effbfdd9a42bf8fbe8b8aa72 (patch) | |
| tree | f666c221dcc899704bb80f67afe383e58b780669 /Swift/QtUI/QtTreeWidget.h | |
| parent | c4660f404c9a0dbf1c00a20baacfc738d93eaff5 (diff) | |
| download | swift-contrib-a28d92f3458218d6effbfdd9a42bf8fbe8b8aa72.zip swift-contrib-a28d92f3458218d6effbfdd9a42bf8fbe8b8aa72.tar.bz2 | |
Begin to assage Swift model into Qt Model/View.
Diffstat (limited to 'Swift/QtUI/QtTreeWidget.h')
| -rw-r--r-- | Swift/QtUI/QtTreeWidget.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Swift/QtUI/QtTreeWidget.h b/Swift/QtUI/QtTreeWidget.h deleted file mode 100644 index e1d83de..0000000 --- a/Swift/QtUI/QtTreeWidget.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef SWIFT_QtTreeWidget_H -#define SWIFT_QtTreeWidget_H - -#include <QTreeWidget> - -#include "Swiften/Roster/TreeWidgetFactory.h" -#include "Swiften/Roster/TreeWidget.h" -#include "Swiften/Roster/TreeWidgetItem.h" -#include "Swift/QtUI/QtTreeWidgetItem.h" -#include "Swift/QtUI/QtTreeWidget.h" - -namespace Swift { - -class QtTreeWidget : public QTreeWidget, public TreeWidget { - Q_OBJECT - public: - QtTreeWidget(QWidget* parent = 0); - - private slots: - void handleItemActivated(QTreeWidgetItem*, int); - - private: - void drawBranches(QPainter*, const QRect&, const QModelIndex&) const; -}; - -} -#endif - |
Swift