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

« back to all changes in this revision

Viewing changes to kstyles/oxygen/demo/ui/oxygentabdemowidget.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>TabDemoWidget</class>
 
4
 <widget class="QWidget" name="TabDemoWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>413</width>
 
10
    <height>416</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout_5">
 
14
   <item>
 
15
    <layout class="QGridLayout" name="gridLayout">
 
16
     <item row="0" column="0">
 
17
      <widget class="QLabel" name="label">
 
18
       <property name="text">
 
19
        <string>Tab position:</string>
 
20
       </property>
 
21
       <property name="alignment">
 
22
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
23
       </property>
 
24
       <property name="buddy">
 
25
        <cstring>tabPositionComboBox</cstring>
 
26
       </property>
 
27
      </widget>
 
28
     </item>
 
29
     <item row="0" column="1">
 
30
      <widget class="KComboBox" name="tabPositionComboBox">
 
31
       <item>
 
32
        <property name="text">
 
33
         <string>North</string>
 
34
        </property>
 
35
       </item>
 
36
       <item>
 
37
        <property name="text">
 
38
         <string>South</string>
 
39
        </property>
 
40
       </item>
 
41
       <item>
 
42
        <property name="text">
 
43
         <string>West</string>
 
44
        </property>
 
45
       </item>
 
46
       <item>
 
47
        <property name="text">
 
48
         <string>East</string>
 
49
        </property>
 
50
       </item>
 
51
      </widget>
 
52
     </item>
 
53
     <item row="0" column="2">
 
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>261</width>
 
61
         <height>20</height>
 
62
        </size>
 
63
       </property>
 
64
      </spacer>
 
65
     </item>
 
66
     <item row="1" column="0">
 
67
      <widget class="QLabel" name="label_2">
 
68
       <property name="text">
 
69
        <string>Text position:</string>
 
70
       </property>
 
71
       <property name="alignment">
 
72
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
73
       </property>
 
74
       <property name="buddy">
 
75
        <cstring>textPositionComboBox</cstring>
 
76
       </property>
 
77
      </widget>
 
78
     </item>
 
79
     <item row="1" column="1">
 
80
      <widget class="KComboBox" name="textPositionComboBox">
 
81
       <item>
 
82
        <property name="text">
 
83
         <string>Icons Only</string>
 
84
        </property>
 
85
       </item>
 
86
       <item>
 
87
        <property name="text">
 
88
         <string>Text Only</string>
 
89
        </property>
 
90
       </item>
 
91
       <item>
 
92
        <property name="text">
 
93
         <string>Text Alongside Icons</string>
 
94
        </property>
 
95
       </item>
 
96
      </widget>
 
97
     </item>
 
98
    </layout>
 
99
   </item>
 
100
   <item>
 
101
    <widget class="QCheckBox" name="documentModeCheckBox">
 
102
     <property name="text">
 
103
      <string>Document mode</string>
 
104
     </property>
 
105
    </widget>
 
106
   </item>
 
107
   <item>
 
108
    <widget class="QCheckBox" name="cornerWidgetsCheckBox">
 
109
     <property name="text">
 
110
      <string>Show Corner Buttons</string>
 
111
     </property>
 
112
    </widget>
 
113
   </item>
 
114
   <item>
 
115
    <widget class="QCheckBox" name="tabBarVisibilityCheckBox">
 
116
     <property name="text">
 
117
      <string>Hide tabbar</string>
 
118
     </property>
 
119
    </widget>
 
120
   </item>
 
121
   <item>
 
122
    <widget class="QGroupBox" name="groupBox">
 
123
     <property name="title">
 
124
      <string>Preview</string>
 
125
     </property>
 
126
     <layout class="QVBoxLayout" name="verticalLayout_3">
 
127
      <property name="margin">
 
128
       <number>0</number>
 
129
      </property>
 
130
      <item>
 
131
       <widget class="Oxygen::TabWidget" name="tabWidget">
 
132
        <property name="tabPosition">
 
133
         <enum>QTabWidget::North</enum>
 
134
        </property>
 
135
        <property name="currentIndex">
 
