12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogSelRank</class>
- <widget class="QDialog" name="DialogSelRank">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QPushButton" name="pushButtonOk">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>230</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Ok</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>20</y>
- <width>331</width>
- <height>91</height>
- </rect>
- </property>
- <property name="text">
- <string>Insert the desired parameter for the Rank Filter:</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBoxRankOrder">
- <property name="geometry">
- <rect>
- <x>261</x>
- <y>110</y>
- <width>81</width>
- <height>31</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>3</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>5</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>7</string>
- </property>
- </item>
- </widget>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>pushButtonOk</sender>
- <signal>clicked()</signal>
- <receiver>DialogSelRank</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>305</x>
- <y>240</y>
- </hint>
- <hint type="destinationlabel">
- <x>199</x>
- <y>149</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|