~kubuntu-members/korundum/4.11

« back to all changes in this revision

Viewing changes to plasma/examples/applets/digital-clock/digital_clock_config.ui

  • Committer: Ian Monroe
  • Date: 2010-11-21 15:55:01 UTC
  • Revision ID: git-v1:c37670e4e3c59f5eb2ba112f5341a5e706217f6f
Split up Smoke into Qt and KDE directories. 
Move libsmoke stuff into the generator directory
Split up Ruby into qtruby and korundum directories

svn path=/trunk/KDE/kdebindings/ruby/; revision=1199320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>DigitalClockConfig</class>
3
 
 <widget class="QWidget" name="clockConfig" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>400</width>
9
 
    <height>300</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="minimumSize" >
13
 
   <size>
14
 
    <width>400</width>
15
 
    <height>300</height>
16
 
   </size>
17
 
  </property>
18
 
  <layout class="QGridLayout" >
19
 
   <item row="0" column="0" >
20
 
    <widget class="QTabWidget" name="ClockTab" >
21
 
     <property name="sizePolicy" >
22
 
      <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
23
 
       <horstretch>0</horstretch>
24
 
       <verstretch>0</verstretch>
25
 
      </sizepolicy>
26
 
     </property>
27
 
     <property name="currentIndex" >
28
 
      <number>0</number>
29
 
     </property>
30
 
     <widget class="QWidget" name="AppearanceTab" >
31
 
      <attribute name="title" >
32
 
       <string>Appearance</string>
33
 
      </attribute>
34
 
      <layout class="QGridLayout" >
35
 
       <item row="0" column="0" >
36
 
        <widget class="QLabel" name="plainClockFontLabel" >
37
 
         <property name="text" >
38
 
          <string>Plain clock font:</string>
39
 
         </property>
40
 
        </widget>
41
 
       </item>
42
 
       <item row="0" column="1" >
43
 
        <widget class="KFontComboBox" name="plainClockFont" />
44
 
       </item>
45
 
       <item row="1" column="1" >
46
 
        <widget class="QCheckBox" name="plainClockFontBold" >
47
 
         <property name="text" >
48
 
          <string>&amp;Bold</string>
49
 
         </property>
50
 
        </widget>
51
 
       </item>
52
 
       <item row="2" column="1" >
53
 
        <widget class="QCheckBox" name="plainClockFontItalic" >
54
 
         <property name="text" >
55
 
          <string>&amp;Italic</string>
56
 
         </property>
57
 
        </widget>
58
 
       </item>
59
 
       <item row="3" column="0" >
60
 
        <widget class="QCheckBox" name="useCustomColor" >
61
 
         <property name="text" >
62
 
          <string>Custom color</string>
63
 
         </property>
64
 
        </widget>
65
 
       </item>
66
 
       <item row="3" column="1" >
67
 
        <widget class="KColorCombo" name="plainClockColor" >
68
 
         <property name="enabled" >
69
 
          <bool>false</bool>
70
 
         </property>
71
 
        </widget>
72
 
       </item>
73
 
       <item row="4" column="0" colspan="2" >
74
 
        <widget class="QCheckBox" name="showDate" >
75
 
         <property name="text" >
76
 
          <string>Show &amp;date</string>
77
 
         </property>
78
 
        </widget>
79
 
       </item>
80
 
       <item row="5" column="1" >
81
 
        <widget class="QCheckBox" name="showDay" >
82
 
         <property name="enabled" >
83
 
          <bool>false</bool>
84
 
         </property>
85
 
         <property name="text" >
86
 
          <string>Show day of the &amp;week</string>
87
 
         </property>
88
 
        </widget>
89
 
       </item>
90
 
       <item row="6" column="1" >
91
 
        <widget class="QCheckBox" name="showYear" >
92
 
         <property name="enabled" >
93
 
          <bool>false</bool>
94
 
         </property>
95
 
         <property name="text" >
96
 
          <string>Show &amp;year</string>
97
 
         </property>
98
 
        </widget>
99
 
       </item>
100
 
       <item row="7" column="0" colspan="2" >
101
 
        <widget class="QCheckBox" name="showTimezone" >
102
 
         <property name="text" >
103
 
          <string>Show &amp;timezone</string>
104
 
         </property>
105
 
        </widget>
106
 
       </item>
107
 
       <item row="8" column="0" >
108
 
        <widget class="QCheckBox" name="secondsCheckbox" >
109
 
         <property name="toolTip" >
110
 
          <string>Show the seconds</string>
111
 
         </property>
112
 
         <property name="whatsThis" >
113
 
          <string>Check this if you want to show the seconds.</string>
