dialogselrank.ui 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSelRank</class>
  4. <widget class="QDialog" name="DialogSelRank">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButtonOk">
  17. <property name="geometry">
  18. <rect>
  19. <x>260</x>
  20. <y>230</y>
  21. <width>91</width>
  22. <height>21</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Ok</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label">
  30. <property name="geometry">
  31. <rect>
  32. <x>50</x>
  33. <y>20</y>
  34. <width>331</width>
  35. <height>91</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Insert the desired parameter for the Rank Filter:</string>
  40. </property>
  41. </widget>
  42. <widget class="QComboBox" name="comboBoxRankOrder">
  43. <property name="geometry">
  44. <rect>
  45. <x>261</x>
  46. <y>110</y>
  47. <width>81</width>
  48. <height>31</height>
  49. </rect>
  50. </property>
  51. <item>
  52. <property name="text">
  53. <string>3</string>
  54. </property>
  55. </item>
  56. <item>
  57. <property name="text">
  58. <string>5</string>
  59. </property>
  60. </item>
  61. <item>
  62. <property name="text">
  63. <string>7</string>
  64. </property>
  65. </item>
  66. </widget>
  67. </widget>
  68. <resources/>
  69. <connections>
  70. <connection>
  71. <sender>pushButtonOk</sender>
  72. <signal>clicked()</signal>
  73. <receiver>DialogSelRank</receiver>
  74. <slot>accept()</slot>
  75. <hints>
  76. <hint type="sourcelabel">
  77. <x>305</x>
  78. <y>240</y>
  79. </hint>
  80. <hint type="destinationlabel">
  81. <x>199</x>
  82. <y>149</y>
  83. </hint>
  84. </hints>
  85. </connection>
  86. </connections>
  87. </ui>