black_and_white.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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>366</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>20</x>
  21. <y>10</y>
  22. <width>771</width>
  23. <height>111</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>Black-and-white photography is a type of photography in
  36. which any subject is displayed with a gray scale of
  37. brightness of image elements and information about natural colors is
  38. not recorded.</string>
  39. </property>
  40. </widget>
  41. <widget class="QLabel" name="label_2">
  42. <property name="geometry">
  43. <rect>
  44. <x>40</x>
  45. <y>140</y>
  46. <width>201</width>
  47. <height>141</height>
  48. </rect>
  49. </property>
  50. <property name="styleSheet">
  51. <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 255), stop:0.166 rgba(255, 255, 0, 255), stop:0.333 rgba(0, 255, 0, 255), stop:0.5 rgba(0, 255, 255, 255), stop:0.666 rgba(0, 0, 255, 255), stop:0.833 rgba(255, 0, 255, 255), stop:1 rgba(255, 0, 0, 255));</string>
  52. </property>
  53. <property name="text">
  54. <string/>
  55. </property>
  56. </widget>
  57. <widget class="QTextBrowser" name="textBrowser">
  58. <property name="geometry">
  59. <rect>
  60. <x>310</x>
  61. <y>180</y>
  62. <width>191</width>
  63. <height>51</height>
  64. </rect>
  65. </property>
  66. <property name="html">
  67. <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;
  68. &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;
  69. p, li { white-space: pre-wrap; }
  70. &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;
  71. &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;
  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;&lt;/body&gt;&lt;/html&gt;</string>
  74. </property>
  75. </widget>
  76. <widget class="QLabel" name="label_3">
  77. <property name="geometry">
  78. <rect>
  79. <x>570</x>
  80. <y>140</y>
  81. <width>201</width>
  82. <height>141</height>
  83. </rect>
  84. </property>
  85. <property name="styleSheet">
  86. <string notr="true">background-color: qlineargradient(spread:pad, x1:0.0170455, y1:0, x2:1, y2:1, stop:0.386364 rgba(124, 124, 126, 255), stop:1 rgba(0, 0, 0, 255));</string>
  87. </property>
  88. <property name="text">
  89. <string/>
  90. </property>
  91. </widget>
  92. </widget>
  93. <widget class="QMenuBar" name="menubar">
  94. <property name="geometry">
  95. <rect>
  96. <x>0</x>
  97. <y>0</y>
  98. <width>800</width>
  99. <height>21</height>
  100. </rect>
  101. </property>
  102. </widget>
  103. <widget class="QStatusBar" name="statusbar"/>
  104. </widget>
  105. <resources/>
  106. <connections/>
  107. </ui>