~blue-shell-next/sddm-kcm/qt5

« back to all changes in this revision

Viewing changes to src/ui/themeconfig.ui

  • Committer: David Edmundson
  • Date: 2014-08-07 16:04:16 UTC
  • Revision ID: git-v1:ded0c6bfc9c51b875c240a297a83eea641f457f0
QtDeclarative -> QtQuick

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>814</width>
10
 
    <height>562</height>
 
9
    <width>976</width>
 
10
    <height>752</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
46
46
    </widget>
47
47
   </item>
48
48
   <item>
49
 
    <layout class="QVBoxLayout" name="detailLayout" stretch="0,0,0">
50
 
     <item alignment="Qt::AlignHCenter">
51
 
      <widget class="QDeclarativeView" name="declarativeView">
52
 
       <property name="sizePolicy">
53
 
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
54
 
         <horstretch>0</horstretch>
55
 
         <verstretch>0</verstretch>
56
 
        </sizepolicy>
57
 
       </property>
58
 
       <property name="minimumSize">
59
 
        <size>
60
 
         <width>450</width>
61
 
         <height>350</height>
62
 
        </size>
63
 
       </property>
64
 
      </widget>
65
 
     </item>
 
49
    <layout class="QVBoxLayout" name="detailLayout" stretch="0,0">
66
50
     <item>
67
51
      <widget class="QGroupBox" name="customizeBox">
68
52
       <property name="title">
70
54
       </property>
71
55
       <layout class="QVBoxLayout" name="verticalLayout_2">
72
56
        <item>
 
57
         <widget class="QQuickWidget" name="quickWidget">
 
58
          <property name="sizePolicy">
 
59
           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
60
            <horstretch>0</horstretch>
 
61
            <verstretch>0</verstretch>
 
62
           </sizepolicy>
 
63
          </property>
 
64
          <property name="minimumSize">
 
65
           <size>
 
66
            <width>500</width>
 
67
            <height>300</height>
 
68
           </size>
 
69
          </property>
 
70
          <property name="resizeMode">
 
71
           <enum>QQuickWidget::SizeRootObjectToView</enum>
 
72
          </property>
 
73
         </widget>
 
74
        </item>
 
75
        <item>
73
76
         <layout class="QGridLayout" name="gridLayout">
74
77
          <item row="0" column="1">
75
78
           <widget class="SelectImageButton" name="selectBackgroundButton">
112
115
 </widget>
113
116
 <customwidgets>
114
117
  <customwidget>
115
 
   <class>QDeclarativeView</class>
116
 
   <extends>QGraphicsView</extends>
117
 
   <header>QtDeclarative/QDeclarativeView</header>
 
118
   <class>QQuickWidget</class>
 
119
   <extends>QWidget</extends>
 
120
   <header>QQuickWidget</header>
118
121
  </customwidget>
119
122
  <customwidget>
120
123
   <class>SelectImageButton</class>