qt5
Last change
on this file since 07ae23a was
07ae23a,
checked in by timkoma <timkoma@…>, 13 years ago
|
refactoring of the TABS
|
-
Property mode set to
100644
|
File size:
494 bytes
|
Line | |
---|
1 | /* |
---|
2 | * favtabcontainer.h |
---|
3 | * |
---|
4 | * Created on: Jan 27, 2010 |
---|
5 | * Author: maemo |
---|
6 | */ |
---|
7 | |
---|
8 | #ifndef FAVTABCONTAINER_H_ |
---|
9 | #define FAVTABCONTAINER_H_ |
---|
10 | |
---|
11 | #include "tabcontainer.h" |
---|
12 | |
---|
13 | class FavTabContainer: public TabContainer |
---|
14 | { |
---|
15 | Q_OBJECT |
---|
16 | public: |
---|
17 | FavTabContainer(QWidget *aParent); |
---|
18 | virtual ~FavTabContainer(){} |
---|
19 | |
---|
20 | public slots: |
---|
21 | virtual void updateTreeViewModel(int aEventId); |
---|
22 | |
---|
23 | protected: |
---|
24 | virtual void loadEvents( const QDate &aDate, const int aConferenceId ); |
---|
25 | }; |
---|
26 | |
---|
27 | #endif /* FAVTABCONTAINER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.