Warning, /office/kmymoney/kmymoney/wizards/newuserwizard/kaccountpage.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>KAccountPage</class>
0004  <widget class="QWidget" name="KAccountPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>600</width>
0010     <height>478</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QLabel" name="qLabel2">
0016      <property name="focusPolicy">
0017       <enum>Qt::NoFocus</enum>
0018      </property>
0019      <property name="text">
0020       <string>A typical KMyMoney user maintains a checking account with some institution and uses it to receive money or pay bills. If this is not the case, please deselect the checkbox below and continue on the next page.</string>
0021      </property>
0022      <property name="wordWrap">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QCheckBox" name="m_haveCheckingAccountButton">
0029      <property name="text">
0030       <string>I have a checking account that I want to manage with KMyMoney</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <widget class="QFrame" name="m_accountDataFrame">
0036      <property name="frameShape">
0037       <enum>QFrame::NoFrame</enum>
0038      </property>
0039      <property name="frameShadow">
0040       <enum>QFrame::Plain</enum>
0041      </property>
0042      <layout class="QGridLayout">
0043       <property name="leftMargin">
0044        <number>0</number>
0045       </property>
0046       <property name="topMargin">
0047        <number>0</number>
0048       </property>
0049       <property name="rightMargin">
0050        <number>0</number>
0051       </property>
0052       <property name="bottomMargin">
0053        <number>0</number>
0054       </property>
0055       <item row="5" column="1">
0056        <widget class="KLineEdit" name="m_institutionNameEdit">
0057         <property name="whatsThis">
0058          <string>The name of the institution that issued the account.</string>
0059         </property>
0060        </widget>
0061       </item>
0062       <item row="6" column="1">
0063        <widget class="KLineEdit" name="m_institutionNumberEdit">
0064         <property name="whatsThis">
0065          <string>Each institution has a bank code, known as routing number in the US or a sort code in the UK. Enter it here. If uncertain, leave the field blank. You can modify it later.</string>
0066         </property>
0067        </widget>
0068       </item>
0069       <item row="5" column="0">
0070        <widget class="QLabel" name="textLabel3">
0071         <property name="text">
0072          <string>Name of the institution</string>
0073         </property>
0074         <property name="wordWrap">
0075          <bool>false</bool>
0076         </property>
0077        </widget>
0078       </item>
0079       <item row="6" column="0">
0080        <widget class="QLabel" name="textLabel4">
0081         <property name="text">
0082          <string>Bank Code</string>
0083         </property>
0084         <property name="wordWrap">
0085          <bool>false</bool>
0086         </property>
0087        </widget>
0088       </item>
0089       <item row="2" column="1">
0090        <widget class="KLineEdit" name="m_accountNumberEdit">
0091         <property name="whatsThis">
0092          <string>In general the institution that issued the account also issued a number for it. Enter it here. If uncertain, you can modify this entry later.</string>
0093         </property>
0094        </widget>
0095       </item>
0096       <item row="1" column="1">
0097        <widget class="KLineEdit" name="m_accountNameEdit">
0098         <property name="whatsThis">
0099          <string>Enter a descriptive name that will be used by KMyMoney to identify your checking account.</string>
0100         </property>
0101        </widget>
0102       </item>
0103       <item row="3" column="0">
0104        <widget class="QLabel" name="textLabel1_2">
0105         <property name="text">
0106          <string>Opening date</string>
0107         </property>
0108         <property name="wordWrap">
0109          <bool>false</bool>
0110         </property>
0111        </widget>
0112       </item>
0113       <item row="3" column="1">
0114        <layout class="QHBoxLayout">
0115         <item>
0116          <widget class="KMyMoneyDateEdit" name="m_openingDateEdit">
0117           <property name="whatsThis">
0118            <string>Enter the date from when on you plan to keep track of the transactions in that account. This is usually the date of the last statement. If uncertain, leave as is.</string>
0119           </property>
0120          </widget>
0121         </item>
0122         <item>
0123          <spacer name="spacer5">
0124           <property name="orientation">
0125            <enum>Qt::Horizontal</enum>
0126           </property>
0127           <property name="sizeType">
0128            <enum>QSizePolicy::Expanding</enum>
0129           </property>
0130           <property name="sizeHint" stdset="0">
0131            <size>
0132             <width>81</width>
0133             <height>20</height>
0134            </size>
0135           </property>
0136          </spacer>
0137         </item>
0138        </layout>
0139       </item>
0140       <item row="2" column="0">
0141        <widget class="QLabel" name="textLabel2">
0142         <property name="text">
0143          <string>Number of the account</string>
0144         </property>
0145         <property name="wordWrap">
0146          <bool>false</bool>
0147         </property>
0148        </widget>
0149       </item>
0150       <item row="1" column="0">
0151        <widget class="QLabel" name="textLabel1">
0152         <property name="text">
0153          <string>Name of the account</string>
0154         </property>
0155         <property name="wordWrap">
0156          <bool>false</bool>
0157         </property>
0158        </widget>
0159       </item>
0160       <item row="4" column="0">
0161        <widget class="QLabel" name="textLabel2_2">
0162         <property name="text">
0163          <string>Opening balance</string>
0164         </property>
0165         <property name="wordWrap">
0166          <bool>false</bool>
0167         </property>
0168        </widget>
0169       </item>
0170       <item row="4" column="1">
0171        <layout class="QHBoxLayout">
0172         <item>
0173          <widget class="QLabel" name="m_accountCurrencyLabel">
0174           <property name="text">
0175            <string>xxx</string>
0176           </property>
0177           <property name="wordWrap">
0178            <bool>false</bool>
0179           </property>
0180          </widget>
0181         </item>
0182         <item>
0183          <widget class="AmountEdit" name="m_openingBalanceEdit">
0184           <property name="whatsThis">
0185            <string>Enter the opening balance of the account. This is usually the ending balance of the last statement. If uncertain, leave as is.</string>
0186           </property>
0187           <property name="resetButtonVisibility" stdset="0">
0188            <bool>false</bool>
0189           </property>
0190          </widget>
0191         </item>
0192         <item>
0193          <spacer name="spacer6">
0194           <property name="orientation">
0195            <enum>Qt::Horizontal</enum>
0196           </property>
0197           <property name="sizeType">
0198            <enum>QSizePolicy::Expanding</enum>
0199           </property>
0200           <property name="sizeHint" stdset="0">
0201            <size>
0202             <width>200</width>
0203             <height>20</height>
0204            </size>
0205           </property>
0206          </spacer>
0207         </item>
0208        </layout>
0209       </item>
0210       <item row="0" column="0" colspan="2">
0211        <widget class="QLabel" name="qLabel1">
0212         <property name="focusPolicy">
0213          <enum>Qt::NoFocus</enum>
0214         </property>
0215         <property name="text">
0216          <string>The fields below allow you to enter some information about your checking account. Once this wizard finishes, the account will be created for you within KMyMoney.</string>
0217         </property>
0218         <property name="wordWrap">
0219          <bool>true</bool>
0220         </property>
0221        </widget>
0222       </item>
0223      </layout>
0224     </widget>
0225    </item>
0226    <item>
0227     <spacer name="spacer1">
0228      <property name="orientation">
0229       <enum>Qt::Vertical</enum>
0230      </property>
0231      <property name="sizeType">
0232       <enum>QSizePolicy::Expanding</enum>
0233      </property>
0234      <property name="sizeHint" stdset="0">
0235       <size>
0236        <width>20</width>
0237        <height>16</height>
0238       </size>
0239      </property>
0240     </spacer>
0241    </item>
0242   </layout>
0243  </widget>
0244  <layoutdefault spacing="6" margin="11"/>
0245  <customwidgets>
0246   <customwidget>
0247    <class>KLineEdit</class>
0248    <extends>QLineEdit</extends>
0249    <header>klineedit.h</header>
0250   </customwidget>
0251   <customwidget>
0252    <class>KDateComboBox</class>
0253    <extends>QComboBox</extends>
0254    <header>kdatecombobox.h</header>
0255   </customwidget>
0256   <customwidget>
0257    <class>AmountEdit</class>
0258    <extends>QLineEdit</extends>
0259    <header>amountedit.h</header>
0260   </customwidget>
0261   <customwidget>
0262    <class>KMyMoneyDateEdit</class>
0263    <extends>KDateComboBox</extends>
0264    <header>kmymoneydateedit.h</header>
0265   </customwidget>
0266  </customwidgets>
0267  <tabstops>
0268   <tabstop>m_accountNameEdit</tabstop>
0269   <tabstop>m_accountNumberEdit</tabstop>
0270   <tabstop>m_openingDateEdit</tabstop>
0271   <tabstop>m_openingBalanceEdit</tabstop>
0272   <tabstop>m_institutionNameEdit</tabstop>
0273   <tabstop>m_institutionNumberEdit</tabstop>
0274   <tabstop>m_haveCheckingAccountButton</tabstop>
0275  </tabstops>
0276  <resources/>
0277  <connections>
0278   <connection>
0279    <sender>m_haveCheckingAccountButton</sender>
0280    <signal>toggled(bool)</signal>
0281    <receiver>m_accountDataFrame</receiver>
0282    <slot>setEnabled(bool)</slot>
0283    <hints>
0284     <hint type="sourcelabel">
0285      <x>20</x>
0286      <y>20</y>
0287     </hint>
0288     <hint type="destinationlabel">
0289      <x>20</x>
0290      <y>20</y>
0291     </hint>
0292    </hints>
0293   </connection>
0294  </connections>
0295 </ui>