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