Warning, /office/kmymoney/kmymoney/views/newtransactioneditor.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>NewTransactionEditor</class>
0004  <widget class="QFrame" name="NewTransactionEditor">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>675</width>
0010     <height>302</height>
0011    </rect>
0012   </property>
0013   <property name="frameShape">
0014    <enum>QFrame::StyledPanel</enum>
0015   </property>
0016   <property name="frameShadow">
0017    <enum>QFrame::Raised</enum>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout" columnstretch="0,3,2,0,2">
0020    <item row="0" column="0">
0021     <widget class="QLabel" name="label_6">
0022      <property name="text">
0023       <string>Date</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="1">
0028     <layout class="QHBoxLayout" name="horizontalLayout_4">
0029      <item>
0030       <widget class="KMyMoneyDateEdit" name="dateEdit">
0031        <property name="displayFormat">
0032         <string notr="true">M/d/yy</string>
0033        </property>
0034        <property name="calendarPopup">
0035         <bool>true</bool>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <spacer name="hs2">
0041        <property name="orientation">
0042         <enum>Qt::Horizontal</enum>
0043        </property>
0044        <property name="sizeHint" stdset="0">
0045         <size>
0046          <width>40</width>
0047          <height>20</height>
0048         </size>
0049        </property>
0050       </spacer>
0051      </item>
0052     </layout>
0053    </item>
0054    <item row="0" column="2" colspan="3">
0055     <layout class="QHBoxLayout" name="hs3">
0056      <item>
0057       <spacer name="horizontalSpacer_3">
0058        <property name="orientation">
0059         <enum>Qt::Horizontal</enum>
0060        </property>
0061        <property name="sizeHint" stdset="0">
0062         <size>
0063          <width>40</width>
0064          <height>20</height>
0065         </size>
0066        </property>
0067       </spacer>
0068      </item>
0069      <item>
0070       <widget class="QLabel" name="label_7">
0071        <property name="text">
0072         <string>Amount</string>
0073        </property>
0074       </widget>
0075      </item>
0076      <item>
0077       <widget class="AmountEdit" name="amountEditCredit">
0078        <property name="sizePolicy">
0079         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0080          <horstretch>0</horstretch>
0081          <verstretch>0</verstretch>
0082         </sizepolicy>
0083        </property>
0084        <property name="placeholderText">
0085         <string>Credit</string>
0086        </property>
0087       </widget>
0088      </item>
0089      <item>
0090       <widget class="AmountEdit" name="amountEditDebit">
0091        <property name="sizePolicy">
0092         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0093          <horstretch>0</horstretch>
0094          <verstretch>0</verstretch>
0095         </sizepolicy>
0096        </property>
0097        <property name="placeholderText">
0098         <string>Debit</string>
0099        </property>
0100       </widget>
0101      </item>
0102     </layout>
0103    </item>
0104    <item row="1" column="0">
0105     <widget class="QLabel" name="label">
0106      <property name="text">
0107       <string>Pay to</string>
0108      </property>
0109     </widget>
0110    </item>
0111    <item row="1" column="1" colspan="2">
0112     <widget class="QComboBox" name="payeeEdit">
0113      <property name="editable">
0114       <bool>true</bool>
0115      </property>
0116      <property name="insertPolicy">
0117       <enum>QComboBox::InsertAfterCurrent</enum>
0118      </property>
0119     </widget>
0120    </item>
0121    <item row="1" column="3">
0122     <widget class="QLabel" name="label_4">
0123      <property name="text">
0124       <string>Number</string>
0125      </property>
0126     </widget>
0127    </item>
0128    <item row="1" column="4">
0129     <widget class="QLineEdit" name="numberEdit"/>
0130    </item>
0131    <item row="2" column="0">
0132     <widget class="QLabel" name="label_2">
0133      <property name="text">
0134       <string>Category</string>
0135      </property>
0136     </widget>
0137    </item>
0138    <item row="2" column="1" colspan="2">
0139     <layout class="QHBoxLayout" name="horizontalLayout_2">
0140      <item>
0141       <widget class="KMyMoneyAccountCombo" name="accountCombo">
0142        <property name="editable">
0143         <bool>true</bool>
0144        </property>
0145        <property name="iconSize">
0146         <size>
0147          <width>0</width>
0148          <height>0</height>
0149         </size>
0150        </property>
0151       </widget>
0152      </item>
0153      <item>
0154       <widget class="QToolButton" name="splitEditorButton">
0155        <property name="text">
0156         <string>...</string>
0157        </property>
0158       </widget>
0159      </item>
0160     </layout>
0161    </item>
0162    <item row="2" column="3">
0163     <widget class="QLabel" name="costCenterLabel">
0164      <property name="text">
0165       <string>Costcenter</string>
0166      </property>
0167     </widget>
0168    </item>
0169    <item row="2" column="4">
0170     <widget class="QComboBox" name="costCenterCombo">
0171      <property name="editable">
0172       <bool>true</bool>
0173      </property>
0174     </widget>
0175    </item>
0176    <item row="3" column="0">
0177     <widget class="QLabel" name="label_5">
0178      <property name="text">
0179       <string>Tags</string>
0180      </property>
0181     </widget>
0182    </item>
0183    <item row="3" column="1" colspan="2">
0184     <widget class="QComboBox" name="tagComboBox"/>
0185    </item>
0186    <item row="3" column="3">
0187     <widget class="QLabel" name="label_9">
0188      <property name="text">
0189       <string>Status</string>
0190      </property>
0191     </widget>
0192    </item>
0193    <item row="3" column="4">
0194     <widget class="QComboBox" name="statusCombo">
0195      <item>
0196       <property name="text">
0197        <string>Cleared</string>
0198       </property>
0199      </item>
0200     </widget>
0201    </item>
0202    <item row="4" column="0">
0203     <widget class="QLabel" name="label_3">
0204      <property name="text">
0205       <string>Memo</string>
0206      </property>
0207      <property name="alignment">
0208       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0209      </property>
0210     </widget>
0211    </item>
0212    <item row="4" column="1" rowspan="2" colspan="2">
0213     <widget class="QPlainTextEdit" name="memoEdit">
0214      <property name="tabChangesFocus">
0215       <bool>true</bool>
0216      </property>
0217     </widget>
0218    </item>
0219    <item row="4" column="4">
0220     <spacer name="verticalSpacer_2">
0221      <property name="orientation">
0222       <enum>Qt::Vertical</enum>
0223      </property>
0224      <property name="sizeHint" stdset="0">
0225       <size>
0226        <width>20</width>
0227        <height>48</height>
0228       </size>
0229      </property>
0230     </spacer>
0231    </item>
0232    <item row="5" column="3" colspan="2">
0233     <layout class="QHBoxLayout" name="horizontalLayout">
0234      <item>
0235       <spacer name="horizontalSpacer">
0236        <property name="orientation">
0237         <enum>Qt::Horizontal</enum>
0238        </property>
0239        <property name="sizeHint" stdset="0">
0240         <size>
0241          <width>40</width>
0242          <height>20</height>
0243         </size>
0244        </property>
0245       </spacer>
0246      </item>
0247      <item>
0248       <widget class="QToolButton" name="enterButton">
0249        <property name="text">
0250         <string>Enter</string>
0251        </property>
0252        <property name="toolButtonStyle">
0253         <enum>Qt::ToolButtonTextBesideIcon</enum>
0254        </property>
0255       </widget>
0256      </item>
0257      <item>
0258       <widget class="QToolButton" name="cancelButton">
0259        <property name="text">
0260         <string>Cancel</string>
0261        </property>
0262        <property name="toolButtonStyle">
0263         <enum>Qt::ToolButtonTextBesideIcon</enum>
0264        </property>
0265       </widget>
0266      </item>
0267     </layout>
0268    </item>
0269   </layout>
0270  </widget>
0271  <customwidgets>
0272   <customwidget>
0273    <class>KMyMoneyAccountCombo</class>
0274    <extends>QComboBox</extends>
0275    <header>kmymoneyaccountcombo.h</header>
0276   </customwidget>
0277   <customwidget>
0278    <class>AmountEdit</class>
0279    <extends>QLineEdit</extends>
0280    <header>amountedit.h</header>
0281   </customwidget>
0282   <customwidget>
0283    <class>KMyMoneyDateEdit</class>
0284    <extends>QDateEdit</extends>
0285    <header>kmymoneydateedit.h</header>
0286   </customwidget>
0287  </customwidgets>
0288  <tabstops>
0289   <tabstop>dateEdit</tabstop>
0290   <tabstop>amountEditCredit</tabstop>
0291   <tabstop>amountEditDebit</tabstop>
0292   <tabstop>payeeEdit</tabstop>
0293   <tabstop>numberEdit</tabstop>
0294   <tabstop>accountCombo</tabstop>
0295   <tabstop>splitEditorButton</tabstop>
0296   <tabstop>costCenterCombo</tabstop>
0297   <tabstop>tagComboBox</tabstop>
0298   <tabstop>memoEdit</tabstop>
0299   <tabstop>statusCombo</tabstop>
0300   <tabstop>enterButton</tabstop>
0301   <tabstop>cancelButton</tabstop>
0302  </tabstops>
0303  <resources/>
0304  <connections/>
0305 </ui>