Warning, /utilities/kteatime/src/settings.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  <author>Stefan Böhmann</author>
0004  <class>SettingsWidget</class>
0005  <widget class="QWidget" name="SettingsWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>599</width>
0011     <height>535</height>
0012    </rect>
0013   </property>
0014   <layout class="QGridLayout">
0015    <item row="0" column="0" rowspan="2">
0016     <widget class="QGroupBox" name="kbuttongroup1">
0017      <property name="title">
0018       <string>Tea List</string>
0019      </property>
0020      <layout class="QVBoxLayout">
0021       <property name="topMargin">
0022        <number>0</number>
0023       </property>
0024       <item>
0025        <widget class="QTreeView" name="tealistTreeView">
0026         <property name="rootIsDecorated">
0027          <bool>false</bool>
0028         </property>
0029         <property name="itemsExpandable">
0030          <bool>false</bool>
0031         </property>
0032        </widget>
0033       </item>
0034       <item>
0035        <layout class="QHBoxLayout">
0036         <item>
0037          <widget class="QToolButton" name="newButton">
0038           <property name="text">
0039            <string comment="KDE::DoNotExtract">N</string>
0040           </property>
0041           <property name="autoRaise">
0042            <bool>true</bool>
0043           </property>
0044          </widget>
0045         </item>
0046         <item>
0047          <widget class="QToolButton" name="removeButton">
0048           <property name="enabled">
0049            <bool>true</bool>
0050           </property>
0051           <property name="text">
0052            <string comment="KDE::DoNotExtract">D</string>
0053           </property>
0054           <property name="autoRaise">
0055            <bool>true</bool>
0056           </property>
0057          </widget>
0058         </item>
0059         <item>
0060          <widget class="QToolButton" name="upButton">
0061           <property name="enabled">
0062            <bool>true</bool>
0063           </property>
0064           <property name="text">
0065            <string comment="KDE::DoNotExtract">U</string>
0066           </property>
0067           <property name="autoRaise">
0068            <bool>true</bool>
0069           </property>
0070          </widget>
0071         </item>
0072         <item>
0073          <widget class="QToolButton" name="downButton">
0074           <property name="enabled">
0075            <bool>true</bool>
0076           </property>
0077           <property name="autoFillBackground">
0078            <bool>false</bool>
0079           </property>
0080           <property name="text">
0081            <string comment="KDE::DoNotExtract">D</string>
0082           </property>
0083           <property name="autoRaise">
0084            <bool>true</bool>
0085           </property>
0086          </widget>
0087         </item>
0088         <item>
0089          <spacer>
0090           <property name="orientation">
0091            <enum>Qt::Horizontal</enum>
0092           </property>
0093           <property name="sizeHint" stdset="0">
0094            <size>
0095             <width>1</width>
0096             <height>20</height>
0097            </size>
0098           </property>
0099          </spacer>
0100         </item>
0101        </layout>
0102       </item>
0103      </layout>
0104     </widget>
0105    </item>
0106    <item row="0" column="1">
0107     <widget class="QGroupBox" name="teaPropertiesGroup">
0108      <property name="enabled">
0109       <bool>false</bool>
0110      </property>
0111      <property name="title">
0112       <string>Tea Properties</string>
0113      </property>
0114      <layout class="QGridLayout">
0115       <item row="0" column="0">
0116        <widget class="QLabel" name="label">
0117         <property name="text">
0118          <string>Name</string>
0119         </property>
0120        </widget>
0121       </item>
0122       <item row="0" column="1" colspan="4">
0123        <widget class="QLineEdit" name="teaNameEdit">
0124         <property name="enabled">
0125          <bool>false</bool>
0126         </property>
0127        </widget>
0128       </item>
0129       <item row="1" column="0">
0130        <widget class="QLabel" name="label_7">
0131         <property name="text">
0132          <string>Time</string>
0133         </property>
0134        </widget>
0135       </item>
0136       <item row="1" column="1">
0137        <widget class="QSpinBox" name="minutesSpin">
0138         <property name="enabled">
0139          <bool>false</bool>
0140         </property>
0141         <property name="maximum">
0142          <number>1440</number>
0143         </property>
0144        </widget>
0145       </item>
0146       <item row="1" column="2">
0147        <widget class="QLabel" name="label_3">
0148         <property name="text">
0149          <string>min</string>
0150         </property>
0151        </widget>
0152       </item>
0153       <item row="1" column="3">
0154        <widget class="QSpinBox" name="secondsSpin">
0155         <property name="enabled">
0156          <bool>false</bool>
0157         </property>
0158         <property name="maximum">
0159          <number>59</number>
0160         </property>
0161        </widget>
0162       </item>
0163       <item row="1" column="4">
0164        <widget class="QLabel" name="label_4">
0165         <property name="text">
0166          <string>sec</string>
0167         </property>
0168        </widget>
0169       </item>
0170      </layout>
0171     </widget>
0172    </item>
0173    <item row="1" column="1">
0174     <spacer>
0175      <property name="orientation">
0176       <enum>Qt::Vertical</enum>
0177      </property>
0178      <property name="sizeHint" stdset="0">
0179       <size>
0180        <width>21</width>
0181        <height>81</height>
0182       </size>
0183      </property>
0184     </spacer>
0185    </item>
0186    <item row="2" column="0" colspan="2">
0187     <widget class="QGroupBox" name="kbuttongroup2">
0188      <property name="title">
0189       <string>Action</string>
0190      </property>
0191      <layout class="QVBoxLayout" name="verticalLayout">
0192       <item>
0193        <widget class="QCheckBox" name="popupCheckBox">
0194         <property name="text">
0195          <string>Popup</string>
0196         </property>
0197         <property name="checked">
0198          <bool>true</bool>
0199         </property>
0200        </widget>
0201       </item>
0202       <item>
0203        <layout class="QHBoxLayout">
0204         <item>
0205          <spacer>
0206           <property name="orientation">
0207            <enum>Qt::Horizontal</enum>
0208           </property>
0209           <property name="sizeType">
0210            <enum>QSizePolicy::Fixed</enum>
0211           </property>
0212           <property name="sizeHint" stdset="0">
0213            <size>
0214             <width>16</width>
0215             <height>20</height>
0216            </size>
0217           </property>
0218          </spacer>
0219         </item>
0220         <item>
0221          <widget class="QCheckBox" name="autohideCheckBox">
0222           <property name="enabled">
0223            <bool>true</bool>
0224           </property>
0225           <property name="text">
0226            <string>Auto hide popup after</string>
0227           </property>
0228           <property name="checked">
0229            <bool>false</bool>
0230           </property>
0231          </widget>
0232         </item>
0233         <item>
0234          <widget class="KPluralHandlingSpinBox" name="autohideSpinBox">
0235           <property name="enabled">
0236            <bool>false</bool>
0237           </property>
0238           <property name="minimumSize">
0239            <size>
0240             <width>120</width>
0241             <height>0</height>
0242            </size>
0243           </property>
0244           <property name="minimum">
0245            <number>1</number>
0246           </property>
0247           <property name="maximum">
0248            <number>300</number>
0249           </property>
0250           <property name="value">
0251            <number>30</number>
0252           </property>
0253          </widget>
0254         </item>
0255         <item>
0256          <spacer>
0257           <property name="orientation">
0258            <enum>Qt::Horizontal</enum>
0259           </property>
0260           <property name="sizeHint" stdset="0">
0261            <size>
0262             <width>151</width>
0263             <height>24</height>
0264            </size>
0265           </property>
0266          </spacer>
0267         </item>
0268        </layout>
0269       </item>
0270       <item>
0271        <layout class="QHBoxLayout">
0272         <item>
0273          <widget class="QCheckBox" name="reminderCheckBox">
0274           <property name="text">
0275            <string>Reminder every</string>
0276           </property>
0277          </widget>
0278         </item>
0279         <item>
0280          <widget class="KPluralHandlingSpinBox" name="reminderSpinBox">
0281           <property name="enabled">
0282            <bool>false</bool>
0283           </property>
0284           <property name="minimumSize">
0285            <size>
0286             <width>120</width>
0287             <height>0</height>
0288            </size>
0289           </property>
0290           <property name="minimum">
0291            <number>1</number>
0292           </property>
0293           <property name="maximum">
0294            <number>300</number>
0295           </property>
0296           <property name="value">
0297            <number>60</number>
0298           </property>
0299          </widget>
0300         </item>
0301         <item>
0302          <spacer>
0303           <property name="orientation">
0304            <enum>Qt::Horizontal</enum>
0305           </property>
0306           <property name="sizeHint" stdset="0">
0307            <size>
0308             <width>181</width>
0309             <height>25</height>
0310            </size>
0311           </property>
0312          </spacer>
0313         </item>
0314        </layout>
0315       </item>
0316      </layout>
0317     </widget>
0318    </item>
0319    <item row="3" column="0" colspan="2">
0320     <widget class="QCheckBox" name="visualizeCheckBox">
0321      <property name="text">
0322       <string>Visualize progress in icon tray</string>
0323      </property>
0324      <property name="checked">
0325       <bool>true</bool>
0326      </property>
0327     </widget>
0328    </item>
0329   </layout>
0330  </widget>
0331  <resources/>
0332  <connections>
0333   <connection>
0334    <sender>autohideCheckBox</sender>
0335    <signal>toggled(bool)</signal>
0336    <receiver>autohideSpinBox</receiver>
0337    <slot>setEnabled(bool)</slot>
0338    <hints>
0339     <hint type="sourcelabel">
0340      <x>222</x>
0341      <y>368</y>
0342     </hint>
0343     <hint type="destinationlabel">
0344      <x>283</x>
0345      <y>367</y>
0346     </hint>
0347    </hints>
0348   </connection>
0349   <connection>
0350    <sender>reminderCheckBox</sender>
0351    <signal>toggled(bool)</signal>
0352    <receiver>reminderSpinBox</receiver>
0353    <slot>setEnabled(bool)</slot>
0354    <hints>
0355     <hint type="sourcelabel">
0356      <x>108</x>
0357      <y>401</y>
0358     </hint>
0359     <hint type="destinationlabel">
0360      <x>217</x>
0361      <y>400</y>
0362     </hint>
0363    </hints>
0364   </connection>
0365  </connections>
0366 </ui>