Fix assert when Mail-Followup-To contains two emails, as Ossi's Mutt does
[kdepim.git] / ktimetracker / cfgdisplay.ui
blob90b838a525e90039b64314ae596824f40ca3a0b7
1 <ui version="4.0" >
2  <class>DisplayPage</class>
3  <widget class="QWidget" name="DisplayPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>189</width>
9     <height>324</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <item>
17     <widget class="QGroupBox" name="groupBox_2" >
18      <property name="title" >
19       <string comment="title of group box, general options" >General</string>
20      </property>
21      <layout class="QVBoxLayout" >
22       <item>
23        <widget class="QCheckBox" name="kcfg_decimalFormat" >
24         <property name="text" >
25          <string>Decimal number format</string>
26         </property>
27        </widget>
28       </item>
29       <item>
30        <widget class="QCheckBox" name="kcfg_configPDA" >
31         <property name="whatsThis" >
32          <string>Choose this if you have a touchscreen and your screen real estate is precious. It will disable the search bar and every click will pop up a context menu.</string>
33         </property>
34         <property name="text" >
35          <string comment="Choose this if you have a touchscreen and your screen real estate is precious." >Configuration for PDA</string>
36         </property>
37        </widget>
38       </item>
39      </layout>
40     </widget>
41    </item>
42    <item>
43     <widget class="QGroupBox" name="groupBox" >
44      <property name="title" >
45       <string>Columns Displayed</string>
46      </property>
47      <layout class="QVBoxLayout" >
48       <item>
49        <widget class="QCheckBox" name="kcfg_displaySessionTime" >
50         <property name="text" >
51          <string>Session time</string>
52         </property>
53        </widget>
54       </item>
55       <item>
56        <widget class="QCheckBox" name="kcfg_displayTime" >
57         <property name="text" >
58          <string>Cumulative task time</string>
59         </property>
60        </widget>
61       </item>
62       <item>
63        <widget class="QCheckBox" name="kcfg_displayTotalSessionTime" >
64         <property name="text" >
65          <string>Total session time</string>
66         </property>
67        </widget>
68       </item>
69       <item>
70        <widget class="QCheckBox" name="kcfg_displayTotalTime" >
71         <property name="text" >
72          <string>Total task time</string>
73         </property>
74        </widget>
75       </item>
76       <item>
77        <widget class="QCheckBox" name="kcfg_displayPriority" >
78         <property name="text" >
79          <string>Priority</string>
80         </property>
81        </widget>
82       </item>
83       <item>
84        <widget class="QCheckBox" name="kcfg_displayPercentComplete" >
85         <property name="text" >
86          <string>Percent complete</string>
87         </property>
88        </widget>
89       </item>
90      </layout>
91     </widget>
92    </item>
93    <item>
94     <spacer>
95      <property name="orientation" >
96       <enum>Qt::Vertical</enum>
97      </property>
98      <property name="sizeHint" stdset="0" >
99       <size>
100        <width>20</width>
101        <height>40</height>
102       </size>
103      </property>
104     </spacer>
105    </item>
106   </layout>
107  </widget>
108  <resources/>
109  <connections/>
110 </ui>