~kubuntu-members/korundum/4.11

« back to all changes in this revision

Viewing changes to plasma/examples/applets/analog-clock/clockConfig.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>AnalogClockConfig</class>
3
 
 <widget class="QWidget" name="clockConfig" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>449</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="QVBoxLayout" name="verticalLayout" >
19
 
   <item>
20
 
    <widget class="QCheckBox" name="showSecondHandCheckBox" >
21
 
     <property name="toolTip" >
22
 
      <string>Show the seconds</string>
23
 
     </property>
24
 
     <property name="whatsThis" >
25
 
      <string>Check this if you want to show the seconds.</string>
26
 
     </property>
27
 
     <property name="text" >
28
 
      <string>Show &amp;seconds</string>
29
 
     </property>
30
 
    </widget>
31
 
   </item>
32
 
   <item>
33
 
    <widget class="QCheckBox" name="showTimeStringCheckBox" >
34
 
     <property name="toolTip" >
35
 
      <string>Show the time in text</string>
36
 
     </property>
37
 
     <property name="whatsThis" >
38
 
      <string>Check this if you want to display the time as text within the clock.</string>
39
 
     </property>
40
 
     <property name="text" >
41
 
      <string>Also show the time as text</string>
42
 
     </property>
43
 
    </widget>
44
 
   </item>
45
 
   <item>
46
 
    <spacer name="verticalSpacer" >
47
 
     <property name="orientation" >
48
 
      <enum>Qt::Vertical</enum>
49
 
     </property>
50
 
     <property name="sizeType" >
51
 
      <enum>QSizePolicy::Minimum</enum>
52
 
     </property>
53
 
     <property name="sizeHint" stdset="0" >
54
 
      <size>
55
 
       <width>20</width>
56
 
       <height>235</height>
57
 
      </size>
58
 
     </property>
59
 
    </spacer>
60
 
   </item>
61
 
  </layout>
62
 
 </widget>
63
 
 <resources/>
64
 
 <connections/>
65
 
</ui>