Warning, /office/kmymoney/kmymoney/views/kcategoriesview.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>KCategoriesView</class>
0004  <widget class="QWidget" name="KCategoriesView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>405</width>
0010     <height>209</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="KMyMoneyAccountTreeView" name="m_accountTree"/>
0028    </item>
0029    <item>
0030     <layout class="QHBoxLayout">
0031      <item>
0032       <widget class="KLineEdit" name="m_searchWidget">
0033        <property name="showClearButton" stdset="0">
0034         <bool>true</bool>
0035        </property>
0036       </widget>
0037      </item>
0038      <item>
0039       <widget class="QComboBox" name="m_filterBox"/>
0040      </item>
0041      <item>
0042       <widget class="QPushButton" name="m_collapseButton">
0043        <property name="toolTip">
0044         <string>Collapse all accounts in the list</string>
0045        </property>
0046        <property name="text">
0047         <string/>
0048        </property>
0049       </widget>
0050      </item>
0051      <item>
0052       <widget class="QPushButton" name="m_expandButton">
0053        <property name="toolTip">
0054         <string>Expand all accounts in the list</string>
0055        </property>
0056        <property name="text">
0057         <string/>
0058        </property>
0059       </widget>
0060      </item>
0061     </layout>
0062    </item>
0063    <item>
0064     <widget class="QLabel" name="m_hiddenCategories">
0065      <property name="text">
0066       <string>Note: Unused categories are not shown as selected by settings.</string>
0067      </property>
0068      <property name="wordWrap">
0069       <bool>false</bool>
0070      </property>
0071     </widget>
0072    </item>
0073    <item>
0074     <layout class="QHBoxLayout">
0075      <item>
0076       <spacer name="Spacer1">
0077        <property name="orientation">
0078         <enum>Qt::Horizontal</enum>
0079        </property>
0080        <property name="sizeType">
0081         <enum>QSizePolicy::Expanding</enum>
0082        </property>
0083        <property name="sizeHint" stdset="0">
0084         <size>
0085          <width>310</width>
0086          <height>16</height>
0087         </size>
0088        </property>
0089       </spacer>
0090      </item>
0091      <item>
0092       <widget class="QLabel" name="m_totalProfitsLabel">
0093        <property name="minimumSize">
0094         <size>
0095          <width>150</width>
0096          <height>0</height>
0097         </size>
0098        </property>
0099        <property name="text">
0100         <string>Total Profits:</string>
0101        </property>
0102        <property name="textFormat">
0103         <enum>Qt::RichText</enum>
0104        </property>
0105        <property name="alignment">
0106         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0107        </property>
0108        <property name="wordWrap">
0109         <bool>false</bool>
0110        </property>
0111       </widget>
0112      </item>
0113     </layout>
0114    </item>
0115   </layout>
0116  </widget>
0117  <layoutdefault spacing="6" margin="11"/>
0118  <customwidgets>
0119   <customwidget>
0120    <class>KLineEdit</class>
0121    <extends>QLineEdit</extends>
0122    <header>klineedit.h</header>
0123   </customwidget>
0124   <customwidget>
0125    <class>KMyMoneyAccountTreeView</class>
0126    <extends>QTreeView</extends>
0127    <header>kmymoneyaccounttreeview.h</header>
0128   </customwidget>
0129  </customwidgets>
0130  <resources/>
0131  <connections>
0132   <connection>
0133    <sender>m_collapseButton</sender>
0134    <signal>clicked()</signal>
0135    <receiver>m_accountTree</receiver>
0136    <slot>collapseAll()</slot>
0137    <hints>
0138     <hint type="sourcelabel">
0139      <x>327</x>
0140      <y>140</y>
0141     </hint>
0142     <hint type="destinationlabel">
0143      <x>202</x>
0144      <y>58</y>
0145     </hint>
0146    </hints>
0147   </connection>
0148   <connection>
0149    <sender>m_expandButton</sender>
0150    <signal>clicked()</signal>
0151    <receiver>m_accountTree</receiver>
0152    <slot>expandAll()</slot>
0153    <hints>
0154     <hint type="sourcelabel">
0155      <x>380</x>
0156      <y>140</y>
0157     </hint>
0158     <hint type="destinationlabel">
0159      <x>202</x>
0160      <y>58</y>
0161     </hint>
0162    </hints>
0163   </connection>
0164  </connections>
0165 </ui>