<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>kMyMoneyReportConfigTab2Decl</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>kMyMoneyReportConfigTab2Decl</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>600</width>
            <height>278</height>
        </rect>
    </property>
    <property name="caption">
        <string>Rows/Columns Tab</string>
    </property>
    <property name="toolTip" stdset="0">
        <string></string>
    </property>
    <property name="whatsThis" stdset="0">
        <string>&lt;p&gt;On this tab, you configure how you'd like the rows and columns to be selected and organized.&lt;/p&gt;</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>tqlayout10</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>tqlayout9</cstring>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLabel" row="3" column="0">
                            <property name="name">
                                <cstring>textLabel6</cstring>
                            </property>
                            <property name="text">
                                <string>Detail</string>
                            </property>
                        </widget>
                        <widget class="TQComboBox" row="3" column="1">
                            <item>
                                <property name="text">
                                    <string>All</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Top-Level</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Groups</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Totals</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>m_comboDetail</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>&lt;p&gt;Choose what kind of accounts to display as the rows of this report.&lt;/p&gt;</string>
                            </property>
                        </widget>
                        <widget class="TQFrame" row="0" column="2">
                            <property name="name">
                                <cstring>m_budgetFrame</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="frameShape">
                                <enum>NoFrame</enum>
                            </property>
                            <property name="frameShadow">
                                <enum>Raised</enum>
                            </property>
                            <hbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <property name="margin">
                                    <number>0</number>
                                </property>
                                <widget class="TQLabel">
                                    <property name="name">
                                        <cstring>textLabel1</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Budget</string>
                                    </property>
                                </widget>
                                <widget class="KMyMoneyGeneralCombo">
                                    <property name="name">
                                        <cstring>m_comboBudget</cstring>
                                    </property>
                                </widget>
                            </hbox>
                        </widget>
                        <widget class="TQLabel" row="0" column="0">
                            <property name="name">
                                <cstring>textLabel4</cstring>
                            </property>
                            <property name="text">
                                <string>Columns</string>
                            </property>
                        </widget>
                        <widget class="TQComboBox" row="0" column="1">
                            <item>
                                <property name="text">
                                    <string>Daily</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Weekly</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Monthly</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Bi-Monthly</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Quarterly</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Yearly</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>m_comboColumns</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>&lt;p&gt;Choose how large of a time period each column should encompass&lt;/p&gt;</string>
                            </property>
                        </widget>
                        <widget class="TQComboBox" row="2" column="1">
                            <item>
                                <property name="text">
                                    <string>Income &amp; Expenses</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Assets &amp; Liabilities</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>m_comboRows</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>&lt;p&gt;Choose what kind of accounts to display as the rows of this report.&lt;/p&gt;</string>
                            </property>
                        </widget>
                        <widget class="TQLabel" row="2" column="0">
                            <property name="name">
                                <cstring>textLabel5</cstring>
                            </property>
                            <property name="text">
                                <string>Rows</string>
                            </property>
                        </widget>
                        <widget class="TQCheckBox" row="1" column="1">
                            <property name="name">
                                <cstring>m_checkTotalColumn</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="text">
                                <string>Show totals column</string>
                            </property>
                        </widget>
                        <widget class="TQLabel" row="4" column="0">
                            <property name="name">
                                <cstring>textLabel10</cstring>
                            </property>
                            <property name="text">
                                <string>Average days</string>
                            </property>
                        </widget>
                        <widget class="TQSpinBox" row="4" column="1">
                            <property name="name">
                                <cstring>m_movingAverageDays</cstring>
                            </property>
                            <property name="maxValue">
                                <number>366</number>
                            </property>
                            <property name="minValue">
                                <number>1</number>
                            </property>
                        </widget>
                    </grid>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>spacer12_2</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>94</width>
                            <height>21</height>
                        </size>
                    </property>
                </spacer>
            </hbox>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>m_checkScheduled</cstring>
            </property>
            <property name="text">
                <string>Include scheduled transactions</string>
            </property>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>m_checkTransfers</cstring>
            </property>
            <property name="text">
                <string>Include transfers</string>
            </property>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>m_checkUnused</cstring>
            </property>
            <property name="text">
                <string>Include unused accounts/categories</string>
            </property>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer13</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>40</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>