pickOneElementDlg.ui 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <ui version="4.0" >
  2. <class>PickOneElementDialog</class>
  3. <widget class="QDialog" name="PickOneElementDialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>200</width>
  9. <height>80</height>
  10. </rect>
  11. </property>
  12. <property name="minimumSize" >
  13. <size>
  14. <width>200</width>
  15. <height>80</height>
  16. </size>
  17. </property>
  18. <property name="maximumSize" >
  19. <size>
  20. <width>200</width>
  21. <height>80</height>
  22. </size>
  23. </property>
  24. <property name="windowTitle" >
  25. <string>Choose parameter</string>
  26. </property>
  27. <layout class="QVBoxLayout" >
  28. <item>
  29. <layout class="QHBoxLayout" >
  30. <item>
  31. <widget class="QLabel" name="comboLabel" >
  32. <property name="text" >
  33. <string>Elements</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QComboBox" name="comboBox" />
  39. </item>
  40. </layout>
  41. </item>
  42. <item>
  43. <widget class="QDialogButtonBox" name="buttonBox" >
  44. <property name="orientation" >
  45. <enum>Qt::Horizontal</enum>
  46. </property>
  47. <property name="standardButtons" >
  48. <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. <resources/>
  55. <connections>
  56. <connection>
  57. <sender>buttonBox</sender>
  58. <signal>accepted()</signal>
  59. <receiver>PickOneElementDialog</receiver>
  60. <slot>accept()</slot>
  61. <hints>
  62. <hint type="sourcelabel" >
  63. <x>248</x>
  64. <y>254</y>
  65. </hint>
  66. <hint type="destinationlabel" >
  67. <x>157</x>
  68. <y>274</y>
  69. </hint>
  70. </hints>
  71. </connection>
  72. <connection>
  73. <sender>buttonBox</sender>
  74. <signal>rejected()</signal>
  75. <receiver>PickOneElementDialog</receiver>
  76. <slot>reject()</slot>
  77. <hints>
  78. <hint type="sourcelabel" >
  79. <x>316</x>
  80. <y>260</y>
  81. </hint>
  82. <hint type="destinationlabel" >
  83. <x>286</x>
  84. <y>274</y>
  85. </hint>
  86. </hints>
  87. </connection>
  88. </connections>
  89. </ui>