comparison: ui/qt/model.h
ui/qt/model.h
- changeset 971
- 0224108bd8c2
- parent 958
- 749a8a36d74b
equal
deleted
inserted
replaced
| 28 |
28 |
| 29 #ifndef MODEL_H |
29 #ifndef MODEL_H |
| 30 #define MODEL_H |
30 #define MODEL_H |
| 31 |
31 |
| 32 #include "toolkit.h" |
32 #include "toolkit.h" |
| 33 #include "../ui/tree.h" |
33 #include "../ui/list.h" |
| 34 #include "../common/context.h" |
34 #include "../common/context.h" |
| 35 #include <QListView> |
35 #include <QListView> |
| 36 #include <QTreeView> |
36 #include <QTreeView> |
| 37 #include <QComboBox> |
37 #include <QComboBox> |
| 38 #include <QAbstractListModel> |
38 #include <QAbstractListModel> |