dlg_main.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>418</width>
  10. <height>301</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QDialogButtonBox" name="buttonBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>240</y>
  21. <width>341</width>
  22. <height>32</height>
  23. </rect>
  24. </property>
  25. <property name="orientation">
  26. <enum>Qt::Horizontal</enum>
  27. </property>
  28. <property name="standardButtons">
  29. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  30. </property>
  31. </widget>
  32. </widget>
  33. <resources/>
  34. <connections>
  35. <connection>
  36. <sender>buttonBox</sender>
  37. <signal>accepted()</signal>
  38. <receiver>Dialog</receiver>
  39. <slot>accept()</slot>
  40. <hints>
  41. <hint type="sourcelabel">
  42. <x>248</x>
  43. <y>254</y>
  44. </hint>
  45. <hint type="destinationlabel">
  46. <x>157</x>
  47. <y>274</y>
  48. </hint>
  49. </hints>
  50. </connection>
  51. <connection>
  52. <sender>buttonBox</sender>
  53. <signal>rejected()</signal>
  54. <receiver>Dialog</receiver>
  55. <slot>reject()</slot>
  56. <hints>
  57. <hint type="sourcelabel">
  58. <x>316</x>
  59. <y>260</y>
  60. </hint>
  61. <hint type="destinationlabel">
  62. <x>286</x>
  63. <y>274</y>
  64. </hint>
  65. </hints>
  66. </connection>
  67. </connections>
  68. </ui>