qt5
Last change
on this file since 872aeaa was
9172ee8,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
'nowTab' updated/loaded when application starts
|
-
Property mode set to
100644
|
File size:
465 bytes
|
Rev | Line | |
---|
[07ae23a] | 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 | |
---|
[9172ee8] | 17 | public slots: |
---|
[c9fa699] | 18 | virtual void updateTreeView(const QDate &aDate); |
---|
| 19 | |
---|
[07ae23a] | 20 | private slots: |
---|
| 21 | void timerUpdateTreeView(); |
---|
| 22 | }; |
---|
| 23 | |
---|
| 24 | #endif /* NOWTABCONTAINER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.