Warning, /pim/ktimetracker/src/settings/cfgbehavior.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>BehaviorPage</class> 0004 <widget class="QWidget" name="BehaviorPage"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>348</width> 0010 <height>202</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout"> 0014 <item row="0" column="0"> 0015 <widget class="QCheckBox" name="kcfg_enabled"> 0016 <property name="text"> 0017 <string>Detect desktop as idle after:</string> 0018 </property> 0019 </widget> 0020 </item> 0021 <item row="0" column="1"> 0022 <widget class="QSpinBox" name="kcfg_period"> 0023 <property name="suffix"> 0024 <string> min</string> 0025 </property> 0026 <property name="minimum"> 0027 <number>1</number> 0028 </property> 0029 <property name="maximum"> 0030 <number>720</number> 0031 </property> 0032 </widget> 0033 </item> 0034 <item row="1" column="0"> 0035 <widget class="QLabel" name="label"> 0036 <property name="text"> 0037 <string>Minimum desktop active time:</string> 0038 </property> 0039 </widget> 0040 </item> 0041 <item row="1" column="1"> 0042 <widget class="QSpinBox" name="kcfg_minActiveTime"> 0043 <property name="suffix"> 0044 <string> sec</string> 0045 </property> 0046 <property name="minimum"> 0047 <number>1</number> 0048 </property> 0049 <property name="maximum"> 0050 <number>60</number> 0051 </property> 0052 </widget> 0053 </item> 0054 <item row="2" column="0"> 0055 <widget class="QCheckBox" name="kcfg_promptDelete"> 0056 <property name="text"> 0057 <string>Prompt before deleting tasks</string> 0058 </property> 0059 </widget> 0060 </item> 0061 <item row="3" column="0"> 0062 <widget class="QCheckBox" name="kcfg_uniTasking"> 0063 <property name="whatsThis"> 0064 <string>Unitasking - allow only one task to be timed at a time. Does not stop any timer.</string> 0065 </property> 0066 <property name="text"> 0067 <string>Allow only one timer at a time</string> 0068 </property> 0069 </widget> 0070 </item> 0071 <item row="4" column="0"> 0072 <widget class="QCheckBox" name="kcfg_trayIcon"> 0073 <property name="text"> 0074 <string>Place an icon to the system tray</string> 0075 </property> 0076 </widget> 0077 </item> 0078 <item row="5" column="0"> 0079 <spacer> 0080 <property name="orientation"> 0081 <enum>Qt::Vertical</enum> 0082 </property> 0083 <property name="sizeHint" stdset="0"> 0084 <size> 0085 <width>20</width> 0086 <height>40</height> 0087 </size> 0088 </property> 0089 </spacer> 0090 </item> 0091 </layout> 0092 </widget> 0093 <resources/> 0094 <connections/> 0095 </ui>