summaryrefslogtreecommitdiffabout
path: root/korganizer/calprinttodoconfig_base.ui
Side-by-side diff
Diffstat (limited to 'korganizer/calprinttodoconfig_base.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/calprinttodoconfig_base.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/korganizer/calprinttodoconfig_base.ui b/korganizer/calprinttodoconfig_base.ui
index 010a489..f8f1724 100644
--- a/korganizer/calprinttodoconfig_base.ui
+++ b/korganizer/calprinttodoconfig_base.ui
@@ -1,110 +1,110 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>CalPrintTodoConfig_Base</class>
<comment>Configuration page for the print day mode.</comment>
<author>Reinhold Kainhofer &lt;reinhold@kainhofer.com&gt;</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>271</height>
+ <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 &amp;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&amp;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 &amp;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>&amp;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>&amp;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>
@@ -142,98 +142,101 @@
</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 &amp;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>&amp;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&amp;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>