No Description

StegaPanel.ui 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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>1055</width>
  10. <height>625</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Steganography</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="old_label">
  18. <property name="geometry">
  19. <rect>
  20. <x>220</x>
  21. <y>10</y>
  22. <width>91</width>
  23. <height>21</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Original Image</string>
  28. </property>
  29. </widget>
  30. <widget class="QLabel" name="new_label">
  31. <property name="geometry">
  32. <rect>
  33. <x>750</x>
  34. <y>10</y>
  35. <width>81</width>
  36. <height>16</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Stego Image</string>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="old_image">
  44. <property name="geometry">
  45. <rect>
  46. <x>20</x>
  47. <y>40</y>
  48. <width>501</width>
  49. <height>401</height>
  50. </rect>
  51. </property>
  52. <property name="baseSize">
  53. <size>
  54. <width>0</width>
  55. <height>0</height>
  56. </size>
  57. </property>
  58. <property name="frameShape">
  59. <enum>QFrame::StyledPanel</enum>
  60. </property>
  61. <property name="text">
  62. <string/>
  63. </property>
  64. <property name="scaledContents">
  65. <bool>true</bool>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="new_image">
  69. <property name="geometry">
  70. <rect>
  71. <x>540</x>
  72. <y>40</y>
  73. <width>501</width>
  74. <height>401</height>
  75. </rect>
  76. </property>
  77. <property name="frameShape">
  78. <enum>QFrame::StyledPanel</enum>
  79. </property>
  80. <property name="text">
  81. <string/>
  82. </property>
  83. <property name="scaledContents">
  84. <bool>true</bool>
  85. </property>
  86. </widget>
  87. <widget class="QTextEdit" name="textEdit">
  88. <property name="geometry">
  89. <rect>
  90. <x>310</x>
  91. <y>460</y>
  92. <width>411</width>
  93. <height>91</height>
  94. </rect>
  95. </property>
  96. <property name="html">
  97. <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;
  98. &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;
  99. p, li { white-space: pre-wrap; }
  100. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
  101. &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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  102. </property>
  103. </widget>
  104. <widget class="QLabel" name="error_msg_label">
  105. <property name="geometry">
  106. <rect>
  107. <x>250</x>
  108. <y>571</y>
  109. <width>581</width>
  110. <height>20</height>
  111. </rect>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. </widget>
  117. <widget class="QWidget" name="layoutWidget">
  118. <property name="geometry">
  119. <rect>
  120. <x>77</x>
  121. <y>460</y>
  122. <width>171</width>
  123. <height>66</height>
  124. </rect>
  125. </property>
  126. <layout class="QVBoxLayout" name="verticalLayout">
  127. <item>
  128. <widget class="QPushButton" name="loadImage">
  129. <property name="text">
  130. <string>Load Image</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QPushButton" name="storeImage">
  136. <property name="text">
  137. <string>Store New Image</string>
  138. </property>
  139. </widget>
  140. </item>
  141. </layout>
  142. </widget>
  143. <widget class="QWidget" name="verticalLayoutWidget">
  144. <property name="geometry">
  145. <rect>
  146. <x>760</x>
  147. <y>460</y>
  148. <width>181</width>
  149. <height>106</height>
  150. </rect>
  151. </property>
  152. <layout class="QVBoxLayout" name="verticalLayout_3">
  153. <item>
  154. <layout class="QHBoxLayout" name="horizontalLayout_2">
  155. <item>
  156. <widget class="QLabel" name="label">
  157. <property name="text">
  158. <string>Number of Bits :</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <widget class="QSpinBox" name="bitBox">
  164. <property name="minimum">
  165. <number>1</number>
  166. </property>
  167. <property name="maximum">
  168. <number>8</number>
  169. </property>
  170. </widget>
  171. </item>
  172. </layout>
  173. </item>
  174. <item>
  175. <widget class="QPushButton" name="hideMessage">
  176. <property name="text">
  177. <string>Hide Message</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QPushButton" name="getMessage">
  183. <property name="text">
  184. <string>Retrieve Message</string>
  185. </property>
  186. </widget>
  187. </item>
  188. </layout>
  189. </widget>
  190. <widget class="QLabel" name="label_3">
  191. <property name="geometry">
  192. <rect>
  193. <x>800</x>
  194. <y>550</y>
  195. <width>99</width>
  196. <height>29</height>
  197. </rect>
  198. </property>
  199. <property name="font">
  200. <font>
  201. <pointsize>9</pointsize>
  202. </font>
  203. </property>
  204. <property name="text">
  205. <string>(from Original Image)</string>
  206. </property>
  207. </widget>
  208. <zorder>layoutWidget</zorder>
  209. <zorder>old_label</zorder>
  210. <zorder>new_label</zorder>
  211. <zorder>old_image</zorder>
  212. <zorder>new_image</zorder>
  213. <zorder>textEdit</zorder>
  214. <zorder>error_msg_label</zorder>
  215. <zorder>verticalLayoutWidget</zorder>
  216. <zorder>label_3</zorder>
  217. </widget>
  218. <widget class="QMenuBar" name="menuBar">
  219. <property name="geometry">
  220. <rect>
  221. <x>0</x>
  222. <y>0</y>
  223. <width>1055</width>
  224. <height>22</height>
  225. </rect>
  226. </property>
  227. </widget>
  228. <widget class="QToolBar" name="mainToolBar">
  229. <attribute name="toolBarArea">
  230. <enum>TopToolBarArea</enum>
  231. </attribute>
  232. <attribute name="toolBarBreak">
  233. <bool>false</bool>
  234. </attribute>
  235. </widget>
  236. <widget class="QStatusBar" name="statusBar"/>
  237. </widget>
  238. <layoutdefault spacing="6" margin="11"/>
  239. <resources/>
  240. <connections/>
  241. </ui>