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