messagedialog.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>480</width>
  10. <height>640</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="layoutWidget">
  22. <property name="geometry">
  23. <rect>
  24. <x>0</x>
  25. <y>0</y>
  26. <width>481</width>
  27. <height>641</height>
  28. </rect>
  29. </property>
  30. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,3,0">
  31. <property name="spacing">
  32. <number>3</number>
  33. </property>
  34. <property name="leftMargin">
  35. <number>8</number>
  36. </property>
  37. <property name="topMargin">
  38. <number>4</number>
  39. </property>
  40. <property name="rightMargin">
  41. <number>8</number>
  42. </property>
  43. <property name="bottomMargin">
  44. <number>8</number>
  45. </property>
  46. <item>
  47. <widget class="QLabel" name="messagesTitle">
  48. <property name="sizePolicy">
  49. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  50. <horstretch>0</horstretch>
  51. <verstretch>0</verstretch>
  52. </sizepolicy>
  53. </property>
  54. <property name="styleSheet">
  55. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  56. color: rgb(131, 148, 150);
  57. font-weight: 700;</string>
  58. </property>
  59. <property name="text">
  60. <string>History</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QTextEdit" name="messages">
  66. <property name="sizePolicy">
  67. <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
  68. <horstretch>0</horstretch>
  69. <verstretch>0</verstretch>
  70. </sizepolicy>
  71. </property>
  72. <property name="toolTip">
  73. <string>Messages</string>
  74. </property>
  75. <property name="toolTipDuration">
  76. <number>1</number>
  77. </property>
  78. <property name="autoFillBackground">
  79. <bool>false</bool>
  80. </property>
  81. <property name="styleSheet">
  82. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  83. background-color: #2f535f;
  84. color: rgb(131, 148, 150);
  85. font-weight: 700;
  86. background-color: rgb(29, 51, 59);
  87. color: rgb(223, 252, 255);</string>
  88. </property>
  89. <property name="lineWrapMode">
  90. <enum>QTextEdit::WidgetWidth</enum>
  91. </property>
  92. <property name="readOnly">
  93. <bool>true</bool>
  94. </property>
  95. <property name="placeholderText">
  96. <string notr="true"/>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QPushButton" name="close">
  102. <property name="styleSheet">
  103. <string notr="true">background-color: rgb(255, 85, 0);
  104. font: 87 11pt &quot;Noto Sans&quot;;
  105. color: rgb(0, 43, 54);
  106. font-weight: 700;
  107. padding: 4px;
  108. border-style: outset;
  109. border-width: 2px;
  110. border-radius: 4px;
  111. border-color: #00000f;
  112. min-width: 4em;
  113. padding: 4px;</string>
  114. </property>
  115. <property name="text">
  116. <string>Done</string>
  117. </property>
  118. </widget>
  119. </item>
  120. </layout>
  121. </widget>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>