Warning, /office/kmymoney/kmymoney/wizards/newloanwizard/loanattributeswizardpage.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>LoanAttributesWizardPage</class>
0004  <widget class="QWizardPage" name="LoanAttributesWizardPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>462</width>
0010     <height>176</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QGridLayout" name="gridLayout" columnstretch="1,2,0">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="TextLabel1_3">
0018        <property name="text">
0019         <string>Institution</string>
0020        </property>
0021        <property name="wordWrap">
0022         <bool>false</bool>
0023        </property>
0024        <property name="buddy">
0025         <cstring>m_qcomboboxInstitutions</cstring>
0026        </property>
0027       </widget>
0028      </item>
0029      <item row="0" column="1">
0030       <widget class="KComboBox" name="m_qcomboboxInstitutions">
0031        <property name="insertPolicy">
0032         <enum>QComboBox::InsertAlphabetically</enum>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="0" column="2">
0037       <widget class="QPushButton" name="m_qbuttonNew">
0038        <property name="sizePolicy">
0039         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0040          <horstretch>0</horstretch>
0041          <verstretch>0</verstretch>
0042         </sizepolicy>
0043        </property>
0044        <property name="text">
0045         <string comment="create new institution">New...</string>
0046        </property>
0047       </widget>
0048      </item>
0049      <item row="1" column="0">
0050       <widget class="QLabel" name="label">
0051        <property name="text">
0052         <string>Name</string>
0053        </property>
0054       </widget>
0055      </item>
0056      <item row="1" column="1" colspan="2">
0057       <widget class="QLineEdit" name="m_accountNameEdit"/>
0058      </item>
0059     </layout>
0060    </item>
0061    <item>
0062     <spacer name="Spacer43">
0063      <property name="orientation">
0064       <enum>Qt::Vertical</enum>
0065      </property>
0066      <property name="sizeType">
0067       <enum>QSizePolicy::Expanding</enum>
0068      </property>
0069      <property name="sizeHint" stdset="0">
0070       <size>
0071        <width>0</width>
0072        <height>28</height>
0073       </size>
0074      </property>
0075     </spacer>
0076    </item>
0077   </layout>
0078  </widget>
0079  <customwidgets>
0080   <customwidget>
0081    <class>KComboBox</class>
0082    <extends>QComboBox</extends>
0083    <header>kcombobox.h</header>
0084   </customwidget>
0085  </customwidgets>
0086  <resources/>
0087  <connections/>
0088 </ui>