~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/uctheme.cpp

  • Committer: Zsombor Egri
  • Date: 2014-04-20 19:25:12 UTC
  • mto: (700.276.32 combobutton)
  • mto: This revision was merged to the branch mainline in revision 770.
  • Revision ID: zsombor.egri@canonical.com-20140420192512-o0juovm3r2a3myyj
version set to 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/*!
37
37
    \qmltype Theme
38
38
    \instantiates UCTheme
39
 
    \inqmlmodule Ubuntu.Components 0.1
 
39
    \inqmlmodule Ubuntu.Components 1.0
40
40
    \ingroup theming
41
41
    \brief The Theme class provides facilities to interact with the current theme.
42
42
 
48
48
 
49
49
    \qml
50
50
    import QtQuick 2.0
51
 
    import Ubuntu.Components 0.1
 
51
    import Ubuntu.Components 1.0
52
52
 
53
53
    Item {
54
54
        Button {
61
61
 
62
62
    \qml
63
63
    import QtQuick 2.0
64
 
    import Ubuntu.Components 0.1
 
64
    import Ubuntu.Components 1.0
65
65
 
66
66
    StyledItem {
67
67
        id: myItem