~ubuntukylin-members/youker-assistant/youker-assistant-0.2

« back to all changes in this revision

Viewing changes to qml/func/settings/WidgetTheme.qml

  • Committer: kobe
  • Date: 2013-12-03 02:34:43 UTC
  • Revision ID: xiangli@ubuntukylin.com-20131203023443-ou52rdts18tmidm9
add KernelModel.qml

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        sessiondispatcher.write_default_configure_to_qsetting_file("widgettheme", "currenttheme", widgetthemepage.init_theme);
44
44
    }
45
45
 
46
 
    ListModel {
47
 
        id: themeModel
48
 
    }
 
46
    ListModel { id: themeModel }
49
47
 
50
48
    //背景
51
49
    Image {