<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>CalPrintTodoConfig_Base</class> <comment>Configuration page for the print day mode.</comment> <author>Reinhold Kainhofer <reinhold@kainhofer.com></author> <widget class="QWidget"> <property name="name"> <cstring>CalPrintTodoConfig_Base</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>361</width> <height>280</height> </rect> </property> <property name="caption"> <string>CalPrintTodoConfig_Base</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>mDescription</cstring> </property> <property name="text"> <string>Include &description of the item</string> </property> </widget> <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>mDueDate</cstring> </property> <property name="text"> <string>Include d&ue date of the item</string> </property> </widget> <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>mPriority</cstring> </property> <property name="text"> <string>Include &priority of the item</string> </property> </widget> <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>mPrintType</cstring> </property> <property name="title"> <string>Items to Print</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel" row="4" column="1"> <property name="name"> <cstring>mFromDateLabel</cstring> </property> <property name="text"> <string>&From:</string> </property> <property name="buddy" stdset="0"> <cstring>mFromDate</cstring> </property> </widget> <widget class="QLabel" row="4" column="3"> <property name="name"> <cstring>mToDateLabel</cstring> </property> <property name="text"> <string>&To:</string> </property> <property name="buddy" stdset="0"> <cstring>mToDate</cstring> </property> </widget> <spacer row="4" column="5"> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>21</height> </size> </property> </spacer> <spacer row="4" column="0"> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>20</height> </size> </property> </spacer> <widget class="QRadioButton" row="0" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>mPrintAll</cstring> </property> <property name="text"> <string>Print &all todo items</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton" row="1" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>mPrintUnfinished</cstring> </property> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Print only &uncompleted items</string> </property> <property name="accel"> <string>Alt+U</string> </property> </widget> <widget class="QDateEdit" row="4" column="4"> <property name="name"> <cstring>mToDate</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="order"> <enum>DMY</enum> </property> </widget> <widget class="QDateEdit" row="4" column="2"> <property name="name"> <cstring>mFromDate</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="order"> <enum>DMY</enum> </property> </widget> <widget class="QRadioButton" row="3" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>mPrintDueRange</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Only items due in the &range:</string> </property> </widget> </grid> </widget> <widget class="QLineEdit" row="0" column="1"> <property name="name"> <cstring>mTitle</cstring> </property> <property name="text"> <string>Todo List</string> </property> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>mTitleLabel</cstring> </property> <property name="text"> <string>&Title:</string> </property> <property name="buddy" stdset="0"> <cstring>mTitle</cstring> </property> </widget> <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>mConnectSubTodos</cstring> </property> <property name="text"> <string>Co&nnect subtodos with its parent</string> </property> </widget> <spacer row="6" column="1"> <property name="name"> <cstring>spacer3</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>0</height> </size> </property> </spacer> </grid> </widget> <connections> <connection> <sender>mPrintDueRange</sender> <signal>toggled(bool)</signal> <receiver>mFromDate</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>mPrintDueRange</sender> <signal>toggled(bool)</signal> <receiver>mToDate</receiver> <slot>setEnabled(bool)</slot> </connection> </connections> <includes> <include location="local" impldecl="in implementation">tr.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> </UI>