Warning, /office/kmymoney/kmymoney/views/kenterscheduledlg.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>KEnterScheduleDlg</class>
0004  <widget class="QDialog" name="KEnterScheduleDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>780</width>
0010     <height>364</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Enter Schedule</string>
0015   </property>
0016   <property name="sizeGripEnabled">
0017    <bool>true</bool>
0018   </property>
0019   <layout class="QVBoxLayout" stretch="0,2,0,0">
0020    <item>
0021     <widget class="QGroupBox" name="groupBox1">
0022      <property name="title">
0023       <string>Schedule Details</string>
0024      </property>
0025      <layout class="QHBoxLayout">
0026       <item>
0027        <widget class="QLabel" name="nameLabel">
0028         <property name="sizePolicy">
0029          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0030           <horstretch>1</horstretch>
0031           <verstretch>1</verstretch>
0032          </sizepolicy>
0033         </property>
0034         <property name="minimumSize">
0035          <size>
0036           <width>70</width>
0037           <height>0</height>
0038          </size>
0039         </property>
0040         <property name="font">
0041          <font/>
0042         </property>
0043         <property name="text">
0044          <string comment="@label schedule name">Name:</string>
0045         </property>
0046         <property name="wordWrap">
0047          <bool>false</bool>
0048         </property>
0049        </widget>
0050       </item>
0051       <item>
0052        <widget class="QLabel" name="m_scheduleName">
0053         <property name="text">
0054          <string/>
0055         </property>
0056         <property name="wordWrap">
0057          <bool>false</bool>
0058         </property>
0059        </widget>
0060       </item>
0061       <item>
0062        <spacer name="hs2">
0063         <property name="orientation">
0064          <enum>Qt::Horizontal</enum>
0065         </property>
0066         <property name="sizeType">
0067          <enum>QSizePolicy::Expanding</enum>
0068         </property>
0069         <property name="sizeHint" stdset="0">
0070          <size>
0071           <width>20</width>
0072           <height>0</height>
0073          </size>
0074         </property>
0075        </spacer>
0076       </item>
0077       <item>
0078        <widget class="QLabel" name="typeLabel">
0079         <property name="sizePolicy">
0080          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0081           <horstretch>1</horstretch>
0082           <verstretch>1</verstretch>
0083          </sizepolicy>
0084         </property>
0085         <property name="minimumSize">
0086          <size>
0087           <width>70</width>
0088           <height>0</height>
0089          </size>
0090         </property>
0091         <property name="font">
0092          <font/>
0093         </property>
0094         <property name="text">
0095          <string>Type:</string>
0096         </property>
0097         <property name="wordWrap">
0098          <bool>false</bool>
0099         </property>
0100        </widget>
0101       </item>
0102       <item>
0103        <widget class="QLabel" name="m_type">
0104         <property name="sizePolicy">
0105          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0106           <horstretch>1</horstretch>
0107           <verstretch>1</verstretch>
0108          </sizepolicy>
0109         </property>
0110         <property name="text">
0111          <string/>
0112         </property>
0113         <property name="wordWrap">
0114          <bool>false</bool>
0115         </property>
0116        </widget>
0117       </item>
0118      </layout>
0119     </widget>
0120    </item>
0121    <item>
0122     <widget class="NewTransactionEditor" name="m_editor">
0123     </widget>
0124    </item>
0125    <item>
0126     <widget class="Line" name="line2">
0127      <property name="frameShape">
0128       <enum>QFrame::HLine</enum>
0129      </property>
0130      <property name="frameShadow">
0131       <enum>QFrame::Sunken</enum>
0132      </property>
0133     </widget>
0134    </item>
0135    <item>
0136     <layout class="QHBoxLayout">
0137      <item>
0138       <widget class="QPushButton" name="buttonHelp">
0139        <property name="text">
0140         <string>Help</string>
0141        </property>
0142       </widget>
0143      </item>
0144      <item>
0145       <spacer name="hs1">
0146        <property name="orientation">
0147         <enum>Qt::Horizontal</enum>
0148        </property>
0149        <property name="sizeType">
0150         <enum>QSizePolicy::Expanding</enum>
0151        </property>
0152        <property name="sizeHint" stdset="0">
0153         <size>
0154          <width>190</width>
0155          <height>20</height>
0156         </size>
0157        </property>
0158       </spacer>
0159      </item>
0160      <item>
0161       <widget class="QPushButton" name="buttonOk">
0162        <property name="toolTip">
0163         <string>Enter the transaction and advance the next due date of this schedule to the next payment date.</string>
0164        </property>
0165        <property name="text">
0166         <string>Enter</string>
0167        </property>
0168        <property name="shortcut">
0169         <string/>
0170        </property>
0171        <property name="autoDefault">
0172         <bool>true</bool>
0173        </property>
0174        <property name="default">
0175         <bool>true</bool>
0176        </property>
0177       </widget>
0178      </item>
0179      <item>
0180       <widget class="QPushButton" name="buttonSkip">
0181        <property name="toolTip">
0182         <string>Do not enter the transaction but advance the next due date of this schedule to the next payment date.</string>
0183        </property>
0184        <property name="text">
0185         <string>&amp;Skip</string>
0186        </property>
0187        <property name="isDragEnabled" stdset="0">
0188         <bool>true</bool>
0189        </property>
0190       </widget>
0191      </item>
0192      <item>
0193       <widget class="QPushButton" name="buttonIgnore">
0194        <property name="toolTip">
0195         <string>Do not enter or skip payments for this schedule but continue with the next schedule.</string>
0196        </property>
0197        <property name="text">
0198         <string>Ignore</string>
0199        </property>
0200       </widget>
0201      </item>
0202      <item>
0203       <widget class="QPushButton" name="buttonCancel">
0204        <property name="toolTip">
0205         <string>Cancel processing of schedule entry.</string>
0206        </property>
0207        <property name="text">
0208         <string>Cancel</string>
0209        </property>
0210       </widget>
0211      </item>
0212     </layout>
0213    </item>
0214   </layout>
0215  </widget>
0216  <layoutdefault spacing="6" margin="11"/>
0217  <customwidgets>
0218   <customwidget>
0219    <class>NewTransactionEditor</class>
0220    <extends>QFrame</extends>
0221    <header>newtransactioneditor.h</header>
0222    <container>1</container>
0223   </customwidget>
0224  </customwidgets>
0225  <resources/>
0226  <connections>
0227   <connection>
0228    <sender>buttonOk</sender>
0229    <signal>clicked()</signal>
0230    <receiver>KEnterScheduleDlg</receiver>
0231    <slot>accept()</slot>
0232    <hints>
0233     <hint type="sourcelabel">
0234      <x>20</x>
0235      <y>20</y>
0236     </hint>
0237     <hint type="destinationlabel">
0238      <x>20</x>
0239      <y>20</y>
0240     </hint>
0241    </hints>
0242   </connection>
0243   <connection>
0244    <sender>buttonCancel</sender>
0245    <signal>clicked()</signal>
0246    <receiver>KEnterScheduleDlg</receiver>
0247    <slot>reject()</slot>
0248    <hints>
0249     <hint type="sourcelabel">
0250      <x>20</x>
0251      <y>20</y>
0252     </hint>
0253     <hint type="destinationlabel">
0254      <x>20</x>
0255      <y>20</y>
0256     </hint>
0257    </hints>
0258   </connection>
0259  </connections>
0260 </ui>