equal
deleted
inserted
replaced
64 // Main window widget. |
64 // Main window widget. |
65 // Includes decorators such as signal strength and battery life indicator. |
65 // Includes decorators such as signal strength and battery life indicator. |
66 HbMainWindow mainWindow; |
66 HbMainWindow mainWindow; |
67 |
67 |
68 // Show the list of themes available |
68 // Show the list of themes available |
69 ThemeSelectionList *themelist=new ThemeSelectionList(); |
69 ThemeSelectionList *themelist=new ThemeSelectionList(&mainWindow); |
70 themelist->displayThemes(); |
70 themelist->displayThemes(); |
71 |
71 |
72 mainWindow.addView( themelist ); |
72 mainWindow.addView( themelist ); |
73 |
73 |
74 // Show widget |
74 // Show widget |