136
         <number>0</number>
 
137
        </property>
 
138
        <property name="documentMode">
 
139
         <bool>false</bool>
 
140
        </property>
 
141
        <widget class="QWidget" name="tab">
 
142
         <attribute name="title">
 
143
          <string/>
 
144
         </attribute>
 
145
         <layout class="QVBoxLayout" name="verticalLayout">
 
146
          <property name="margin">
 
147
           <number>0</number>
 
148
          </property>
 
149
          <item>
 
150
           <widget class="KLineEdit" name="lineEdit">
 
151
            <property name="showClearButton" stdset="0">
 
152
             <bool>true</bool>
 
153
            </property>
 
154
           </widget>
 
155
          </item>
 
156
          <item>
 
157
           <widget class="KTextEdit" name="textEdit"/>
 
158
          </item>
 
159
         </layout>
 
160
        </widget>
 
161
        <widget class="QWidget" name="tab_3">
 
162
         <attribute name="title">
 
163
          <string/>
 
164
         </attribute>
 
165
        </widget>
 
166
        <widget class="QWidget" name="tab_4">
 
167
         <attribute name="title">
 
168
          <string/>
 
169
         </attribute>
 
170
         <layout class="QVBoxLayout" name="verticalLayout_4">
 
171
          <property name="margin">
 
172
           <number>0</number>
 
173
          </property>
 
174
          <item>
 
175
           <spacer name="verticalSpacer">
 
176
            <property name="orientation">
 
177
             <enum>Qt::Vertical</enum>
 
178
            </property>
 
179
            <property name="sizeHint" stdset="0">
 
180
             <size>
 
181
              <width>20</width>
 
182
              <height>40</height>
 
183
             </size>
 
184
            </property>
 
185
           </spacer>
 
186
          </item>
 
187
          <item>
 
188
           <widget class="KLineEdit" name="lineEdit_2">
 
189
            <property name="showClearButton" stdset="0">
 
190
             <bool>true</bool>
 
191
            </property>
 
192
           </widget>
 
193
          </item>
 
194
         </layout>
 
195
        </widget>
 
196
        <widget class="QWidget" name="tab_2">
 
197
         <attribute name="title">
 
198
          <string/>
 
199
         </attribute>
 
200
         <layout class="QVBoxLayout" name="verticalLayout_2">
 
201
          <property name="margin">
 
202
           <number>0</number>
 
203
          </property>
 
204
          <item>
 
205
           <widget class="KTextEdit" name="textEdit_2">
 
206
            <property name="frameShape">
 
207
             <enum>QFrame::NoFrame</enum>
 
208
            </property>
 
209
           </widget>
 
210
          </item>
 
211
         </layout>
 
212
        </widget>
 
213
       </widget>
 
214
      </item>
 
215
     </layout>
 
216
    </widget>
 
217
   </item>
 
218
  </layout>
 
219
 </widget>
 
220
 <customwidgets>
 
221
  <customwidget>
 
222
   <class>KLineEdit</class>
 
223
   <extends>QLineEdit</extends>
 
224
   <header>klineedit.h</header>
 
225
  </customwidget>
 
226
  <customwidget>
 
227
   <class>KComboBox</class>
 
228
   <extends>QComboBox</extends>
 
229
   <header>kcombobox.h</header>
 
230
  </customwidget>
 
231
  <customwidget>
 
232
   <class>KTabWidget</class>
 
233
   <extends>QTabWidget</extends>
 
234
   <header>ktabwidget.h</header>
 
235
   <container>1</container>
 
236
  </customwidget>
 
237
  <customwidget>
 
238
   <class>KTextEdit</class>
 
239
   <extends>QTextEdit</extends>
 
240
   <header>ktextedit.h</header>
 
241
  </customwidget>
 
242
  <customwidget>
 
243
   <class>Oxygen::TabWidget</class>
 
244
   <extends>KTabWidget</extends>
 
245
   <header>oxygentabwidget.h</header>
 
246
   <container>1</container>
 
247
  </customwidget>
 
248
 </customwidgets>
 
249
 <resources/>
 
250
 <connections/>
 
251
</ui>