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="QPushButton" name="m_collapseButton">
0040        <property name="toolTip">
0041         <string>Collapse all accounts in the list</string>
0042        </property>
0043        <property name="text">
0044         <string/>
0045        </property>
0046       </widget>
0047      </item>
0048      <item>
0049       <widget class="QPushButton" name="m_expandButton">
0050        <property name="toolTip">
0051         <string>Expand all accounts in the list</string>
0052        </property>
0053        <property name="text">
0054         <string/>
0055        </property>
0056       </widget>
0057      </item>
0058     </layout>
0059    </item>
0060    <item>
0061     <widget class="QLabel" name="m_hiddenCategories">
0062      <property name="text">
0063       <string>Note: Unused categories are not shown as selected by settings.</string>
0064      </property>
0065      <property name="wordWrap">
0066       <bool>false</bool>
0067      </property>
0068     </widget>
0069    </item>
0070    <item>
0071     <layout class="QHBoxLayout">
0072      <item>
0073       <spacer name="Spacer1">
0074        <property name="orientation">
0075         <enum>Qt::Horizontal</enum>
0076        </property>
0077        <property name="sizeType">
0078         <enum>QSizePolicy::Expanding</enum>
0079        </property>
0080        <property name="sizeHint" stdset="0">
0081         <size>
0082          <width>310</width>
0083          <height>16</height>
0084         </size>
0085        </property>
0086       </spacer>
0087      </item>
0088      <item>
0089       <widget class="QLabel" name="m_totalProfitsLabel">
0090        <property name="minimumSize">
0091         <size>
0092          <width>150</width>
0093          <height>0</height>
0094         </size>
0095        </property>
0096        <property name="text">
0097         <string>Total Profits:</string>
0098        </property>
0099        <property name="textFormat">
0100         <enum>Qt::RichText</enum>
0101        </property>
0102        <property name="alignment">
0103         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0104        </property>
0105        <property name="wordWrap">
0106         <bool>true</bool>
0107        </property>
0108       </widget>
0109      </item>
0110     </layout>
0111    </item>
0112   </layout>
0113  </widget>
0114  <layoutdefault spacing="6" margin="11"/>
0115  <customwidgets>
0116   <customwidget>
0117    <class>KLineEdit</class>
0118    <extends>QLineEdit</extends>
0119    <header>klineedit.h</header>
0120   </customwidget>
0121   <customwidget>
0122    <class>KMyMoneyAccountTreeView</class>
0123    <extends>QTreeView</extends>
0124    <header>kmymoneyaccounttreeview.h</header>
0125   </customwidget>
0126  </customwidgets>
0127  <resources/>
0128  <connections>
0129   <connection>
0130    <sender>m_collapseButton</sender>
0131    <signal>clicked()</signal>
0132    <receiver>m_accountTree</receiver>
0133    <slot>collapseAll()</slot>
0134    <hints>
0135     <hint type="sourcelabel">
0136      <x>327</x>
0137      <y>140</y>
0138     </hint>
0139     <hint type="destinationlabel">
0140      <x>202</x>
0141      <y>58</y>
0142     </hint>
0143    </hints>
0144   </connection>
0145   <connection>
0146    <sender>m_expandButton</sender>
0147    <signal>clicked()</signal>
0148    <receiver>m_accountTree</receiver>
0149    <slot>expandAll()</slot>
0150    <hints>
0151     <hint type="sourcelabel">
0152      <x>380</x>
0153      <y>140</y>
0154     </hint>
0155     <hint type="destinationlabel">
0156      <x>202</x>
0157      <y>58</y>
0158     </hint>
0159    </hints>
0160   </connection>
0161  </connections>
0162 </ui>