114
 
         </property>
115
 
         <property name="text" >
116
 
          <string>Show &amp;seconds</string>
117
 
         </property>
118
 
        </widget>
119
 
       </item>
120
 
       <item row="8" column="0" >
121
 
        <spacer>
122
 
         <property name="orientation" >
123
 
          <enum>Qt::Vertical</enum>
124
 
         </property>
125
 
         <property name="sizeHint" >
126
 
          <size>
127
 
           <width>20</width>
128
 
           <height>0</height>
129
 
          </size>
130
 
         </property>
131
 
        </spacer>
132
 
       </item>
133
 
      </layout>
134
 
     </widget>
135
 
     <widget class="QWidget" name="TimezonesTab" >
136
 
      <attribute name="title" >
137
 
       <string>Ti&amp;mezones</string>
138
 
      </attribute>
139
 
      <layout class="QVBoxLayout" >
140
 
       <item>
141
 
        <widget class="QCheckBox" name="localTimeZone" >
142
 
         <property name="text" >
143
 
          <string>Use &amp;local timezone</string>
144
 
         </property>
145
 
        </widget>
146
 
       </item>
147
 
       <item>
148
 
        <widget class="KTimeZoneWidget" name="timeZones" >
149
 
         <property name="minimumSize" >
150
 
          <size>
151
 
           <width>300</width>
152
 
           <height>150</height>
153
 
          </size>
154
 
         </property>
155
 
         <column>
156
 
          <property name="text" >
157
 
           <string>Area</string>
158
 
          </property>
159
 
         </column>
160
 
         <column>
161
 
          <property name="text" >
162
 
           <string>Region</string>
163
 
          </property>
164
 
         </column>
165
 
         <column>
166
 
          <property name="text" >
167
 
           <string>Comment</string>
168
 
          </property>
169
 
         </column>
170
 
        </widget>
171
 
       </item>
172
 
      </layout>
173
 
     </widget>
174
 
    </widget>
175
 
   </item>
176
 
  </layout>
177
 
 </widget>
178
 
 <customwidgets>
179
 
  <customwidget>
180
 
   <class>KColorCombo</class>
181
 
   <extends>QComboBox</extends>
182
 
   <header>kcolorcombo.h</header>
183
 
  </customwidget>
184
 
  <customwidget>
185
 
   <class>KTimeZoneWidget</class>
186
 
   <extends>QTreeWidget</extends>
187
 
   <header>ktimezonewidget.h</header>
188
 
  </customwidget>
189
 
 </customwidgets>
190
 
 <resources/>
191
 
 <connections>
192
 
  <connection>
193
 
   <sender>useCustomColor</sender>
194
 
   <signal>toggled(bool)</signal>
195
 
   <receiver>plainClockColor</receiver>
196
 
   <slot>setEnabled(bool)</slot>
197
 
  </connection>
198
 
  <connection>
199
 
   <sender>showDate</sender>
200
 
   <signal>toggled(bool)</signal>
201
 
   <receiver>showDay</receiver>
202
 
   <slot>setEnabled(bool)</slot>
203
 
   <hints>
204
 
    <hint type="sourcelabel" >
205
 
     <x>111</x>
206
 
     <y>53</y>
207
 
    </hint>
208
 
    <hint type="destinationlabel" >
209
 
     <x>309</x>
210
 
     <y>53</y>
211
 
    </hint>
212
 
   </hints>
213
 
  </connection>
214
 
  <connection>
215
 
   <sender>showDate</sender>
216
 
   <signal>toggled(bool)</signal>
217
 
   <receiver>showYear</receiver>
218
 
   <slot>setEnabled(bool)</slot>
219
 
   <hints>
220
 
    <hint type="sourcelabel" >
221
 
     <x>78</x>
222
 
     <y>53</y>
223
 
    </hint>
224
 
    <hint type="destinationlabel" >
225
 
     <x>369</x>
226
 
     <y>53</y>
227
 
    </hint>
228
 
   </hints>
229
 
  </connection>
230
 
  <connection>
231
 
   <sender>localTimeZone</sender>
232
 
   <signal>toggled(bool)</signal>
233
 
   <receiver>timeZones</receiver>
234
 
   <slot>setDisabled(bool)</slot>
235
 
   <hints>
236
 
    <hint type="sourcelabel" >
237
 
     <x>209</x>
238
 
     <y>53</y>
239
 
    </hint>
240
 
    <hint type="destinationlabel" >
241
 
     <x>209</x>
242
 
     <y>239</y>
243
 
    </hint>
244
 
   </hints>
245
 
  </connection>
246
 
 </connections>
247
 
</ui>