Warning, /office/kmymoney/kmymoney/views/ktransactionselectdlg.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>KTransactionSelectDlg</class>
0004  <widget class="QDialog" name="KTransactionSelectDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>768</width>
0010     <height>326</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Select Transaction</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string notr="true">xxx</string>
0021      </property>
0022      <property name="wordWrap">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QHBoxLayout" name="horizontalLayout">
0029      <item>
0030       <widget class="LedgerView" name="m_ledgerView"/>
0031      </item>
0032      <item>
0033       <layout class="QVBoxLayout" name="verticalLayout">
0034        <item>
0035         <spacer name="vs2">
0036          <property name="orientation">
0037           <enum>Qt::Vertical</enum>
0038          </property>
0039          <property name="sizeHint" stdset="0">
0040           <size>
0041            <width>20</width>
0042            <height>40</height>
0043           </size>
0044          </property>
0045         </spacer>
0046        </item>
0047        <item>
0048         <widget class="QToolButton" name="switchButton">
0049          <property name="text">
0050           <string>...</string>
0051          </property>
0052         </widget>
0053        </item>
0054        <item>
0055         <spacer name="vs1">
0056          <property name="orientation">
0057           <enum>Qt::Vertical</enum>
0058          </property>
0059          <property name="sizeHint" stdset="0">
0060           <size>
0061            <width>20</width>
0062            <height>40</height>
0063           </size>
0064          </property>
0065         </spacer>
0066        </item>
0067       </layout>
0068      </item>
0069     </layout>
0070    </item>
0071    <item>
0072     <widget class="QDialogButtonBox" name="buttonBox">
0073      <property name="orientation">
0074       <enum>Qt::Horizontal</enum>
0075      </property>
0076      <property name="standardButtons">
0077       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0078      </property>
0079     </widget>
0080    </item>
0081   </layout>
0082  </widget>
0083  <customwidgets>
0084   <customwidget>
0085    <class>LedgerView</class>
0086    <extends>QTableView</extends>
0087    <header>ledgerview.h</header>
0088   </customwidget>
0089  </customwidgets>
0090  <resources/>
0091  <connections>
0092   <connection>
0093    <sender>buttonBox</sender>
0094    <signal>accepted()</signal>
0095    <receiver>KTransactionSelectDlg</receiver>
0096    <slot>accept()</slot>
0097    <hints>
0098     <hint type="sourcelabel">
0099      <x>199</x>
0100      <y>303</y>
0101     </hint>
0102     <hint type="destinationlabel">
0103      <x>217</x>
0104      <y>-16</y>
0105     </hint>
0106    </hints>
0107   </connection>
0108   <connection>
0109    <sender>buttonBox</sender>
0110    <signal>rejected()</signal>
0111    <receiver>KTransactionSelectDlg</receiver>
0112    <slot>reject()</slot>
0113    <hints>
0114     <hint type="sourcelabel">
0115      <x>401</x>
0116      <y>298</y>
0117     </hint>
0118     <hint type="destinationlabel">
0119      <x>276</x>
0120      <y>-3</y>
0121     </hint>
0122    </hints>
0123   </connection>
0124  </connections>
0125 </ui>