~kubuntu-members/korundum/4.11

« back to all changes in this revision

Viewing changes to plasma/examples/applets/analog-clock/analog_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>AnalogClockConfig</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="QVBoxLayout" >
19
 
   <item>
20
 
    <layout class="QVBoxLayout" >
21
 
     <item>
22
 
      <widget class="QGroupBox" name="groupBox" >
23
 
       <property name="title" >
24
 
        <string>Appearance</string>
25
 
       </property>
26
 
       <property name="flat" >
27
 
        <bool>true</bool>
28
 
       </property>
29
 
       <layout class="QVBoxLayout" >
30
 
        <item>
31
 
         <layout class="QVBoxLayout" >
32
 
          <item>
33
 
           <widget class="QCheckBox" name="showSecondHandCheckBox" >
34
 
            <property name="toolTip" >
35
 
             <string>Show the seconds</string>
36
 
            </property>
37
 
            <property name="whatsThis" >
38
 
             <string>Check this if you want to show the seconds.</string>
39
 
            </property>
40
 
            <property name="text" >
41
 
             <string>Show &amp;seconds</string>
42
 
            </property>
43
 
           </widget>
44
 
          </item>
45
 
          <item>
46
 
           <widget class="QCheckBox" name="showTimeStringCheckBox" >
47
 
            <property name="toolTip" >
48
 
             <string>Show the time in text</string>
49
 
            </property>
50
 
            <property name="whatsThis" >
51
 
             <string>Check this if you want to show the time as a text within the clock.</string>
52
 
            </property>
53
 
            <property name="text" >
54
 
             <string>Also show the time in text</string>
55
 
            </property>
56
 
           </widget>
57
 
          </item>
58
 
         </layout>
59
 
        </item>
60
 
       </layout>
61
 
      </widget>
62
 
     </item>
63
 
     <item>
64
 
      <widget class="QGroupBox" name="groupBox_2" >
65
 
       <property name="title" >
66
 
        <string>Timezones</string>
67
 
       </property>
68
 
       <property name="flat" >
69
 
        <bool>true</bool>
70
 
       </property>
71
 
       <layout class="QVBoxLayout" >
72
 
        <item>
73
 
         <layout class="QVBoxLayout" >
74
 
          <item>
75
 
           <widget class="QCheckBox" name="localTimeZone" >
76
 
            <property name="text" >
77
 
             <string>Use &amp;local timezone</string>
78
 
            </property>
79
 
           </widget>
80
 
          </item>
81
 
          <item>
82
 
           <widget class="KTimeZoneWidget" name="timeZones" >
83
 
            <property name="minimumSize" >
84
 
             <size>
85
 
              <width>300</width>
86
 
              <height>150</height>
87
 
             </size>
88
 
            </property>
89
 
            <column>
90
 
             <property name="text" >
91
 
              <string>Area</string>
92
 
             </property>
93
 
            </column>
94
 
            <column>
95
 
             <property name="text" >
96
 
              <string>Region</string>
97
 
             </property>
98
 
            </column>
99
 
            <column>
100
 
             <property name="text" >
101
 
              <string>Comment</string>
102
 
             </property>
103
 
            </column>
104
 
           </widget>
105
 
          </item>
106
 
         </layout>
107
 
        </item>
108
 
       </layout>
109
 
      </widget>
110
 
     </item>
111
 
    </layout>
112
 
   </item>
113
 
  </layout>
114
 
 </widget>
115
 
 <customwidgets>
116
 
  <customwidget>
117
 
   <class>KTimeZoneWidget</class>
118
 
   <extends>QTreeWidget</extends>
119
 
   <header>ktimezonewidget.h</header>
120
 
  </customwidget>
121
 
 </customwidgets>
122
 
 <resources/>
123
 
 <connections>
124
 
  <connection>
125
 
   <sender>localTimeZone</sender>
126
 
   <signal>toggled(bool)</signal>
127
 
   <receiver>timeZones</receiver>
128
 
   <slot>setDisabled(bool)</slot>
129
 
   <hints>
130
 
    <hint type="sourcelabel" >
131
 
     <x>20</x>
132
 
     <y>20</y>
133
 
    </hint>
134
 
    <hint type="destinationlabel" >
135
 
     <x>20</x>
136
 
     <y>20</y>
137
 
    </hint>
138
 
   </hints>
139
 
  </connection>
140
 
 </connections>
141
 
</ui>