<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KCategoriesViewDecl</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>KCategoriesViewDecl</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>698</width>
            <height>430</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="KMyMoneyAccountTree">
            <property name="name">
                <cstring>m_accountTree</cstring>
            </property>
            <property name="shadeSortColumn">
                <bool>false</bool>
            </property>
        </widget>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>tqlayout5_2</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="KPushButton">
                    <property name="name">
                        <cstring>m_collapseButton</cstring>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Collapse all accounts in the list</string>
                    </property>
                </widget>
                <widget class="KPushButton">
                    <property name="name">
                        <cstring>m_expandButton</cstring>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Expand all accounts in the list</string>
                    </property>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>spacer2</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>515</width>
                            <height>20</height>
                        </size>
                    </property>
                </spacer>
            </hbox>
        </widget>
        <widget class="TQLabel">
            <property name="name">
                <cstring>m_hiddenCategories</cstring>
            </property>
            <property name="text">
                <string>Note: Unused categories are not shown as selected by settings.</string>
            </property>
        </widget>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>tqlayout5</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <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>310</width>
                            <height>16</height>
                        </size>
                    </property>
                </spacer>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>m_totalProfitsLabel</cstring>
                    </property>
                    <property name="minimumSize">
                        <size>
                            <width>150</width>
                            <height>0</height>
                        </size>
                    </property>
                    <property name="text">
                        <string>Total Profits:</string>
                    </property>
                    <property name="textFormat">
                        <enum>RichText</enum>
                    </property>
                    <property name="tqalignment">
                        <set>WordBreak|AlignVCenter|AlignRight</set>
                    </property>
                    <property name="hAlign" stdset="0">
                    </property>
                </widget>
            </hbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>m_expandButton</sender>
        <signal>clicked()</signal>
        <receiver>m_accountTree</receiver>
        <slot>slotExpandAll()</slot>
    </connection>
    <connection>
        <sender>m_collapseButton</sender>
        <signal>clicked()</signal>
        <receiver>m_accountTree</receiver>
        <slot>slotCollapseAll()</slot>
    </connection>
</connections>
<includes>
    <include location="global" impldecl="in implementation">kmymoney/kmymoneyaccounttree.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI>