Warning, /office/kmymoney/kmymoney/plugins/kbanking/dialogs/kbmapaccount.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>KBMapAccount</class>
0004  <widget class="QDialog" name="KBMapAccount">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>743</width>
0010     <height>534</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Account Mapping</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QLabel" name="textLabel1">
0019      <property name="text">
0020       <string>&lt;qt&gt;
0021 Please choose the &lt;b&gt;online&lt;/b&gt; account you want the 
0022 &lt;b&gt;application&lt;/b&gt; account to be mapped to from the list below.
0023 &lt;/qt&gt;</string>
0024      </property>
0025      <property name="wordWrap">
0026       <bool>false</bool>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <widget class="QGroupBox" name="groupBox1">
0032      <property name="sizePolicy">
0033       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0034        <horstretch>0</horstretch>
0035        <verstretch>0</verstretch>
0036       </sizepolicy>
0037      </property>
0038      <property name="title">
0039       <string>Application Account</string>
0040      </property>
0041      <layout class="QHBoxLayout">
0042       <item>
0043        <widget class="QLabel" name="textLabel2">
0044         <property name="text">
0045          <string>Bank Code</string>
0046         </property>
0047         <property name="wordWrap">
0048          <bool>false</bool>
0049         </property>
0050        </widget>
0051       </item>
0052       <item>
0053        <widget class="QLineEdit" name="bankCodeEdit">
0054         <property name="readOnly">
0055          <bool>true</bool>
0056         </property>
0057        </widget>
0058       </item>
0059       <item>
0060        <widget class="QLabel" name="textLabel2_2">
0061         <property name="text">
0062          <string>Account Number</string>
0063         </property>
0064         <property name="wordWrap">
0065          <bool>false</bool>
0066         </property>
0067        </widget>
0068       </item>
0069       <item>
0070        <widget class="QLineEdit" name="accountIdEdit">
0071         <property name="readOnly">
0072          <bool>true</bool>
0073         </property>
0074        </widget>
0075       </item>
0076      </layout>
0077     </widget>
0078    </item>
0079    <item>
0080     <widget class="QGroupBox" name="accountBox">
0081      <property name="sizePolicy">
0082       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0083        <horstretch>0</horstretch>
0084        <verstretch>0</verstretch>
0085       </sizepolicy>
0086      </property>
0087      <property name="title">
0088       <string>Online Accounts</string>
0089      </property>
0090      <layout class="QHBoxLayout">
0091       <item>
0092        <widget class="KBAccountListView" name="accountList" native="true"/>
0093       </item>
0094      </layout>
0095     </widget>
0096    </item>
0097    <item>
0098     <layout class="QHBoxLayout">
0099      <item>
0100       <widget class="QPushButton" name="helpButton">
0101        <property name="text">
0102         <string>Help</string>
0103        </property>
0104       </widget>
0105      </item>
0106      <item>
0107       <spacer name="spacer1">
0108        <property name="orientation">
0109         <enum>Qt::Horizontal</enum>
0110        </property>
0111        <property name="sizeType">
0112         <enum>QSizePolicy::Expanding</enum>
0113        </property>
0114        <property name="sizeHint" stdset="0">
0115         <size>
0116          <width>326</width>
0117          <height>29</height>
0118         </size>
0119        </property>
0120       </spacer>
0121      </item>
0122      <item>
0123       <widget class="QPushButton" name="assignButton">
0124        <property name="text">
0125         <string>Assign</string>
0126        </property>
0127       </widget>
0128      </item>
0129      <item>
0130       <widget class="QPushButton" name="abortButton">
0131        <property name="text">
0132         <string>Abort</string>
0133        </property>
0134       </widget>
0135      </item>
0136     </layout>
0137    </item>
0138   </layout>
0139  </widget>
0140  <layoutdefault spacing="6" margin="11"/>
0141  <customwidgets>
0142   <customwidget>
0143    <class>KBAccountListView</class>
0144    <extends>QWidget</extends>
0145    <header>../widgets/kbaccountlist.h</header>
0146   </customwidget>
0147  </customwidgets>
0148  <resources/>
0149  <connections>
0150   <connection>
0151    <sender>abortButton</sender>
0152    <signal>clicked()</signal>
0153    <receiver>KBMapAccount</receiver>
0154    <slot>reject()</slot>
0155    <hints>
0156     <hint type="sourcelabel">
0157      <x>676</x>
0158      <y>521</y>
0159     </hint>
0160     <hint type="destinationlabel">
0161      <x>512</x>
0162      <y>430</y>
0163     </hint>
0164    </hints>
0165   </connection>
0166   <connection>
0167    <sender>assignButton</sender>
0168    <signal>clicked()</signal>
0169    <receiver>KBMapAccount</receiver>
0170    <slot>accept()</slot>
0171    <hints>
0172     <hint type="sourcelabel">
0173      <x>590</x>
0174      <y>521</y>
0175     </hint>
0176     <hint type="destinationlabel">
0177      <x>452</x>
0178      <y>459</y>
0179     </hint>
0180    </hints>
0181   </connection>
0182  </connections>
0183 </ui>