dialogabout.ui 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogAbout</class>
  4. <widget class="QDialog" name="DialogAbout">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>500</width>
  10. <height>350</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>500</width>
  22. <height>350</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>500</width>
  28. <height>350</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>极速号码魔方</string>
  33. </property>
  34. <widget class="QDialogButtonBox" name="buttonBox">
  35. <property name="geometry">
  36. <rect>
  37. <x>320</x>
  38. <y>320</y>
  39. <width>156</width>
  40. <height>23</height>
  41. </rect>
  42. </property>
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. <property name="standardButtons">
  47. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  48. </property>
  49. </widget>
  50. <widget class="QWidget" name="verticalLayoutWidget">
  51. <property name="geometry">
  52. <rect>
  53. <x>10</x>
  54. <y>10</y>
  55. <width>50</width>
  56. <height>196</height>
  57. </rect>
  58. </property>
  59. <layout class="QVBoxLayout" name="verticalLayout_2">
  60. <property name="sizeConstraint">
  61. <enum>QLayout::SetFixedSize</enum>
  62. </property>
  63. <item>
  64. <widget class="QLabel" name="labelIcon">
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  67. <horstretch>0</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="maximumSize">
  72. <size>
  73. <width>48</width>
  74. <height>48</height>
  75. </size>
  76. </property>
  77. <property name="text">
  78. <string/>
  79. </property>
  80. <property name="scaledContents">
  81. <bool>true</bool>
  82. </property>
  83. <property name="alignment">
  84. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <spacer name="verticalSpacer_3">
  90. <property name="orientation">
  91. <enum>Qt::Vertical</enum>
  92. </property>
  93. <property name="sizeHint" stdset="0">
  94. <size>
  95. <width>13</width>
  96. <height>140</height>
  97. </size>
  98. </property>
  99. </spacer>
  100. </item>
  101. </layout>
  102. </widget>
  103. <widget class="QWidget" name="layoutWidget">
  104. <property name="geometry">
  105. <rect>
  106. <x>70</x>
  107. <y>10</y>
  108. <width>421</width>
  109. <height>301</height>
  110. </rect>
  111. </property>
  112. <layout class="QHBoxLayout" name="horizontalLayout">
  113. <item>
  114. <layout class="QVBoxLayout" name="verticalLayout">
  115. <item>
  116. <widget class="QLabel" name="lblAppName">
  117. <property name="font">
  118. <font>
  119. <weight>75</weight>
  120. <bold>true</bold>
  121. </font>
  122. </property>
  123. <property name="text">
  124. <string>TextLabel</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <spacer name="verticalSpacer">
  130. <property name="orientation">
  131. <enum>Qt::Vertical</enum>
  132. </property>
  133. <property name="sizeType">
  134. <enum>QSizePolicy::Fixed</enum>
  135. </property>
  136. <property name="sizeHint" stdset="0">
  137. <size>
  138. <width>20</width>
  139. <height>5</height>
  140. </size>
  141. </property>
  142. </spacer>
  143. </item>
  144. <item>
  145. <widget class="QLabel" name="lblAppVersion">
  146. <property name="text">
  147. <string>TextLabel</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <spacer name="verticalSpacer_2">
  153. <property name="orientation">
  154. <enum>Qt::Vertical</enum>
  155. </property>
  156. <property name="sizeType">
  157. <enum>QSizePolicy::Fixed</enum>
  158. </property>
  159. <property name="sizeHint" stdset="0">
  160. <size>
  161. <width>20</width>
  162. <height>5</height>
  163. </size>
  164. </property>
  165. </spacer>
  166. </item>
  167. <item>
  168. <widget class="QLabel" name="lblSegVersion">
  169. <property name="text">
  170. <string>TextLabel</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <spacer name="verticalSpacer_5">
  176. <property name="orientation">
  177. <enum>Qt::Vertical</enum>
  178. </property>
  179. <property name="sizeType">
  180. <enum>QSizePolicy::Fixed</enum>
  181. </property>
  182. <property name="sizeHint" stdset="0">
  183. <size>
  184. <width>20</width>
  185. <height>5</height>
  186. </size>
  187. </property>
  188. </spacer>
  189. </item>
  190. <item>
  191. <widget class="QLabel" name="labelAbout">
  192. <property name="text">
  193. <string/>
  194. </property>
  195. <property name="wordWrap">
  196. <bool>true</bool>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <spacer name="verticalSpacer_4">
  202. <property name="orientation">
  203. <enum>Qt::Vertical</enum>
  204. </property>
  205. <property name="sizeHint" stdset="0">
  206. <size>
  207. <width>20</width>
  208. <height>40</height>
  209. </size>
  210. </property>
  211. </spacer>
  212. </item>
  213. <item>
  214. <layout class="QHBoxLayout" name="horizontalLayout_2">
  215. <item>
  216. <widget class="QLabel" name="label">
  217. <property name="sizePolicy">
  218. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  219. <horstretch>0</horstretch>
  220. <verstretch>0</verstretch>
  221. </sizepolicy>
  222. </property>
  223. <property name="text">
  224. <string>更多信息,请访问</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QLabel" name="labelWebsite">
  230. <property name="sizePolicy">
  231. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  232. <horstretch>0</horstretch>
  233. <verstretch>0</verstretch>
  234. </sizepolicy>
  235. </property>
  236. <property name="text">
  237. <string>TextLabel</string>
  238. </property>
  239. </widget>
  240. </item>
  241. </layout>
  242. </item>
  243. </layout>
  244. </item>
  245. </layout>
  246. </widget>
  247. <widget class="QPushButton" name="pushButtonUpdateConfig">
  248. <property name="geometry">
  249. <rect>
  250. <x>70</x>
  251. <y>320</y>
  252. <width>75</width>
  253. <height>23</height>
  254. </rect>
  255. </property>
  256. <property name="text">
  257. <string>更新配置</string>
  258. </property>
  259. </widget>
  260. <widget class="QPushButton" name="pushButtonDb">
  261. <property name="geometry">
  262. <rect>
  263. <x>150</x>
  264. <y>320</y>
  265. <width>75</width>
  266. <height>23</height>
  267. </rect>
  268. </property>
  269. <property name="text">
  270. <string>数据备份</string>
  271. </property>
  272. </widget>
  273. </widget>
  274. <resources/>
  275. <connections>
  276. <connection>
  277. <sender>buttonBox</sender>
  278. <signal>accepted()</signal>
  279. <receiver>DialogAbout</receiver>
  280. <slot>accept()</slot>
  281. <hints>
  282. <hint type="sourcelabel">
  283. <x>248</x>
  284. <y>254</y>
  285. </hint>
  286. <hint type="destinationlabel">
  287. <x>157</x>
  288. <y>274</y>
  289. </hint>
  290. </hints>
  291. </connection>
  292. <connection>
  293. <sender>buttonBox</sender>
  294. <signal>rejected()</signal>
  295. <receiver>DialogAbout</receiver>
  296. <slot>reject()</slot>
  297. <hints>
  298. <hint type="sourcelabel">
  299. <x>316</x>
  300. <y>260</y>
  301. </hint>
  302. <hint type="destinationlabel">
  303. <x>286</x>
  304. <y>274</y>
  305. </hint>
  306. </hints>
  307. </connection>
  308. </connections>
  309. </ui>