Warning, /utilities/ktimer/prefwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>PrefWidget</class>
0004  <widget class="QDialog" name="PrefWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>563</width>
0010     <height>352</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Timer Settings</string>
0015   </property>
0016   <layout class="QGridLayout">
0017    <property name="margin">
0018     <number>11</number>
0019    </property>
0020    <property name="spacing">
0021     <number>6</number>
0022    </property>
0023    <item row="0" column="0" rowspan="4">
0024     <widget class="QTreeWidget" name="m_list">
0025      <property name="toolTip">
0026       <string>List of countdowns you have set</string>
0027      </property>
0028      <property name="whatsThis">
0029       <string>New countdowns are put here. You can add and remove them, and stop and start them.</string>
0030      </property>
0031      <property name="allColumnsShowFocus">
0032       <bool>true</bool>
0033      </property>
0034      <column>
0035       <property name="text">
0036        <string>Counter</string>
0037       </property>
0038      </column>
0039      <column>
0040       <property name="text">
0041        <string>Delay</string>
0042       </property>
0043      </column>
0044      <column>
0045       <property name="text">
0046        <string>State</string>
0047       </property>
0048      </column>
0049      <column>
0050       <property name="text">
0051        <string>Command</string>
0052       </property>
0053      </column>
0054     </widget>
0055    </item>
0056    <item row="0" column="1">
0057     <widget class="QPushButton" name="m_add">
0058      <property name="toolTip">
0059       <string>Add a new task</string>
0060      </property>
0061      <property name="whatsThis">
0062       <string>Add a new task to the list.</string>
0063      </property>
0064      <property name="text">
0065       <string>&amp;New</string>
0066      </property>
0067     </widget>
0068    </item>
0069    <item row="1" column="1">
0070     <widget class="QPushButton" name="m_remove">
0071      <property name="toolTip">
0072       <string>Remove a task</string>
0073      </property>
0074      <property name="whatsThis">
0075       <string>Remove a task from the list.</string>
0076      </property>
0077      <property name="text">
0078       <string>&amp;Remove</string>
0079      </property>
0080     </widget>
0081    </item>
0082    <item row="3" column="1">
0083     <spacer>
0084      <property name="orientation">
0085       <enum>Qt::Vertical</enum>
0086      </property>
0087      <property name="sizeType">
0088       <enum>QSizePolicy::Expanding</enum>
0089      </property>
0090      <property name="sizeHint" stdset="0">
0091       <size>
0092        <width>20</width>
0093        <height>20</height>
0094       </size>
0095      </property>
0096     </spacer>
0097    </item>
0098    <item row="5" column="1">
0099     <widget class="QGroupBox" name="m_state">
0100      <property name="enabled">
0101       <bool>false</bool>
0102      </property>
0103      <property name="title">
0104       <string>State</string>
0105      </property>
0106      <layout class="QGridLayout">
0107       <property name="margin">
0108        <number>11</number>
0109       </property>
0110       <property name="spacing">
0111        <number>6</number>
0112       </property>
0113       <item row="2" column="0" colspan="3">
0114        <widget class="QSlider" name="m_slider">
0115         <property name="toolTip">
0116          <string>Speed up or slow down your countdown</string>
0117         </property>
0118         <property name="whatsThis">
0119          <string>You can use this slider to adjust the time.</string>
0120         </property>
0121         <property name="orientation">
0122          <enum>Qt::Horizontal</enum>
0123         </property>
0124        </widget>
0125       </item>
0126       <item row="1" column="0" colspan="3">
0127        <widget class="QLCDNumber" name="m_counter">
0128         <property name="toolTip">
0129          <string>Time in seconds until command is executed</string>
0130         </property>
0131         <property name="whatsThis">
0132          <string>This number is how many seconds are left for the selected countdown.</string>
0133         </property>
0134         <property name="digitCount">
0135          <number>6</number>
0136         </property>
0137        </widget>
0138       </item>
0139       <item row="0" column="1">
0140        <widget class="QToolButton" name="m_pause">
0141         <property name="toolTip">
0142          <string>Pause a countdown</string>
0143         </property>
0144         <property name="whatsThis">
0145          <string>Use this to pause a timer countdown.</string>
0146         </property>
0147         <property name="text">
0148          <string>||</string>
0149         </property>
0150        </widget>
0151       </item>
0152       <item row="0" column="0">
0153        <widget class="QToolButton" name="m_start">
0154         <property name="toolTip">
0155          <string>Start a countdown</string>
0156         </property>
0157         <property name="whatsThis">
0158          <string>Use this to start or restart a countdown.</string>
0159         </property>
0160         <property name="text">
0161          <string>&gt;</string>
0162         </property>
0163        </widget>
0164       </item>
0165       <item row="0" column="2">
0166        <widget class="QToolButton" name="m_stop">
0167         <property name="toolTip">
0168          <string>Stop a countdown</string>
0169         </property>
0170         <property name="whatsThis">
0171          <string>Use this to stop the countdown for a task.</string>
0172         </property>
0173         <property name="text">
0174          <string>=</string>
0175         </property>
0176        </widget>
0177       </item>
0178      </layout>
0179     </widget>
0180    </item>
0181    <item row="2" column="1">
0182     <widget class="QPushButton" name="m_help">
0183      <property name="toolTip">
0184       <string>Detailed help documentation</string>
0185      </property>
0186      <property name="whatsThis">
0187       <string>Click here to open the help documentation viewer.</string>
0188      </property>
0189     </widget>
0190    </item>
0191    <item row="5" column="0">
0192     <widget class="QGroupBox" name="m_settings">
0193      <property name="enabled">
0194       <bool>false</bool>
0195      </property>
0196      <property name="title">
0197       <string>Settings</string>
0198      </property>
0199      <layout class="QGridLayout">
0200       <property name="margin">
0201        <number>11</number>
0202       </property>
0203       <property name="spacing">
0204        <number>6</number>
0205       </property>
0206       <item row="3" column="0" colspan="8">
0207        <widget class="QCheckBox" name="m_loop">
0208         <property name="toolTip">
0209          <string>Check this box if you want your countdown to start over after it finishes</string>
0210         </property>
0211         <property name="whatsThis">
0212          <string>Check this box if you want your countdown to start over after it finishes</string>
0213         </property>
0214         <property name="text">
0215          <string>&amp;Loop</string>
0216         </property>
0217        </widget>
0218       </item>
0219       <item row="1" column="0">
0220        <widget class="QLabel" name="TextLabel2">
0221         <property name="text">
0222          <string>Delay:</string>
0223         </property>
0224        </widget>
0225       </item>
0226       <item row="1" column="5" colspan="2">
0227        <widget class="QSpinBox" name="m_delay">
0228         <property name="toolTip">
0229          <string>Enter the seconds here</string>
0230         </property>
0231         <property name="whatsThis">
0232          <string>You can change the amount of time in the countdown here.</string>
0233         </property>
0234         <property name="maximum">
0235          <number>59</number>
0236         </property>
0237        </widget>
0238       </item>
0239       <item row="4" column="0" colspan="8">
0240        <widget class="QCheckBox" name="m_one">
0241         <property name="toolTip">
0242          <string>Check this box if you only want to open one copy of your program</string>
0243         </property>
0244         <property name="whatsThis">
0245          <string>Check this box if you only want one instance to open</string>
0246         </property>
0247         <property name="text">
0248          <string>Start only &amp;one instance</string>
0249         </property>
0250        </widget>
0251       </item>
0252       <item row="5" column="0" colspan="8">
0253        <widget class="QCheckBox" name="m_consecutive">
0254         <property name="toolTip">
0255          <string>Check this box if you want to execute this task after the previous one finishes</string>
0256         </property>
0257         <property name="whatsThis">
0258          <string>Check this box if you want to execute this task after the previous one finishes</string>
0259         </property>
0260         <property name="text">
0261           <string>Consecutive task</string>
0262         </property>
0263        </widget>
0264       </item>
0265       <item row="1" column="7">
0266        <widget class="QLabel" name="TextLabel3">
0267         <property name="text">
0268          <string>seconds</string>
0269         </property>
0270        </widget>
0271       </item>
0272       <item row="0" column="0" colspan="3">
0273        <widget class="QLabel" name="TextLabel1">
0274         <property name="sizePolicy">
0275          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0276           <horstretch>0</horstretch>
0277           <verstretch>0</verstretch>
0278          </sizepolicy>
0279         </property>
0280         <property name="autoFillBackground">
0281          <bool>false</bool>
0282         </property>
0283         <property name="text">
0284          <string>Command line:</string>
0285         </property>
0286        </widget>
0287       </item>
0288       <item row="1" column="1">
0289        <widget class="QSpinBox" name="m_delayH">
0290         <property name="toolTip">
0291          <string>Enter the hours here</string>
0292         </property>
0293        </widget>
0294       </item>
0295       <item row="1" column="3">
0296        <widget class="QSpinBox" name="m_delayM">
0297         <property name="toolTip">
0298          <string>Enter the minutes here</string>
0299         </property>
0300         <property name="maximum">
0301          <number>59</number>
0302         </property>
0303        </widget>
0304       </item>
0305       <item row="1" column="2">
0306        <widget class="QLabel" name="TextLabel4">
0307         <property name="text">
0308          <string>hours</string>
0309         </property>
0310        </widget>
0311       </item>
0312       <item row="1" column="4">
0313        <widget class="QLabel" name="TextLabel5">
0314         <property name="text">
0315          <string>minutes</string>
0316         </property>
0317        </widget>
0318       </item>
0319       <item row="1" column="8">
0320        <spacer>
0321         <property name="orientation">
0322          <enum>Qt::Horizontal</enum>
0323         </property>
0324         <property name="sizeType">
0325          <enum>QSizePolicy::Expanding</enum>
0326         </property>
0327         <property name="sizeHint" stdset="0">
0328          <size>
0329           <width>20</width>
0330           <height>20</height>
0331          </size>
0332         </property>
0333        </spacer>
0334       </item>
0335       <item row="0" column="3" colspan="6">
0336        <widget class="KUrlRequester" name="m_commandLine">
0337         <property name="sizePolicy">
0338          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0339           <horstretch>1</horstretch>
0340           <verstretch>0</verstretch>
0341          </sizepolicy>
0342         </property>
0343         <property name="sizeIncrement">
0344          <size>
0345           <width>1</width>
0346           <height>0</height>
0347          </size>
0348         </property>
0349         <property name="toolTip">
0350          <string>command you would like to run when time is up</string>
0351         </property>
0352         <property name="whatsThis">
0353          <string>Enter a program you would like to run when the countdown is zero</string>
0354         </property>
0355         <property name="autoFillBackground">
0356          <bool>true</bool>
0357         </property>
0358        </widget>
0359       </item>
0360      </layout>
0361     </widget>
0362    </item>
0363   </layout>
0364  </widget>
0365  <customwidgets>
0366   <customwidget>
0367    <class>KUrlRequester</class>
0368    <extends>QFrame</extends>
0369    <header>kurlrequester.h</header>
0370    <container>1</container>
0371   </customwidget>
0372  </customwidgets>
0373  <tabstops>
0374   <tabstop>m_list</tabstop>
0375   <tabstop>m_add</tabstop>
0376   <tabstop>m_remove</tabstop>
0377   <tabstop>m_commandLine</tabstop>
0378   <tabstop>m_delayH</tabstop>
0379   <tabstop>m_delayM</tabstop>
0380   <tabstop>m_delay</tabstop>
0381   <tabstop>m_loop</tabstop>
0382   <tabstop>m_one</tabstop>
0383   <tabstop>m_start</tabstop>
0384   <tabstop>m_pause</tabstop>
0385   <tabstop>m_stop</tabstop>
0386   <tabstop>m_slider</tabstop>
0387   <tabstop>m_help</tabstop>
0388  </tabstops>
0389  <includes>
0390   <include location="global">kseparator.h</include>
0391  </includes>
0392  <resources/>
0393  <connections/>
0394 </ui>