qt5
Last change
on this file since 66327a0 was
66327a0,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
modified model-view
- created own delegate to display TreeView? items
- contains also 'controls' - which are clickable (handled in TreeView?)
- created own TreeView? inherited from QTreeView
- to handle control-clicks of the Delegate
- minor modifications to MainWindow? UI
- icons added
|
-
Property mode set to
100644
|
File size:
263 bytes
|
Line | |
---|
1 | TEMPLATE = app |
---|
2 | TARGET = fosdem |
---|
3 | DESTDIR = ../bin |
---|
4 | QT += sql |
---|
5 | |
---|
6 | # module dependencies |
---|
7 | LIBS += -L$$DESTDIR -lgui -lmodel |
---|
8 | INCLUDEPATH += ../gui |
---|
9 | DEPENDPATH += . ../gui |
---|
10 | TARGETDEPS += $$DESTDIR/libmodel.a $$DESTDIR/libgui.a |
---|
11 | |
---|
12 | SOURCES += main.cpp |
---|
13 | |
---|
14 | RESOURCES += ../icons.qrc |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.