contrast.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>328</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>50</x>
  21. <y>-10</y>
  22. <width>691</width>
  23. <height>141</height>
  24. </rect>
  25. </property>
  26. <property name="font">
  27. <font>
  28. <family>Terminal</family>
  29. <pointsize>14</pointsize>
  30. <weight>75</weight>
  31. <bold>true</bold>
  32. </font>
  33. </property>
  34. <property name="text">
  35. <string>Contrast effect is the increase or decrease of
  36. perceived parameters of
  37. objects in comparison with usual ones,
  38. if directly before that similar perceived parameter was less or
  39. more value.</string>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="label_2">
  43. <property name="geometry">
  44. <rect>
  45. <x>60</x>
  46. <y>140</y>
  47. <width>211</width>
  48. <height>141</height>
  49. </rect>
  50. </property>
  51. <property name="styleSheet">
  52. <string notr="true">background-color: qlineargradient(spread:pad, x1:0.0170455, y1:0, x2:1, y2:1, stop:0.386364 rgba(180, 102, 102, 255), stop:1 rgba(0, 0, 0, 255));</string>
  53. </property>
  54. <property name="text">
  55. <string/>
  56. </property>
  57. </widget>
  58. <widget class="QTextBrowser" name="textBrowser">
  59. <property name="geometry">
  60. <rect>
  61. <x>300</x>
  62. <y>180</y>
  63. <width>191</width>
  64. <height>51</height>
  65. </rect>
  66. </property>
  67. <property name="html">
  68. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  69. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  70. p, li { white-space: pre-wrap; }
  71. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
  72. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2';&quot;&gt;------------------------------------------&amp;gt;&lt;/span&gt;&lt;/p&gt;
  73. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2';&quot;&gt;------------------------------------------&amp;gt;&lt;/span&gt;&lt;/p&gt;
  74. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2';&quot;&gt;------------------------------------------&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  75. </property>
  76. </widget>
  77. <widget class="QLabel" name="label_3">
  78. <property name="geometry">
  79. <rect>
  80. <x>520</x>
  81. <y>140</y>
  82. <width>211</width>
  83. <height>141</height>
  84. </rect>
  85. </property>
  86. <property name="styleSheet">
  87. <string notr="true">background-color: qlineargradient(spread:pad, x1:0.0170455, y1:0, x2:1, y2:1, stop:0.386364 rgba(180, 3, 3, 255), stop:1 rgba(0, 0, 0, 255));</string>
  88. </property>
  89. <property name="text">
  90. <string/>
  91. </property>
  92. </widget>
  93. </widget>
  94. <widget class="QMenuBar" name="menubar">
  95. <property name="geometry">
  96. <rect>
  97. <x>0</x>
  98. <y>0</y>
  99. <width>800</width>
  100. <height>21</height>
  101. </rect>
  102. </property>
  103. </widget>
  104. <widget class="QStatusBar" name="statusbar"/>
  105. </widget>
  106. <resources/>
  107. <connections/>
  108. </ui>