equal
deleted
inserted
replaced
34 void changeEvent(QEvent *e); |
34 void changeEvent(QEvent *e); |
35 |
35 |
36 private: |
36 private: |
37 void generateMainBuildFile(); |
37 void generateMainBuildFile(); |
38 void showFeedsLayout(); |
38 void showFeedsLayout(); |
|
39 void showGraphicsGridLayout(); |
|
40 void showGraphicsGridTextLayout(); |
|
41 void showWidgeImageLayout(); |
|
42 void showGraphicsCarouselLayout(); |
39 void showTextLayout(); |
43 void showTextLayout(); |
40 void showIconsTextLayout(); |
44 void showIconsTextLayout(); |
41 void showGraphicTextLayout(); |
45 void showGraphicsTextLayout(); |
|
46 void showGraphicsIconTextLayout(); |
42 |
47 |
43 private: |
48 private: |
44 Ui::MainWindow *ui; |
49 Ui::MainWindow *ui; |
45 int iLayoutIndex; |
50 int iLayoutIndex; |
46 int iLayoutCount; |
51 int iLayoutCount; |