About.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>439</width>
  10. <height>340</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. <include location="img.qrc"/>
  58. </resources>
  59. <connections>
  60. <connection>
  61. <sender>pushButton</sender>
  62. <signal>clicked()</signal>
  63. <receiver>AboutDialog</receiver>
  64. <slot>close()</slot>
  65. <hints>
  66. <hint type="sourcelabel">
  67. <x>178</x>
  68. <y>218</y>
  69. </hint>
  70. <hint type="destinationlabel">
  71. <x>178</x>
  72. <y>119</y>
  73. </hint>
  74. </hints>
  75. </connection>
  76. </connections>
  77. </ui>