About.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutDialog</class>
  4. <widget class="QDialog" name="AboutDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>358</width>
  10. <height>240</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>About</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <spacer name="verticalSpacer">
  21. <property name="orientation">
  22. <enum>Qt::Vertical</enum>
  23. </property>
  24. <property name="sizeHint" stdset="0">
  25. <size>
  26. <width>20</width>
  27. <height>40</height>
  28. </size>
  29. </property>
  30. </spacer>
  31. </item>
  32. <item>
  33. <spacer name="verticalSpacer_2">
  34. <property name="orientation">
  35. <enum>Qt::Vertical</enum>
  36. </property>
  37. <property name="sizeHint" stdset="0">
  38. <size>
  39. <width>20</width>
  40. <height>40</height>
  41. </size>
  42. </property>
  43. </spacer>
  44. </item>
  45. <item alignment="Qt::AlignHCenter">
  46. <widget class="QPushButton" name="pushButton">
  47. <property name="text">
  48. <string>Close</string>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </item>
  54. </layout>
  55. </widget>
  56. <resources/>
  57. <connections>
  58. <connection>
  59. <sender>pushButton</sender>
  60. <signal>clicked()</signal>
  61. <receiver>AboutDialog</receiver>
  62. <slot>close()</slot>
  63. <hints>
  64. <hint type="sourcelabel">
  65. <x>178</x>
  66. <y>218</y>
  67. </hint>
  68. <hint type="destinationlabel">
  69. <x>178</x>
  70. <y>119</y>
  71. </hint>
  72. </hints>
  73. </connection>
  74. </connections>
  75. </ui>