src/hbapps/hbthemechanger/themechangermain.cpp
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    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