aboutdialog.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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>446</width>
  10. <height>239</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>新宋体</family>
  16. <pointsize>11</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Dialog</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QWidget" name="widget" native="true">
  25. <layout class="QVBoxLayout" name="verticalLayout_2">
  26. <property name="leftMargin">
  27. <number>64</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>64</number>
  34. </property>
  35. <item>
  36. <layout class="QHBoxLayout" name="horizontalLayout_2">
  37. <property name="spacing">
  38. <number>16</number>
  39. </property>
  40. <item>
  41. <widget class="QLabel" name="lblLogo">
  42. <property name="minimumSize">
  43. <size>
  44. <width>62</width>
  45. <height>64</height>
  46. </size>
  47. </property>
  48. <property name="maximumSize">
  49. <size>
  50. <width>62</width>
  51. <height>64</height>
  52. </size>
  53. </property>
  54. <property name="styleSheet">
  55. <string notr="true">border-image: url(:/res/app.png);</string>
  56. </property>
  57. <property name="text">
  58. <string/>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QLabel" name="label">
  64. <property name="font">
  65. <font>
  66. <family>新宋体</family>
  67. <pointsize>32</pointsize>
  68. </font>
  69. </property>
  70. <property name="styleSheet">
  71. <string notr="true">color: rgb(0, 188, 212);</string>
  72. </property>
  73. <property name="text">
  74. <string>关于</string>
  75. </property>
  76. </widget>
  77. </item>
  78. </layout>
  79. </item>
  80. <item>
  81. <widget class="Line" name="line">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <spacer name="verticalSpacer">
  89. <property name="orientation">
  90. <enum>Qt::Vertical</enum>
  91. </property>
  92. <property name="sizeHint" stdset="0">
  93. <size>
  94. <width>20</width>
  95. <height>34</height>
  96. </size>
  97. </property>
  98. </spacer>
  99. </item>
  100. </layout>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QWidget" name="widget_2" native="true">
  105. <property name="minimumSize">
  106. <size>
  107. <width>0</width>
  108. <height>41</height>
  109. </size>
  110. </property>
  111. <property name="maximumSize">
  112. <size>
  113. <width>16777215</width>
  114. <height>41</height>
  115. </size>
  116. </property>
  117. <layout class="QHBoxLayout" name="horizontalLayout">
  118. <item>
  119. <spacer name="horizontalSpacer">
  120. <property name="orientation">
  121. <enum>Qt::Horizontal</enum>
  122. </property>
  123. <property name="sizeHint" stdset="0">
  124. <size>
  125. <width>289</width>
  126. <height>20</height>
  127. </size>
  128. </property>
  129. </spacer>
  130. </item>
  131. <item>
  132. <widget class="QPushButton" name="btnOk">
  133. <property name="text">
  134. <string>关闭</string>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </widget>
  140. </item>
  141. </layout>
  142. </widget>
  143. <resources/>
  144. <connections/>
  145. </ui>