123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>StegaPanel</class>
- <widget class="QMainWindow" name="StegaPanel">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1055</width>
- <height>625</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Steganography</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="old_label">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>10</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Original Image</string>
- </property>
- </widget>
- <widget class="QLabel" name="new_label">
- <property name="geometry">
- <rect>
- <x>750</x>
- <y>10</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Stego Image</string>
- </property>
- </widget>
- <widget class="QLabel" name="old_image">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>501</width>
- <height>401</height>
- </rect>
- </property>
- <property name="baseSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="new_image">
- <property name="geometry">
- <rect>
- <x>540</x>
- <y>40</y>
- <width>501</width>
- <height>401</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QTextEdit" name="textEdit">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>460</y>
- <width>411</width>
- <height>91</height>
- </rect>
- </property>
- <property name="html">
- <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
- <html><head><meta name="qrichtext" content="1" /><style type="text/css">
- p, li { white-space: pre-wrap; }
- </style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
- <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="error_msg_label">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>571</y>
- <width>581</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>77</x>
- <y>460</y>
- <width>171</width>
- <height>66</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QPushButton" name="loadImage">
- <property name="text">
- <string>Load Image</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="storeImage">
- <property name="text">
- <string>Store New Image</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="verticalLayoutWidget">
- <property name="geometry">
- <rect>
- <x>760</x>
- <y>460</y>
- <width>181</width>
- <height>106</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Number of Bits :</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSpinBox" name="bitBox">
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>8</number>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QPushButton" name="hideMessage">
- <property name="text">
- <string>Hide Message</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="getMessage">
- <property name="text">
- <string>Retrieve Message</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>800</x>
- <y>550</y>
- <width>99</width>
- <height>29</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>9</pointsize>
- </font>
- </property>
- <property name="text">
- <string>(from Original Image)</string>
- </property>
- </widget>
- <zorder>layoutWidget</zorder>
- <zorder>old_label</zorder>
- <zorder>new_label</zorder>
- <zorder>old_image</zorder>
- <zorder>new_image</zorder>
- <zorder>textEdit</zorder>
- <zorder>error_msg_label</zorder>
- <zorder>verticalLayoutWidget</zorder>
- <zorder>label_3</zorder>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1055</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|