About.ui 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. <property name="windowIcon">
  17. <iconset resource="img.qrc">
  18. <normaloff>:/icon/resource/todo-line.png</normaloff>:/icon/resource/todo-line.png</iconset>
  19. </property>
  20. <layout class="QGridLayout" name="gridLayout">
  21. <item row="0" column="0">
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <spacer name="verticalSpacer">
  25. <property name="orientation">
  26. <enum>Qt::Vertical</enum>
  27. </property>
  28. <property name="sizeHint" stdset="0">
  29. <size>
  30. <width>20</width>
  31. <height>40</height>
  32. </size>
  33. </property>
  34. </spacer>
  35. </item>
  36. <item>
  37. <spacer name="verticalSpacer_2">
  38. <property name="orientation">
  39. <enum>Qt::Vertical</enum>
  40. </property>
  41. <property name="sizeHint" stdset="0">
  42. <size>
  43. <width>20</width>
  44. <height>40</height>
  45. </size>
  46. </property>
  47. </spacer>
  48. </item>
  49. <item alignment="Qt::AlignHCenter">
  50. <widget class="QPushButton" name="pushButton">
  51. <property name="text">
  52. <string>Close</string>
  53. </property>
  54. </widget>
  55. </item>
  56. </layout>
  57. </item>
  58. </layout>
  59. </widget>
  60. <resources>
  61. <include location="img.qrc"/>
  62. </resources>
  63. <connections>
  64. <connection>
  65. <sender>pushButton</sender>
  66. <signal>clicked()</signal>
  67. <receiver>AboutDialog</receiver>
  68. <slot>close()</slot>
  69. <hints>
  70. <hint type="sourcelabel">
  71. <x>178</x>
  72. <y>218</y>
  73. </hint>
  74. <hint type="destinationlabel">
  75. <x>178</x>
  76. <y>119</y>
  77. </hint>
  78. </hints>
  79. </connection>
  80. </connections>
  81. </ui>