Warning, /office/kmymoney/kmymoney/dialogs/ksortoptiondlg.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>KSortOptionDlg</class>
0004  <widget class="QDialog" name="KSortOptionDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>511</width>
0010     <height>348</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Sort options</string>
0015   </property>
0016   <property name="sizeGripEnabled">
0017    <bool>true</bool>
0018   </property>
0019   <layout class="QVBoxLayout">
0020    <item>
0021     <widget class="QCheckBox" name="m_useDefault">
0022      <property name="text">
0023       <string>Use default</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="TransactionSortOption" name="m_sortOption" native="true"/>
0029    </item>
0030    <item>
0031     <widget class="QDialogButtonBox" name="m_buttonBox">
0032      <property name="standardButtons">
0033       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
0034      </property>
0035     </widget>
0036    </item>
0037   </layout>
0038  </widget>
0039  <layoutdefault spacing="6" margin="11"/>
0040  <customwidgets>
0041   <customwidget>
0042    <class>TransactionSortOption</class>
0043    <extends>QWidget</extends>
0044    <header>transactionsortoption.h</header>
0045   </customwidget>
0046  </customwidgets>
0047  <resources/>
0048  <connections>
0049   <connection>
0050    <sender>m_useDefault</sender>
0051    <signal>toggled(bool)</signal>
0052    <receiver>m_sortOption</receiver>
0053    <slot>setDisabled(bool)</slot>
0054    <hints>
0055     <hint type="sourcelabel">
0056      <x>20</x>
0057      <y>20</y>
0058     </hint>
0059     <hint type="destinationlabel">
0060      <x>29</x>
0061      <y>55</y>
0062     </hint>
0063    </hints>
0064   </connection>
0065   <connection>
0066    <sender>m_buttonBox</sender>
0067    <signal>accepted()</signal>
0068    <receiver>KSortOptionDlg</receiver>
0069    <slot>accept()</slot>
0070    <hints>
0071     <hint type="sourcelabel">
0072      <x>116</x>
0073      <y>327</y>
0074     </hint>
0075     <hint type="destinationlabel">
0076      <x>78</x>
0077      <y>344</y>
0078     </hint>
0079    </hints>
0080   </connection>
0081   <connection>
0082    <sender>m_buttonBox</sender>
0083    <signal>rejected()</signal>
0084    <receiver>KSortOptionDlg</receiver>
0085    <slot>reject()</slot>
0086    <hints>
0087     <hint type="sourcelabel">
0088      <x>345</x>
0089      <y>326</y>
0090     </hint>
0091     <hint type="destinationlabel">
0092      <x>274</x>
0093      <y>345</y>
0094     </hint>
0095    </hints>
0096   </connection>
0097  </connections>
0098 </ui>