messagedialog.ui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MessageDialog</class>
  4. <widget class="QDialog" name="MessageDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1018</width>
  10. <height>803</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">border-color: rgb(0, 0, 0);
  18. background-color: rgb(0, 43, 54);
  19. </string>
  20. </property>
  21. <widget class="QWidget" name="horizontalLayoutWidget">
  22. <property name="geometry">
  23. <rect>
  24. <x>0</x>
  25. <y>40</y>
  26. <width>1021</width>
  27. <height>761</height>
  28. </rect>
  29. </property>
  30. <layout class="QHBoxLayout" name="horizontalLayout" stretch="3,2">
  31. <item>
  32. <widget class="QTextEdit" name="console">
  33. <property name="styleSheet">
  34. <string notr="true">color: rgb(38, 255, 0);</string>
  35. </property>
  36. <property name="readOnly">
  37. <bool>false</bool>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,0,0">
  43. <property name="spacing">
  44. <number>3</number>
  45. </property>
  46. <property name="leftMargin">
  47. <number>8</number>
  48. </property>
  49. <property name="topMargin">
  50. <number>4</number>
  51. </property>
  52. <property name="rightMargin">
  53. <number>8</number>
  54. </property>
  55. <property name="bottomMargin">
  56. <number>8</number>
  57. </property>
  58. <item>
  59. <widget class="QLabel" name="messagesTitle">
  60. <property name="sizePolicy">
  61. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  62. <horstretch>0</horstretch>
  63. <verstretch>0</verstretch>
  64. </sizepolicy>
  65. </property>
  66. <property name="styleSheet">
  67. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  68. color: rgb(131, 148, 150);
  69. font-weight: 700;</string>
  70. </property>
  71. <property name="text">
  72. <string>History</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="QTextEdit" name="messages">
  78. <property name="sizePolicy">
  79. <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
  80. <horstretch>0</horstretch>
  81. <verstretch>0</verstretch>
  82. </sizepolicy>
  83. </property>
  84. <property name="toolTip">
  85. <string>Messages</string>
  86. </property>
  87. <property name="toolTipDuration">
  88. <number>1</number>
  89. </property>
  90. <property name="autoFillBackground">
  91. <bool>false</bool>
  92. </property>
  93. <property name="styleSheet">
  94. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  95. background-color: #2f535f;
  96. color: rgb(131, 148, 150);
  97. font-weight: 700;
  98. background-color: rgb(29, 51, 59);
  99. color: rgb(223, 252, 255);</string>
  100. </property>
  101. <property name="lineWrapMode">
  102. <enum>QTextEdit::WidgetWidth</enum>
  103. </property>
  104. <property name="readOnly">
  105. <bool>true</bool>
  106. </property>
  107. <property name="placeholderText">
  108. <string notr="true"/>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QPushButton" name="close">
  114. <property name="styleSheet">
  115. <string notr="true">background-color: rgb(255, 85, 0);
  116. font: 87 11pt &quot;Noto Sans&quot;;
  117. color: rgb(0, 43, 54);
  118. font-weight: 700;
  119. padding: 4px;
  120. border-style: outset;
  121. border-width: 2px;
  122. border-radius: 4px;
  123. border-color: #00000f;
  124. min-width: 4em;
  125. padding: 4px;</string>
  126. </property>
  127. <property name="text">
  128. <string>Done</string>
  129. </property>
  130. </widget>
  131. </item>
  132. </layout>
  133. </item>
  134. </layout>
  135. </widget>
  136. <widget class="QLabel" name="argDialogTitle">
  137. <property name="geometry">
  138. <rect>
  139. <x>5</x>
  140. <y>0</y>
  141. <width>1011</width>
  142. <height>40</height>
  143. </rect>
  144. </property>
  145. <property name="font">
  146. <font>
  147. <pointsize>22</pointsize>
  148. <weight>75</weight>
  149. <bold>true</bold>
  150. </font>
  151. </property>
  152. <property name="styleSheet">
  153. <string notr="true">color: rgb(170, 0, 255);
  154. color: rgb(255, 85, 0);
  155. qproperty-alignment: 'AlignHCenter';
  156. </string>
  157. </property>
  158. <property name="text">
  159. <string>Messages</string>
  160. </property>
  161. </widget>
  162. </widget>
  163. <resources/>
  164. <connections/>
  165. </ui>