Warning, /office/kmymoney/kmymoney/wizards/newinvestmentwizard/kinvestmenttypewizardpage.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>KInvestmentTypeWizardPage</class>
0004  <widget class="QWizardPage" name="WizardPage">
0005   <attribute name="title">
0006     <string>Investment Type</string>
0007   </attribute>
0008   <layout class="QVBoxLayout">
0009     <item>
0010       <widget class="QLabel" name="m_introLabel">
0011         <property name="text">
0012           <string>This wizard allows you to create a new investment.</string>
0013         </property>
0014         <property name="alignment">
0015           <set>Qt::AlignTop</set>
0016         </property>
0017         <property name="wordWrap">
0018           <bool>true</bool>
0019         </property>
0020       </widget>
0021     </item>
0022     <item>
0023       <spacer name="spacer8">
0024         <property name="sizeHint">
0025           <size>
0026             <width>20</width>
0027             <height>10</height>
0028           </size>
0029         </property>
0030         <property name="sizeType">
0031           <enum>QSizePolicy::Fixed</enum>
0032         </property>
0033         <property name="orientation">
0034           <enum>Qt::Vertical</enum>
0035         </property>
0036       </spacer>
0037     </item>
0038     <item>
0039       <widget class="QLabel" name="textLabel1">
0040         <property name="text">
0041           <string>The first step in this process requires to select the type of investment. The following steps collect more details about the investment from you.</string>
0042         </property>
0043         <property name="alignment">
0044           <set>Qt::AlignTop</set>
0045         </property>
0046         <property name="wordWrap">
0047           <bool>true</bool>
0048         </property>
0049       </widget>
0050     </item>
0051     <item>
0052       <spacer name="spacer3">
0053         <property name="sizeHint">
0054           <size>
0055             <width>20</width>
0056             <height>30</height>
0057           </size>
0058         </property>
0059         <property name="sizeType">
0060           <enum>QSizePolicy::Expanding</enum>
0061         </property>
0062         <property name="orientation">
0063           <enum>Qt::Vertical</enum>
0064         </property>
0065       </spacer>
0066     </item>
0067     <item>
0068       <layout class="QHBoxLayout">
0069         <item>
0070           <widget class="QLabel" name="textLabel2">
0071             <property name="text">
0072               <string>Type of investment</string>
0073             </property>
0074             <property name="wordWrap">
0075               <bool>false</bool>
0076             </property>
0077           </widget>
0078         </item>
0079         <item>
0080           <widget class="KComboBox" name="m_securityType">
0081           </widget>
0082         </item>
0083         <item>
0084           <spacer name="spacer1">
0085             <property name="sizeHint">
0086               <size>
0087                 <width>61</width>
0088                 <height>21</height>
0089               </size>
0090             </property>
0091             <property name="sizeType">
0092               <enum>QSizePolicy::Expanding</enum>
0093             </property>
0094             <property name="orientation">
0095               <enum>Qt::Horizontal</enum>
0096             </property>
0097           </spacer>
0098         </item>
0099       </layout>
0100     </item>
0101     <item>
0102       <spacer name="spacer2">
0103         <property name="sizeHint">
0104           <size>
0105             <width>20</width>
0106             <height>60</height>
0107           </size>
0108         </property>
0109         <property name="sizeType">
0110           <enum>QSizePolicy::Expanding</enum>
0111         </property>
0112         <property name="orientation">
0113           <enum>Qt::Vertical</enum>
0114         </property>
0115       </spacer>
0116     </item>
0117   </layout>
0118  </widget>
0119  <resources/>
0120  <connections/>
0121  <customwidgets>
0122    <customwidget>
0123       <class>KComboBox</class>
0124       <extends>QComboBox</extends>
0125       <header location="global">kcombobox.h</header>
0126     </customwidget>
0127   </customwidgets>
0128   <tabstops>
0129     <tabstop>m_securityType</tabstop>
0130   </tabstops>
0131 </ui>