about.ui 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <ui version="4.0" >
  2. <author></author>
  3. <comment></comment>
  4. <exportmacro></exportmacro>
  5. <class>Dialog</class>
  6. <widget class="QDialog" name="Dialog" >
  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></pixmapfunction>
  36. <resources/>
  37. <connections>
  38. <connection>
  39. <sender>buttonBox</sender>
  40. <signal>accepted()</signal>
  41. <receiver>Dialog</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>Dialog</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>