qt5
Last change
on this file since c9fa699 was
c9fa699,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
'nowTab' list is automatically expanded
|
-
Property mode set to
100644
|
File size:
468 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef NOWTABCONTAINER_H_ |
---|
3 | #define NOWTABCONTAINER_H_ |
---|
4 | |
---|
5 | #include "tabcontainer.h" |
---|
6 | |
---|
7 | class NowTabContainer: public TabContainer |
---|
8 | { |
---|
9 | Q_OBJECT |
---|
10 | public: |
---|
11 | NowTabContainer( QWidget *aParent ); |
---|
12 | virtual ~NowTabContainer() { } |
---|
13 | |
---|
14 | protected: |
---|
15 | virtual void loadEvents( const QDate &aDate, const int aConferenceId ); |
---|
16 | |
---|
17 | protected slots: |
---|
18 | virtual void updateTreeView(const QDate &aDate); |
---|
19 | |
---|
20 | private slots: |
---|
21 | void timerUpdateTreeView(); |
---|
22 | }; |
---|
23 | |
---|
24 | #endif /* NOWTABCONTAINER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.