Warning, /office/kmymoney/kmymoney/dialogs/kconfirmmanualenterdlg.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>KConfirmManualEnterDlg</class>
0004  <widget class="QDialog" name="KConfirmManualEnterDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>578</width>
0010     <height>384</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Confirm Manual Enter</string>
0015   </property>
0016   <property name="sizeGripEnabled">
0017    <bool>true</bool>
0018   </property>
0019   <layout class="QVBoxLayout">
0020    <property name="spacing">
0021     <number>6</number>
0022    </property>
0023    <property name="leftMargin">
0024     <number>11</number>
0025    </property>
0026    <property name="topMargin">
0027     <number>11</number>
0028    </property>
0029    <property name="rightMargin">
0030     <number>11</number>
0031    </property>
0032    <property name="bottomMargin">
0033     <number>11</number>
0034    </property>
0035    <item>
0036     <widget class="QLabel" name="m_message">
0037      <property name="text">
0038       <string>The following changes have been made to the transaction data:</string>
0039      </property>
0040      <property name="textFormat">
0041       <enum>Qt::RichText</enum>
0042      </property>
0043      <property name="wordWrap">
0044       <bool>false</bool>
0045      </property>
0046     </widget>
0047    </item>
0048    <item>
0049     <widget class="KTextEdit" name="m_details">
0050      <property name="readOnly">
0051       <bool>true</bool>
0052      </property>
0053     </widget>
0054    </item>
0055    <item>
0056     <widget class="QGroupBox" name="buttonGroupBox1">
0057      <property name="font">
0058       <font/>
0059      </property>
0060      <property name="title">
0061       <string>Please choose what you wish to do with the above changes</string>
0062      </property>
0063      <layout class="QVBoxLayout">
0064       <item>
0065        <widget class="QRadioButton" name="m_discardRadio">
0066         <property name="text">
0067          <string>&amp;Discard the changes and enter the original transaction into the register.</string>
0068         </property>
0069         <attribute name="buttonGroup">
0070          <string notr="true">buttonGroup1</string>
0071         </attribute>
0072        </widget>
0073       </item>
0074       <item>
0075        <widget class="QRadioButton" name="m_onceRadio">
0076         <property name="text">
0077          <string>Enter &amp;these new values this one time, for this occurrence only.</string>
0078         </property>
0079         <property name="checked">
0080          <bool>true</bool>
0081         </property>
0082         <attribute name="buttonGroup">
0083          <string notr="true">buttonGroup1</string>
0084         </attribute>
0085        </widget>
0086       </item>
0087       <item>
0088        <widget class="QRadioButton" name="m_setRadio">
0089         <property name="text">
0090          <string>Set all further occurrences &amp;in this schedule to be these values.</string>
0091         </property>
0092         <attribute name="buttonGroup">
0093          <string notr="true">buttonGroup1</string>
0094         </attribute>
0095        </widget>
0096       </item>
0097      </layout>
0098     </widget>
0099    </item>
0100    <item>
0101     <widget class="QDialogButtonBox" name="buttonBox">
0102      <property name="standardButtons">
0103       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0104      </property>
0105     </widget>
0106    </item>
0107   </layout>
0108  </widget>
0109  <layoutdefault spacing="6" margin="11"/>
0110  <customwidgets>
0111   <customwidget>
0112    <class>KTextEdit</class>
0113    <extends>QTextEdit</extends>
0114    <header>ktextedit.h</header>
0115   </customwidget>
0116  </customwidgets>
0117  <resources/>
0118  <connections>
0119   <connection>
0120    <sender>buttonBox</sender>
0121    <signal>accepted()</signal>
0122    <receiver>KConfirmManualEnterDlg</receiver>
0123    <slot>accept()</slot>
0124    <hints>
0125     <hint type="sourcelabel">
0126      <x>456</x>
0127      <y>361</y>
0128     </hint>
0129     <hint type="destinationlabel">
0130      <x>177</x>
0131      <y>380</y>
0132     </hint>
0133    </hints>
0134   </connection>
0135   <connection>
0136    <sender>buttonBox</sender>
0137    <signal>rejected()</signal>
0138    <receiver>KConfirmManualEnterDlg</receiver>
0139    <slot>reject()</slot>
0140    <hints>
0141     <hint type="sourcelabel">
0142      <x>487</x>
0143      <y>359</y>
0144     </hint>
0145     <hint type="destinationlabel">
0146      <x>479</x>
0147      <y>380</y>
0148     </hint>
0149    </hints>
0150   </connection>
0151  </connections>
0152  <buttongroups>
0153   <buttongroup name="buttonGroup1"/>
0154  </buttongroups>
0155 </ui>