qt5
Last change
on this file since 28d9e28 was
5842349,
checked in by fortefr <fortefr@…>, 13 years ago
|
Fav table update
M trunk/src/gui/mainwindow.h
M trunk/src/gui/mainwindow.cpp
M trunk/src/mvc/treeview.h
M trunk/src/mvc/eventmodel.cpp
M trunk/src/mvc/event.h
M trunk/src/fosdem.pro
|
-
Property mode set to
100644
|
File size:
332 bytes
|
Line | |
---|
1 | #ifndef TREEVIEW_H |
---|
2 | #define TREEVIEW_H |
---|
3 | |
---|
4 | #include <QTreeView> |
---|
5 | |
---|
6 | |
---|
7 | class TreeView : public QTreeView |
---|
8 | { |
---|
9 | public: |
---|
10 | TreeView(QWidget *aParent = NULL); |
---|
11 | ~TreeView() {} |
---|
12 | private: |
---|
13 | void mouseReleaseEvent(QMouseEvent *aEvent); |
---|
14 | void testForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint); |
---|
15 | }; |
---|
16 | |
---|
17 | #endif /* TREEVIEW_H */ |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.