OSDN Git Service

generic: prepare for Katie changes
[kde/kde-extraapps.git] / ktimer / prefwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefWidget</class>
4  <widget class="QDialog" name="PrefWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>563</width>
10     <height>352</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Timer Settings</string>
15   </property>
16   <layout class="QGridLayout">
17    <property name="margin">
18     <number>11</number>
19    </property>
20    <property name="spacing">
21     <number>6</number>
22    </property>
23    <item row="0" column="0" rowspan="4">
24     <widget class="QTreeWidget" name="m_list">
25      <property name="toolTip">
26       <string>List of countdowns you have set</string>
27      </property>
28      <property name="whatsThis">
29       <string>New countdowns are put here. You can add and remove them, and stop and start them.</string>
30      </property>
31      <property name="allColumnsShowFocus">
32       <bool>true</bool>
33      </property>
34      <column>
35       <property name="text">
36        <string>Counter</string>
37       </property>
38      </column>
39      <column>
40       <property name="text">
41        <string>Delay</string>
42       </property>
43      </column>
44      <column>
45       <property name="text">
46        <string>State</string>
47       </property>
48      </column>
49      <column>
50       <property name="text">
51        <string>Command</string>
52       </property>
53      </column>
54     </widget>
55    </item>
56    <item row="0" column="1">
57     <widget class="KPushButton" name="m_add">
58      <property name="toolTip">
59       <string>Add a new task</string>
60      </property>
61      <property name="whatsThis">
62       <string>Add a new task to the list.</string>
63      </property>
64      <property name="text">
65       <string>&amp;New</string>
66      </property>
67     </widget>
68    </item>
69    <item row="1" column="1">
70     <widget class="KPushButton" name="m_remove">
71      <property name="toolTip">
72       <string>Remove a task</string>
73      </property>
74      <property name="whatsThis">
75       <string>Remove a task from the list.</string>
76      </property>
77      <property name="text">
78       <string>&amp;Remove</string>
79      </property>
80     </widget>
81    </item>
82    <item row="3" column="1">
83     <spacer>
84      <property name="orientation">
85       <enum>Qt::Vertical</enum>
86      </property>
87      <property name="sizeType">
88       <enum>QSizePolicy::Expanding</enum>
89      </property>
90      <property name="sizeHint" stdset="0">
91       <size>
92        <width>20</width>
93        <height>20</height>
94       </size>
95      </property>
96     </spacer>
97    </item>
98    <item row="5" column="1">
99     <widget class="QGroupBox" name="m_state">
100      <property name="enabled">
101       <bool>false</bool>
102      </property>
103      <property name="title">
104       <string>State</string>
105      </property>
106      <layout class="QGridLayout">
107       <property name="margin">
108        <number>11</number>
109       </property>
110       <property name="spacing">
111        <number>6</number>
112       </property>
113       <item row="2" column="0" colspan="3">
114        <widget class="QSlider" name="m_slider">
115         <property name="toolTip">
116          <string>Speed up or slow down your countdown</string>
117         </property>
118         <property name="whatsThis">
119          <string>You can use this slider to adjust the time.</string>
120         </property>
121         <property name="orientation">
122          <enum>Qt::Horizontal</enum>
123         </property>
124        </widget>
125       </item>
126       <item row="1" column="0" colspan="3">
127        <widget class="QLCDNumber" name="m_counter">
128         <property name="toolTip">
129          <string>Time in seconds until command is executed</string>
130         </property>
131         <property name="whatsThis">
132          <string>This number is how many seconds are left for the selected countdown.</string>
133         </property>
134         <property name="digitCount">
135          <number>6</number>
136         </property>
137        </widget>
138       </item>
139       <item row="0" column="1">
140        <widget class="QToolButton" name="m_pause">
141         <property name="toolTip">
142          <string>Pause a countdown</string>
143         </property>
144         <property name="whatsThis">
145          <string>Use this to pause a timer countdown.</string>
146         </property>
147         <property name="text">
148          <string>||</string>
149         </property>
150        </widget>
151       </item>
152       <item row="0" column="0">
153        <widget class="QToolButton" name="m_start">
154         <property name="toolTip">
155          <string>Start a countdown</string>
156         </property>
157         <property name="whatsThis">
158          <string>Use this to start or restart a countdown.</string>
159         </property>
160         <property name="text">
161          <string>&gt;</string>
162         </property>
163        </widget>
164       </item>
165       <item row="0" column="2">
166        <widget class="QToolButton" name="m_stop">
167         <property name="toolTip">
168          <string>Stop a countdown</string>
169         </property>
170         <property name="whatsThis">
171          <string>Use this to stop the countdown for a task.</string>
172         </property>
173         <property name="text">
174          <string>=</string>
175         </property>
176        </widget>
177       </item>
178      </layout>
179     </widget>
180    </item>
181    <item row="2" column="1">
182     <widget class="KPushButton" name="m_help">
183      <property name="toolTip">
184       <string>Detailed help documentation</string>
185      </property>
186      <property name="whatsThis">
187       <string>Click here to open the help documentation viewer.</string>
188      </property>
189     </widget>
190    </item>
191    <item row="5" column="0">
192     <widget class="QGroupBox" name="m_settings">
193      <property name="enabled">
194       <bool>false</bool>
195      </property>
196      <property name="title">
197       <string>Settings</string>
198      </property>
199      <layout class="QGridLayout">
200       <property name="margin">
201        <number>11</number>
202       </property>
203       <property name="spacing">
204        <number>6</number>
205       </property>
206       <item row="3" column="0" colspan="8">
207        <widget class="QCheckBox" name="m_loop">
208         <property name="toolTip">
209          <string>Check this box if you want your countdown to start over after it finishes</string>
210         </property>
211         <property name="whatsThis">
212          <string>Check this box if you want your countdown to start over after it finishes</string>
213         </property>
214         <property name="text">
215          <string>&amp;Loop</string>
216         </property>
217        </widget>
218       </item>
219       <item row="1" column="0">
220        <widget class="QLabel" name="TextLabel2">
221         <property name="text">
222          <string>Delay:</string>
223         </property>
224        </widget>
225       </item>
226       <item row="1" column="5" colspan="2">
227        <widget class="QSpinBox" name="m_delay">
228         <property name="toolTip">
229          <string>Enter the seconds here</string>
230         </property>
231         <property name="whatsThis">
232          <string>You can change the amount of time in the countdown here.</string>
233         </property>
234         <property name="maximum">
235          <number>59</number>
236         </property>
237        </widget>
238       </item>
239       <item row="4" column="0" colspan="8">
240        <widget class="QCheckBox" name="m_one">
241         <property name="toolTip">
242          <string>Check this box if you only want to open one copy of your program</string>
243         </property>
244         <property name="whatsThis">
245          <string>Check this box if you only want one instance to open</string>
246         </property>
247         <property name="text">
248          <string>Start only &amp;one instance</string>
249         </property>
250        </widget>
251       </item>
252       <item row="1" column="7">
253        <widget class="QLabel" name="TextLabel3">
254         <property name="text">
255          <string>seconds</string>
256         </property>
257        </widget>
258       </item>
259       <item row="0" column="0" colspan="3">
260        <widget class="QLabel" name="TextLabel1">
261         <property name="sizePolicy">
262          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
263           <horstretch>0</horstretch>
264           <verstretch>0</verstretch>
265          </sizepolicy>
266         </property>
267         <property name="autoFillBackground">
268          <bool>false</bool>
269         </property>
270         <property name="text">
271          <string>Command line:</string>
272         </property>
273        </widget>
274       </item>
275       <item row="1" column="1">
276        <widget class="QSpinBox" name="m_delayH">
277         <property name="toolTip">
278          <string>Enter the hours here</string>
279         </property>
280        </widget>
281       </item>
282       <item row="1" column="3">
283        <widget class="QSpinBox" name="m_delayM">
284         <property name="toolTip">
285          <string>Enter the minutes here</string>
286         </property>
287         <property name="maximum">
288          <number>59</number>
289         </property>
290        </widget>
291       </item>
292       <item row="1" column="2">
293        <widget class="QLabel" name="TextLabel4">
294         <property name="text">
295          <string>hours</string>
296         </property>
297        </widget>
298       </item>
299       <item row="1" column="4">
300        <widget class="QLabel" name="TextLabel5">
301         <property name="text">
302          <string>minutes</string>
303         </property>
304        </widget>
305       </item>
306       <item row="1" column="8">
307        <spacer>
308         <property name="orientation">
309          <enum>Qt::Horizontal</enum>
310         </property>
311         <property name="sizeType">
312          <enum>QSizePolicy::Expanding</enum>
313         </property>
314         <property name="sizeHint" stdset="0">
315          <size>
316           <width>20</width>
317           <height>20</height>
318          </size>
319         </property>
320        </spacer>
321       </item>
322       <item row="0" column="3" colspan="6">
323        <widget class="KUrlRequester" name="m_commandLine">
324         <property name="sizePolicy">
325          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
326           <horstretch>1</horstretch>
327           <verstretch>0</verstretch>
328          </sizepolicy>
329         </property>
330         <property name="sizeIncrement">
331          <size>
332           <width>1</width>
333           <height>0</height>
334          </size>
335         </property>
336         <property name="toolTip">
337          <string>command you would like to run when time is up</string>
338         </property>
339         <property name="whatsThis">
340          <string>Enter a program you would like to run when the countdown is zero</string>
341         </property>
342         <property name="autoFillBackground">
343          <bool>true</bool>
344         </property>
345        </widget>
346       </item>
347      </layout>
348     </widget>
349    </item>
350   </layout>
351  </widget>
352  <customwidgets>
353   <customwidget>
354    <class>KUrlRequester</class>
355    <extends>QFrame</extends>
356    <header>kurlrequester.h</header>
357    <container>1</container>
358   </customwidget>
359   <customwidget>
360    <class>KPushButton</class>
361    <extends>QPushButton</extends>
362    <header>kpushbutton.h</header>
363   </customwidget>
364  </customwidgets>
365  <tabstops>
366   <tabstop>m_list</tabstop>
367   <tabstop>m_add</tabstop>
368   <tabstop>m_remove</tabstop>
369   <tabstop>m_commandLine</tabstop>
370   <tabstop>m_delayH</tabstop>
371   <tabstop>m_delayM</tabstop>
372   <tabstop>m_delay</tabstop>
373   <tabstop>m_loop</tabstop>
374   <tabstop>m_one</tabstop>
375   <tabstop>m_start</tabstop>
376   <tabstop>m_pause</tabstop>
377   <tabstop>m_stop</tabstop>
378   <tabstop>m_slider</tabstop>
379   <tabstop>m_help</tabstop>
380  </tabstops>
381  <includes>
382   <include location="global">kseparator.h</include>
383  </includes>
384  <connections/>
385 </ui>