equal
deleted
inserted
replaced
63 |
63 |
64 protected: |
64 protected: |
65 void resizeEvent(QResizeEvent* event); |
65 void resizeEvent(QResizeEvent* event); |
66 private: |
66 private: |
67 static QStringList rootPaths(); |
67 static QStringList rootPaths(); |
68 QStringList rootThemes; |
68 void updateRootThemes(); |
69 QDir dir; |
69 QStringList themePaths(); |
70 HbListWidget *themelist; |
70 HbListWidget *themelist; |
71 HbIcon* rightMark; |
71 HbIcon* rightMark; |
72 HbIcon* noMark; |
72 HbIcon* noMark; |
73 HbAction *action; |
73 HbAction *action; |
74 QList<HbIcon*> thumbnails; |
74 QList<HbIcon*> thumbnails; |
|
75 QStringList mRootThemes; |
75 HbAction* mOkAction; |
76 HbAction* mOkAction; |
76 HbAction* mCancelAction; |
77 HbAction* mCancelAction; |
77 HbMainWindow *mMainWindow; |
78 HbMainWindow *mMainWindow; |
78 HbListWidgetItem* previewItem; |
79 HbListWidgetItem* previewItem; |
79 HbView *previewView; |
80 HbView *previewView; |