~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kstyles/oxygen/demo/ui/oxygenframedemowidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>FrameDemoWidget</class>
 
4
 <widget class="QWidget" name="FrameDemoWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>487</width>
 
10
    <height>418</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <layout class="QHBoxLayout" name="horizontalLayout">
 
16
     <item>
 
17
      <widget class="QLabel" name="label">
 
18
       <property name="text">
 
19
        <string>Layout direction:</string>
 
20
       </property>
 
21
       <property name="alignment">
 
22
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
23
       </property>
 
24
       <property name="buddy">
 
25
        <cstring>directionComboBox</cstring>
 
26
       </property>
 
27
      </widget>
 
28
     </item>
 
29
     <item>
 
30
      <widget class="KComboBox" name="directionComboBox">
 
31
       <item>
 
32
        <property name="text">
 
33
         <string>Left to Right</string>
 
34
        </property>
 
35
       </item>
 
36
       <item>
 
37
        <property name="text">
 
38
         <string>Right to Left</string>
 
39
        </property>
 
40
       </item>
 
41
       <item>
 
42
        <property name="text">
 
43
         <string>Top to Bottom</string>
 
44
        </property>
 
45
       </item>
 
46
       <item>
 
47
        <property name="text">
 
48
         <string>Bottom to Top</string>
 
49
        </property>
 
50
       </item>
 
51
      </widget>
 
52
     </item>
 
53
     <item>
 
54
      <spacer name="horizontalSpacer">
 
55
       <property name="orientation">
 
56
        <enum>Qt::Horizontal</enum>
 
57
       </property>
 
58
       <property name="sizeHint" stdset="0">
 
59
        <size>
 
60
         <width>40</width>
 
61
         <height>20</height>
 
62
        </size>
 
63
       </property>
 
64
      </spacer>
 
65
     </item>
 
66
    </layout>
 
67
   </item>
 
68
   <item>
 
69
    <layout class="QHBoxLayout" name="frameLayout" stretch="1,1,1">
 
70
     <item>
 
71
      <widget class="QGroupBox" name="groupBox">
 
72
       <property name="title">
 
73
        <string>GroupBox</string>
 
74
       </property>
 
75
       <layout class="QVBoxLayout" name="verticalLayout_3">
 
76
        <item>
 
77
         <widget class="QCheckBox" name="flatGroupBoxCheckBox">
 
78
          <property name="text">
 
79
           <string comment="Flat group box. No frame is actually drawn">Flat</string>
 
80
          </property>
 
81
         </widget>
 
82
        </item>
 
83
        <item>
 
84
         <spacer name="verticalSpacer_2">
 
85
          <property name="orientation">
 
86
           <enum>Qt::Vertical</enum>
 
87
          </property>
 
88
          <property name="sizeHint" stdset="0">
 
89
           <size>
 
90
            <width>20</width>
 
91
            <height>40</height>
 
92
           </size>
 
93
          </property>
 
94
         </spacer>
 
95
        </item>
 
96
       </layout>
 
97
      </widget>
 
98
     </item>
 
99
     <item>
 
100
      <widget class="QFrame" name="frame">
 
101
       <property name="frameShape">
 
102
        <enum>QFrame::StyledPanel</enum>
 
103
       </property>
 
104
       <property name="frameShadow">
 
105
        <enum>QFrame::Raised</enum>
 
106
       </property>
 
107
       <layout class="QVBoxLayout" name="verticalLayout_2">
 
108
        <item>
 
109
         <widget class="QLabel" name="label_2">
 
110
          <property name="text">
 
111
           <string>Frame</string>
 
112
          </property>
 
113
          <property name="alignment">
 
114
           <set>Qt::AlignCenter</set>
 
115
          </property>
 
116
         </widget>
 
117
        </item>
 
118
        <item>
 
119
         <widget class="QRadioButton" name="raisedFrameRadioButton">
 
120
          <property name="text">
 
121
           <string>Raised</string>
 
122
          </property>
 
123
          <property name="checked">
 
124
           <bool>true</bool>
 
125
          </property>
 
126
         </widget>
 
127
        </item>
 
128
        <item>
 
129
         <widget class="QRadioButton" name="plainFrameRadioButton">
 
130
          <property name="enabled">
 
131
           <bool>true</bool>
 
132
          </property>
 
133
          <property name="text">
 
134
           <string comment="Flat frame. No frame is actually drawn.">Flat</string>
 
135
          </property>
 
136
         </widget>
 
137
        </item>
 
138
        <item>
 
139
         <widget class="QRadioButton" name="sunkenFrameRadioButton">
 
140
          <property name="text">
 
141
           <string>Sunken</string>
 
142
          </property>
 
143
         </widget>
 
144
        </item>
 
145
        <item>
 
146
         <spacer name="verticalSpacer">
 
147
          <property name="orientation">
 
148
           <enum>Qt::Vertical</enum>
 
149
          </property>
 
150
          <property name="sizeHint" stdset="0">
 
151
           <size>
 
152
            <width>20</width>
 
153
            <height>40</height>
 
154
           </size>
 
155
          </property>
 
156
         </spacer>
 
157
        </item>
 
158
       </layout>
 
159
      </widget>
 
160
     </item>
 
161
     <item>
 
162
      <widget class="KTabWidget" name="tabWidget">
 
163
       <property name="currentIndex">
 
164
        <number>0</number>
 
165
       </property>
 
166
       <widget class="QWidget" name="tab">
 
167
        <attribute name="title">
 
168
         <string>Tab Widget</string>
 
169
        </attribute>
 
170
       </widget>
 
171
      </widget>
 
172
     </item>
 
173
    </layout>
 
174
   </item>
 
175
  </layout>
 
176
 </widget>
 
177
 <customwidgets>
 
178
  <customwidget>
 
179
   <class>KComboBox</class>
 
180
   <extends>QComboBox</extends>
 
181
   <header>kcombobox.h</header>
 
182
  </customwidget>
 
183
  <customwidget>
 
184
   <class>KTabWidget</class>
 
185
   <extends>QTabWidget</extends>
 
186
   <header>ktabwidget.h</header>
 
187
   <container>1</container>
 
188
  </customwidget>
 
189
 </customwidgets>
 
190
 <tabstops>
 
191
  <tabstop>directionComboBox</tabstop>
 
192
  <tabstop>flatGroupBoxCheckBox</tabstop>
 
193
  <tabstop>raisedFrameRadioButton</tabstop>
 
194
  <tabstop>plainFrameRadioButton</tabstop>
 
195
  <tabstop>sunkenFrameRadioButton</tabstop>
 
196
  <tabstop>tabWidget</tabstop>
 
197
 </tabstops>
 
198
 <resources/>
 
199
 <connections/>
 
200
</ui>