mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
110 lines
3 KiB
XML
110 lines
3 KiB
XML
<ui version="4.0" >
|
|
<class>DisplayPage</class>
|
|
<widget class="QWidget" name="DisplayPage" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>189</width>
|
|
<height>324</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_2" >
|
|
<property name="title" >
|
|
<string comment="title of group box, general options" >General</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_decimalFormat" >
|
|
<property name="text" >
|
|
<string>Decimal number format</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_configPDA" >
|
|
<property name="whatsThis" >
|
|
<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>
|
|
</property>
|
|
<property name="text" >
|
|
<string comment="Choose this if you have a touchscreen and your screen real estate is precious." >Configuration for PDA</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
<property name="title" >
|
|
<string>Columns Displayed</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_displaySessionTime" >
|
|
<property name="text" >
|
|
<string>Session time</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_displayTime" >
|
|
<property name="text" >
|
|
<string>Cumulative task time</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_displayTotalSessionTime" >
|
|
<property name="text" >
|
|
<string>Total session time</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_displayTotalTime" >
|
|
<property name="text" >
|
|
<string>Total task time</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_displayPriority" >
|
|
<property name="text" >
|
|
<string>Priority</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_displayPercentComplete" >
|
|
<property name="text" >
|
|
<string>Percent complete</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|