qt5
Last change
on this file since ea638ef was
ea638ef,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
implemented 'conflicts' dialog
- displays rooms instead of conflicts for now
- needs to implement additional methods in Event, ...
|
-
Property mode set to
100644
|
File size:
458 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef CONFLICTDIALOGCONTAINER_H |
---|
3 | #define CONFLICTDIALOGCONTAINER_H |
---|
4 | |
---|
5 | #include "tabcontainer.h" |
---|
6 | |
---|
7 | class ConflictDialogContainer: public TabContainer |
---|
8 | { |
---|
9 | Q_OBJECT |
---|
10 | public: |
---|
11 | ConflictDialogContainer(QWidget *aParent); |
---|
12 | virtual ~ConflictDialogContainer(){} |
---|
13 | |
---|
14 | public slots: |
---|
15 | virtual void updateTreeViewModel(int aEventId); |
---|
16 | |
---|
17 | protected: |
---|
18 | virtual void loadEvents( const QDate &aDate, const int aConferenceId ); |
---|
19 | }; |
---|
20 | |
---|
21 | #endif /* CONFLICTDIALOGCONTAINER_H */ |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.