preferences.ui 1.5 KB

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