setClassificationFieldDlg.ui 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ccSetClassificationField</class>
  4. <widget class="QDialog" name="ccSetClassificationField">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>184</width>
  10. <height>70</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Classification</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QSpinBox" name="spinBox_classification">
  28. <property name="buttonSymbols">
  29. <enum>QAbstractSpinBox::NoButtons</enum>
  30. </property>
  31. </widget>
  32. </item>
  33. </layout>
  34. </item>
  35. <item>
  36. <widget class="QDialogButtonBox" name="buttonBox">
  37. <property name="orientation">
  38. <enum>Qt::Horizontal</enum>
  39. </property>
  40. <property name="standardButtons">
  41. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  42. </property>
  43. </widget>
  44. </item>
  45. </layout>
  46. </widget>
  47. <resources/>
  48. <connections>
  49. <connection>
  50. <sender>buttonBox</sender>
  51. <signal>accepted()</signal>
  52. <receiver>ccSetClassificationField</receiver>
  53. <slot>accept()</slot>
  54. <hints>
  55. <hint type="sourcelabel">
  56. <x>248</x>
  57. <y>254</y>
  58. </hint>
  59. <hint type="destinationlabel">
  60. <x>157</x>
  61. <y>274</y>
  62. </hint>
  63. </hints>
  64. </connection>
  65. <connection>
  66. <sender>buttonBox</sender>
  67. <signal>rejected()</signal>
  68. <receiver>ccSetClassificationField</receiver>
  69. <slot>reject()</slot>
  70. <hints>
  71. <hint type="sourcelabel">
  72. <x>316</x>
  73. <y>260</y>
  74. </hint>
  75. <hint type="destinationlabel">
  76. <x>286</x>
  77. <y>274</y>
  78. </hint>
  79. </hints>
  80. </connection>
  81. </connections>
  82. </ui>