CustomMessageDlg.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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>657</width>
  10. <height>422</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: rgb(236,236,249);</string>
  24. </property>
  25. <widget class="QLabel" name="bgLabel">
  26. <property name="geometry">
  27. <rect>
  28. <x>0</x>
  29. <y>0</y>
  30. <width>651</width>
  31. <height>48</height>
  32. </rect>
  33. </property>
  34. <property name="minimumSize">
  35. <size>
  36. <width>0</width>
  37. <height>48</height>
  38. </size>
  39. </property>
  40. <property name="styleSheet">
  41. <string notr="true">background-color: rgb(95,92,223);</string>
  42. </property>
  43. <property name="text">
  44. <string/>
  45. </property>
  46. </widget>
  47. <widget class="QWidget" name="horizontalLayoutWidget">
  48. <property name="geometry">
  49. <rect>
  50. <x>370</x>
  51. <y>0</y>
  52. <width>281</width>
  53. <height>41</height>
  54. </rect>
  55. </property>
  56. <layout class="QHBoxLayout" name="horizontalLayout">
  57. <property name="spacing">
  58. <number>6</number>
  59. </property>
  60. <item>
  61. <widget class="QLabel" name="tIDLabel">
  62. <property name="styleSheet">
  63. <string notr="true">background-color: rgb(95,92,223);
  64. color: white</string>
  65. </property>
  66. <property name="text">
  67. <string>ID:</string>
  68. </property>
  69. <property name="alignment">
  70. <set>Qt::AlignCenter</set>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QLabel" name="tIDlabel_errID">
  76. <property name="styleSheet">
  77. <string notr="true">background-color: rgb(95,92,223);
  78. color: white</string>
  79. </property>
  80. <property name="text">
  81. <string>oxfffffff</string>
  82. </property>
  83. <property name="alignment">
  84. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QPushButton" name="tCloseBut">
  90. <property name="sizePolicy">
  91. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  92. <horstretch>0</horstretch>
  93. <verstretch>0</verstretch>
  94. </sizepolicy>
  95. </property>
  96. <property name="minimumSize">
  97. <size>
  98. <width>0</width>
  99. <height>0</height>
  100. </size>
  101. </property>
  102. <property name="maximumSize">
  103. <size>
  104. <width>27</width>
  105. <height>27</height>
  106. </size>
  107. </property>
  108. <property name="styleSheet">
  109. <string notr="true">background-color: rgb(95,92,223);
  110. color: white</string>
  111. </property>
  112. <property name="text">
  113. <string>X</string>
  114. </property>
  115. </widget>
  116. </item>
  117. </layout>
  118. </widget>
  119. <widget class="QLabel" name="bgTitleLabel">
  120. <property name="geometry">
  121. <rect>
  122. <x>10</x>
  123. <y>0</y>
  124. <width>271</width>
  125. <height>41</height>
  126. </rect>
  127. </property>
  128. <property name="styleSheet">
  129. <string notr="true">background-color: rgb(95,92,223);
  130. color: white</string>
  131. </property>
  132. <property name="text">
  133. <string>Process FailuRE</string>
  134. </property>
  135. </widget>
  136. <widget class="QWidget" name="verticalLayoutWidget">
  137. <property name="geometry">
  138. <rect>
  139. <x>0</x>
  140. <y>50</y>
  141. <width>501</width>
  142. <height>371</height>
  143. </rect>
  144. </property>
  145. <layout class="QVBoxLayout" name="verticalLayout">
  146. <item>
  147. <layout class="QHBoxLayout" name="horizontalLayout_2">
  148. <item>
  149. <widget class="QLabel" name="errorLogLabel">
  150. <property name="sizePolicy">
  151. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  152. <horstretch>70</horstretch>
  153. <verstretch>120</verstretch>
  154. </sizepolicy>
  155. </property>
  156. <property name="styleSheet">
  157. <string notr="true">background-color: rgb(255, 170, 255);</string>
  158. </property>
  159. <property name="text">
  160. <string/>
  161. </property>
  162. </widget>
  163. </item>
  164. <item>
  165. <widget class="QTextEdit" name="errorInfoTextEdit">
  166. <property name="minimumSize">
  167. <size>
  168. <width>328</width>
  169. <height>146</height>
  170. </size>
  171. </property>
  172. <property name="styleSheet">
  173. <string notr="true">background-color: rgb(236,236,249);</string>
  174. </property>
  175. </widget>
  176. </item>
  177. </layout>
  178. </item>
  179. <item>
  180. <widget class="QTextEdit" name="errorDetailsInfoTextEdit">
  181. <property name="styleSheet">
  182. <string notr="true">background-color: rgb(236,236,249);</string>
  183. </property>
  184. </widget>
  185. </item>
  186. </layout>
  187. </widget>
  188. <widget class="QWidget" name="layoutWidget">
  189. <property name="geometry">
  190. <rect>
  191. <x>510</x>
  192. <y>50</y>
  193. <width>141</width>
  194. <height>101</height>
  195. </rect>
  196. </property>
  197. <layout class="QVBoxLayout" name="verticalLayout_2">
  198. <property name="spacing">
  199. <number>6</number>
  200. </property>
  201. <item>
  202. <widget class="QPushButton" name="closeBut">
  203. <property name="enabled">
  204. <bool>true</bool>
  205. </property>
  206. <property name="sizePolicy">
  207. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  208. <horstretch>136</horstretch>
  209. <verstretch>48</verstretch>
  210. </sizepolicy>
  211. </property>
  212. <property name="styleSheet">
  213. <string notr="true">background-color: rgb(123,121,255);
  214. color: white</string>
  215. </property>
  216. <property name="text">
  217. <string>Close</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="QPushButton" name="retryBut">
  223. <property name="sizePolicy">
  224. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  225. <horstretch>136</horstretch>
  226. <verstretch>48</verstretch>
  227. </sizepolicy>
  228. </property>
  229. <property name="styleSheet">
  230. <string notr="true">background-color: rgb(123,121,255);
  231. color: white</string>
  232. </property>
  233. <property name="text">
  234. <string>Retry</string>
  235. </property>
  236. </widget>
  237. </item>
  238. </layout>
  239. </widget>
  240. </widget>
  241. <resources/>
  242. <connections/>
  243. </ui>