<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>CalPrintListConfig_Base</class>
<comment>Configuration page for the print list mode.</comment>
<author>Reinhold Kainhofer &lt;reinhold@kainhofer.com&gt;</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>CalPrintList_Base</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>427</width>
            <height>171</height>
        </rect>
    </property>
    <property name="caption">
        <string>CalPrintList_Base</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="TQButtonGroup">
            <property name="name">
                <cstring>mDateRangeGroup</cstring>
            </property>
            <property name="title">
                <string>Date &amp;&amp; Time Range</string>
            </property>
            <property name="selectedId" stdset="0">
                <number>-1</number>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout2</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <spacer>
                            <property name="name">
                                <cstring>spacer6</cstring>
                            </property>
                            <property name="orientation">
                                <enum>Horizontal</enum>
                            </property>
                            <property name="sizeType">
                                <enum>Fixed</enum>
                            </property>
                            <property name="sizeHint">
                                <size>
                                    <width>15</width>
                                    <height>20</height>
                                </size>
                            </property>
                        </spacer>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>mFromDateLabel</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;Start date:</string>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>mFromDate</cstring>
                            </property>
                        </widget>
                        <widget class="KDateEdit">
                            <property name="name">
                                <cstring>mFromDate</cstring>
                            </property>
                            <property name="focusPolicy">
                                <enum>StrongFocus</enum>
                            </property>
                        </widget>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>mToDateLabel</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;End date:</string>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>mToDate</cstring>
                            </property>
                        </widget>
                        <widget class="KDateEdit">
                            <property name="name">
                                <cstring>mToDate</cstring>
                            </property>
                            <property name="focusPolicy">
                                <enum>StrongFocus</enum>
                            </property>
                        </widget>
                        <spacer>
                            <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>324</width>
                                    <height>21</height>
                                </size>
                            </property>
                        </spacer>
                    </hbox>
                </widget>
            </vbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>groupBox1</cstring>
            </property>
            <property name="title">
                <string>Print Incidences of Type</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>mEvents</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Events</string>
                    </property>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>mTodos</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;To-dos</string>
                    </property>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>mJournals</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Journals</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <spacer>
            <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>21</width>
                    <height>40</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<tabstops>
    <tabstop>mFromDate</tabstop>
    <tabstop>mToDate</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>