No Description

mainwindow.ui 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StegaPanel</class>
  4. <widget class="QMainWindow" name="StegaPanel">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>833</width>
  10. <height>525</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Steganography</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color:#e5e5e5;</string>
  18. </property>
  19. <widget class="QWidget" name="centralWidget">
  20. <widget class="QLabel" name="old_label">
  21. <property name="geometry">
  22. <rect>
  23. <x>240</x>
  24. <y>71</y>
  25. <width>101</width>
  26. <height>20</height>
  27. </rect>
  28. </property>
  29. <property name="text">
  30. <string>Original Image</string>
  31. </property>
  32. </widget>
  33. <widget class="QLabel" name="new_label">
  34. <property name="geometry">
  35. <rect>
  36. <x>350</x>
  37. <y>70</y>
  38. <width>121</width>
  39. <height>20</height>
  40. </rect>
  41. </property>
  42. <property name="text">
  43. <string>Result Image</string>
  44. </property>
  45. </widget>
  46. <widget class="QLabel" name="old_image">
  47. <property name="geometry">
  48. <rect>
  49. <x>20</x>
  50. <y>90</y>
  51. <width>321</width>
  52. <height>381</height>
  53. </rect>
  54. </property>
  55. <property name="baseSize">
  56. <size>
  57. <width>0</width>
  58. <height>0</height>
  59. </size>
  60. </property>
  61. <property name="styleSheet">
  62. <string notr="true">background-color: #3f3f49</string>
  63. </property>
  64. <property name="frameShape">
  65. <enum>QFrame::StyledPanel</enum>
  66. </property>
  67. <property name="text">
  68. <string/>
  69. </property>
  70. <property name="scaledContents">
  71. <bool>true</bool>
  72. </property>
  73. </widget>
  74. <widget class="QLabel" name="new_image">
  75. <property name="geometry">
  76. <rect>
  77. <x>350</x>
  78. <y>90</y>
  79. <width>291</width>
  80. <height>381</height>
  81. </rect>
  82. </property>
  83. <property name="styleSheet">
  84. <string notr="true">background-color: #3f3f49</string>
  85. </property>
  86. <property name="frameShape">
  87. <enum>QFrame::StyledPanel</enum>
  88. </property>
  89. <property name="text">
  90. <string/>
  91. </property>
  92. <property name="scaledContents">
  93. <bool>true</bool>
  94. </property>
  95. </widget>
  96. <widget class="QTextEdit" name="textEdit">
  97. <property name="geometry">
  98. <rect>
  99. <x>650</x>
  100. <y>110</y>
  101. <width>171</width>
  102. <height>221</height>
  103. </rect>
  104. </property>
  105. <property name="styleSheet">
  106. <string notr="true">background-color:white</string>
  107. </property>
  108. <property name="html">
  109. <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;
  110. &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;
  111. p, li { white-space: pre-wrap; }
  112. &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;
  113. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  114. </property>
  115. </widget>
  116. <widget class="QLabel" name="error_msg_label">
  117. <property name="geometry">
  118. <rect>
  119. <x>250</x>
  120. <y>571</y>
  121. <width>581</width>
  122. <height>20</height>
  123. </rect>
  124. </property>
  125. <property name="text">
  126. <string/>
  127. </property>
  128. </widget>
  129. <widget class="QFrame" name="frame">
  130. <property name="geometry">
  131. <rect>
  132. <x>-20</x>
  133. <y>-20</y>
  134. <width>861</width>
  135. <height>91</height>
  136. </rect>
  137. </property>
  138. <property name="styleSheet">
  139. <string notr="true">background-color:#c2050b
  140. ;
  141. border-color:#525662;</string>
  142. </property>
  143. <property name="frameShape">
  144. <enum>QFrame::StyledPanel</enum>
  145. </property>
  146. <property name="frameShadow">
  147. <enum>QFrame::Raised</enum>
  148. </property>
  149. <widget class="QLabel" name="old_label_2">
  150. <property name="geometry">
  151. <rect>
  152. <x>300</x>
  153. <y>20</y>
  154. <width>241</width>
  155. <height>61</height>
  156. </rect>
  157. </property>
  158. <property name="font">
  159. <font>
  160. <pointsize>25</pointsize>
  161. </font>
  162. </property>
  163. <property name="styleSheet">
  164. <string notr="true">color:#f9ffff;</string>
  165. </property>
  166. <property name="text">
  167. <string>Steganography</string>
  168. </property>
  169. </widget>
  170. </widget>
  171. <widget class="QPushButton" name="loadImage">
  172. <property name="geometry">
  173. <rect>
  174. <x>170</x>
  175. <y>480</y>
  176. <width>169</width>
  177. <height>41</height>
  178. </rect>
  179. </property>
  180. <property name="styleSheet">
  181. <string notr="true">background-color: gray;
  182. border-style: outset;
  183. border-width: 2px;
  184. border-color:gray;
  185. color:white;
  186. </string>
  187. </property>
  188. <property name="text">
  189. <string>Load Image</string>
  190. </property>
  191. </widget>
  192. <widget class="QPushButton" name="storeImage">
  193. <property name="geometry">
  194. <rect>
  195. <x>350</x>
  196. <y>480</y>
  197. <width>169</width>
  198. <height>41</height>
  199. </rect>
  200. </property>
  201. <property name="styleSheet">
  202. <string notr="true">background-color: gray;
  203. border-style: outset;
  204. border-width: 2px;
  205. border-color:gray;
  206. color:white;
  207. </string>
  208. </property>
  209. <property name="text">
  210. <string>Store New Image</string>
  211. </property>
  212. </widget>
  213. <widget class="QLabel" name="new_label_2">
  214. <property name="geometry">
  215. <rect>
  216. <x>650</x>
  217. <y>90</y>
  218. <width>121</width>
  219. <height>20</height>
  220. </rect>
  221. </property>
  222. <property name="text">
  223. <string>Write a message:</string>
  224. </property>
  225. </widget>
  226. <widget class="QPushButton" name="getMessage">
  227. <property name="geometry">
  228. <rect>
  229. <x>650</x>
  230. <y>370</y>
  231. <width>169</width>
  232. <height>41</height>
  233. </rect>
  234. </property>
  235. <property name="styleSheet">
  236. <string notr="true">background-color: gray;
  237. border-style: outset;
  238. border-width: 2px;
  239. border-color:gray;
  240. color:white;
  241. </string>
  242. </property>
  243. <property name="text">
  244. <string>Retrieve Message</string>
  245. </property>
  246. </widget>
  247. <widget class="QPushButton" name="hideMessage">
  248. <property name="geometry">
  249. <rect>
  250. <x>650</x>
  251. <y>420</y>
  252. <width>169</width>
  253. <height>41</height>
  254. </rect>
  255. </property>
  256. <property name="styleSheet">
  257. <string notr="true">background-color: gray;
  258. border-style: outset;
  259. border-width: 2px;
  260. border-color:gray;
  261. color:white;
  262. </string>
  263. </property>
  264. <property name="text">
  265. <string>Hide Message</string>
  266. </property>
  267. </widget>
  268. <widget class="QFrame" name="frame_2">
  269. <property name="geometry">
  270. <rect>
  271. <x>630</x>
  272. <y>470</y>
  273. <width>221</width>
  274. <height>121</height>
  275. </rect>
  276. </property>
  277. <property name="styleSheet">
  278. <string notr="true">background-image: url(:/resources/logo.png);</string>
  279. </property>
  280. <property name="frameShape">
  281. <enum>QFrame::NoFrame</enum>
  282. </property>
  283. <property name="frameShadow">
  284. <enum>QFrame::Raised</enum>
  285. </property>
  286. </widget>
  287. </widget>
  288. </widget>
  289. <layoutdefault spacing="6" margin="11"/>
  290. <resources/>
  291. <connections/>
  292. </ui>