JMessageDlg.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>JMessageDlg</class>
  4. <widget class="QDialog" name="JMessageDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>611</width>
  10. <height>210</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <widget class="QLabel" name="bgLabel">
  20. <property name="geometry">
  21. <rect>
  22. <x>0</x>
  23. <y>0</y>
  24. <width>611</width>
  25. <height>48</height>
  26. </rect>
  27. </property>
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>48</height>
  32. </size>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true">background-color: rgba(92,99,190, 1);
  36. border-top-left-radius: 15px;
  37. border-top-right-radius: 15px;
  38. /*border-radius: 15px;*/</string>
  39. </property>
  40. <property name="text">
  41. <string/>
  42. </property>
  43. </widget>
  44. <widget class="QPushButton" name="closeBut">
  45. <property name="geometry">
  46. <rect>
  47. <x>580</x>
  48. <y>11</y>
  49. <width>27</width>
  50. <height>27</height>
  51. </rect>
  52. </property>
  53. <property name="sizePolicy">
  54. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  55. <horstretch>0</horstretch>
  56. <verstretch>0</verstretch>
  57. </sizepolicy>
  58. </property>
  59. <property name="minimumSize">
  60. <size>
  61. <width>0</width>
  62. <height>0</height>
  63. </size>
  64. </property>
  65. <property name="maximumSize">
  66. <size>
  67. <width>27</width>
  68. <height>27</height>
  69. </size>
  70. </property>
  71. <property name="styleSheet">
  72. <string notr="true">background-color: rgba(92,99,190, 1);</string>
  73. </property>
  74. <property name="text">
  75. <string/>
  76. </property>
  77. <property name="icon">
  78. <iconset resource="../../../res.qrc">
  79. <normaloff>:/images/Mess/close.png</normaloff>:/images/Mess/close.png</iconset>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="bgTitleLabel">
  83. <property name="geometry">
  84. <rect>
  85. <x>10</x>
  86. <y>8</y>
  87. <width>191</width>
  88. <height>31</height>
  89. </rect>
  90. </property>
  91. <property name="styleSheet">
  92. <string notr="true">background-color: rgba(92,99,190, 1);
  93. color: white</string>
  94. </property>
  95. <property name="text">
  96. <string>Process FailuRE</string>
  97. </property>
  98. </widget>
  99. <widget class="QPushButton" name="yesBut">
  100. <property name="geometry">
  101. <rect>
  102. <x>370</x>
  103. <y>160</y>
  104. <width>111</width>
  105. <height>41</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>Yes</string>
  110. </property>
  111. </widget>
  112. <widget class="QPushButton" name="noBut">
  113. <property name="geometry">
  114. <rect>
  115. <x>500</x>
  116. <y>160</y>
  117. <width>101</width>
  118. <height>41</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>No</string>
  123. </property>
  124. </widget>
  125. <widget class="QLabel" name="textLabel">
  126. <property name="geometry">
  127. <rect>
  128. <x>160</x>
  129. <y>60</y>
  130. <width>441</width>
  131. <height>81</height>
  132. </rect>
  133. </property>
  134. <property name="text">
  135. <string>TextLabel</string>
  136. </property>
  137. </widget>
  138. <widget class="QLabel" name="lmageLable">
  139. <property name="geometry">
  140. <rect>
  141. <x>40</x>
  142. <y>80</y>
  143. <width>71</width>
  144. <height>71</height>
  145. </rect>
  146. </property>
  147. <property name="styleSheet">
  148. <string notr="true">border-image: url(:/images/Mess/Mess_tip.png);</string>
  149. </property>
  150. <property name="text">
  151. <string/>
  152. </property>
  153. </widget>
  154. </widget>
  155. <resources>
  156. <include location="../../../res.qrc"/>
  157. </resources>
  158. <connections/>
  159. </ui>