CustomMessageDlg.ui 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CustomMessageDlg</class>
  4. <widget class="QDialog" name="CustomMessageDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>680</width>
  10. <height>426</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Dialog</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">background-color: rgba(229, 228, 246, 1);
  24. border-radius: 9px;</string>
  25. </property>
  26. <widget class="QLabel" name="bgLabel">
  27. <property name="geometry">
  28. <rect>
  29. <x>0</x>
  30. <y>0</y>
  31. <width>681</width>
  32. <height>48</height>
  33. </rect>
  34. </property>
  35. <property name="minimumSize">
  36. <size>
  37. <width>0</width>
  38. <height>48</height>
  39. </size>
  40. </property>
  41. <property name="styleSheet">
  42. <string notr="true">background-color: rgba(88, 91, 221, 1);
  43. border-top-left-radius: 15px;
  44. border-top-right-radius: 15px;</string>
  45. </property>
  46. <property name="text">
  47. <string/>
  48. </property>
  49. </widget>
  50. <widget class="QWidget" name="layoutWidget">
  51. <property name="geometry">
  52. <rect>
  53. <x>530</x>
  54. <y>50</y>
  55. <width>141</width>
  56. <height>101</height>
  57. </rect>
  58. </property>
  59. <layout class="QVBoxLayout" name="verticalLayout_2">
  60. <property name="spacing">
  61. <number>6</number>
  62. </property>
  63. <item>
  64. <widget class="QPushButton" name="closeBut">
  65. <property name="enabled">
  66. <bool>true</bool>
  67. </property>
  68. <property name="sizePolicy">
  69. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  70. <horstretch>136</horstretch>
  71. <verstretch>48</verstretch>
  72. </sizepolicy>
  73. </property>
  74. <property name="styleSheet">
  75. <string notr="true">background-color: rgba(117, 120, 253, 1);
  76. color: white</string>
  77. </property>
  78. <property name="text">
  79. <string extracomment="关闭">Close</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QPushButton" name="retryBut">
  85. <property name="sizePolicy">
  86. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  87. <horstretch>136</horstretch>
  88. <verstretch>48</verstretch>
  89. </sizepolicy>
  90. </property>
  91. <property name="styleSheet">
  92. <string notr="true">background-color: rgba(117, 120, 253, 1);
  93. color: white</string>
  94. </property>
  95. <property name="text">
  96. <string>Retry</string>
  97. </property>
  98. </widget>
  99. </item>
  100. </layout>
  101. </widget>
  102. <widget class="QLabel" name="tIDLabel">
  103. <property name="geometry">
  104. <rect>
  105. <x>469</x>
  106. <y>5</y>
  107. <width>51</width>
  108. <height>41</height>
  109. </rect>
  110. </property>
  111. <property name="styleSheet">
  112. <string notr="true">background-color: rgba(88, 91, 221, 1);
  113. color: white</string>
  114. </property>
  115. <property name="text">
  116. <string>ID:</string>
  117. </property>
  118. <property name="alignment">
  119. <set>Qt::AlignCenter</set>
  120. </property>
  121. </widget>
  122. <widget class="QPushButton" name="tCloseBut">
  123. <property name="geometry">
  124. <rect>
  125. <x>647</x>
  126. <y>12</y>
  127. <width>27</width>
  128. <height>27</height>
  129. </rect>
  130. </property>
  131. <property name="sizePolicy">
  132. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  133. <horstretch>0</horstretch>
  134. <verstretch>0</verstretch>
  135. </sizepolicy>
  136. </property>
  137. <property name="minimumSize">
  138. <size>
  139. <width>0</width>
  140. <height>0</height>
  141. </size>
  142. </property>
  143. <property name="maximumSize">
  144. <size>
  145. <width>27</width>
  146. <height>27</height>
  147. </size>
  148. </property>
  149. <property name="styleSheet">
  150. <string notr="true">background-color: rgba(88, 91, 221, 1);</string>
  151. </property>
  152. <property name="text">
  153. <string/>
  154. </property>
  155. <property name="icon">
  156. <iconset resource="../../../res.qrc">
  157. <normaloff>:/images/Mess/close.png</normaloff>:/images/Mess/close.png</iconset>
  158. </property>
  159. </widget>
  160. <widget class="QLabel" name="bgTitleLabel">
  161. <property name="geometry">
  162. <rect>
  163. <x>10</x>
  164. <y>10</y>
  165. <width>191</width>
  166. <height>31</height>
  167. </rect>
  168. </property>
  169. <property name="styleSheet">
  170. <string notr="true">background-color: rgba(88, 91, 221, 1);
  171. color: white</string>
  172. </property>
  173. <property name="text">
  174. <string>Process FailuRE</string>
  175. </property>
  176. </widget>
  177. <widget class="QLabel" name="tIDlabel_errID">
  178. <property name="geometry">
  179. <rect>
  180. <x>540</x>
  181. <y>10</y>
  182. <width>91</width>
  183. <height>31</height>
  184. </rect>
  185. </property>
  186. <property name="styleSheet">
  187. <string notr="true">background-color: rgba(88, 91, 221, 1);
  188. color: white</string>
  189. </property>
  190. <property name="text">
  191. <string>oxfffffff</string>
  192. </property>
  193. <property name="alignment">
  194. <set>Qt::AlignCenter</set>
  195. </property>
  196. </widget>
  197. <widget class="QTextEdit" name="errorDetailsInfoTextEdit">
  198. <property name="geometry">
  199. <rect>
  200. <x>10</x>
  201. <y>210</y>
  202. <width>499</width>
  203. <height>211</height>
  204. </rect>
  205. </property>
  206. <property name="font">
  207. <font>
  208. <pointsize>11</pointsize>
  209. </font>
  210. </property>
  211. <property name="styleSheet">
  212. <string notr="true">background-color: rgb(236,236,249);</string>
  213. </property>
  214. </widget>
  215. <widget class="QWidget" name="layoutWidget">
  216. <property name="geometry">
  217. <rect>
  218. <x>10</x>
  219. <y>51</y>
  220. <width>501</width>
  221. <height>151</height>
  222. </rect>
  223. </property>
  224. <layout class="QHBoxLayout" name="horizontalLayout_2">
  225. <item>
  226. <widget class="QLabel" name="errorLogLabel">
  227. <property name="sizePolicy">
  228. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  229. <horstretch>120</horstretch>
  230. <verstretch>146</verstretch>
  231. </sizepolicy>
  232. </property>
  233. <property name="minimumSize">
  234. <size>
  235. <width>0</width>
  236. <height>0</height>
  237. </size>
  238. </property>
  239. <property name="maximumSize">
  240. <size>
  241. <width>120</width>
  242. <height>146</height>
  243. </size>
  244. </property>
  245. <property name="styleSheet">
  246. <string notr="true">background-color: rgb(255, 170, 255);
  247. background-image: url(:/images/Mess/hint.png);</string>
  248. </property>
  249. <property name="text">
  250. <string/>
  251. </property>
  252. </widget>
  253. </item>
  254. <item>
  255. <widget class="QTextEdit" name="errorInfoTextEdit">
  256. <property name="minimumSize">
  257. <size>
  258. <width>328</width>
  259. <height>146</height>
  260. </size>
  261. </property>
  262. <property name="font">
  263. <font>
  264. <pointsize>11</pointsize>
  265. </font>
  266. </property>
  267. <property name="styleSheet">
  268. <string notr="true">background-color: rgb(236,236,249);
  269. border: none;</string>
  270. </property>
  271. </widget>
  272. </item>
  273. </layout>
  274. </widget>
  275. </widget>
  276. <resources>
  277. <include location="../../../res.qrc"/>
  278. </resources>
  279. <connections/>
  280. </ui>