123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- <?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>833</width>
- <height>525</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Steganography</string>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:#e5e5e5;</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="old_label">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>71</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Original Image</string>
- </property>
- </widget>
- <widget class="QLabel" name="new_label">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>70</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Result Image</string>
- </property>
- </widget>
- <widget class="QLabel" name="old_image">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>90</y>
- <width>321</width>
- <height>381</height>
- </rect>
- </property>
- <property name="baseSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #3f3f49</string>
- </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>350</x>
- <y>90</y>
- <width>291</width>
- <height>381</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #3f3f49</string>
- </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>650</x>
- <y>110</y>
- <width>171</width>
- <height>121</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:white</string>
- </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:'Ubuntu'; font-size:11pt; 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; font-family:'Lucida Grande'; font-size:13pt;"><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="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>-20</x>
- <y>-20</y>
- <width>861</width>
- <height>91</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:#c2050b
- ;
- border-color:#525662;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QLabel" name="old_label_2">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>20</y>
- <width>241</width>
- <height>61</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>25</pointsize>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">color:#f9ffff;</string>
- </property>
- <property name="text">
- <string>Steganography</string>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="loadImage">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>480</y>
- <width>169</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;
- border-style: outset;
- border-width: 2px;
- border-color:gray;
- color:white;
-
- </string>
- </property>
- <property name="text">
- <string>Load Image</string>
- </property>
- </widget>
- <widget class="QPushButton" name="storeImage">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>480</y>
- <width>169</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;
- border-style: outset;
- border-width: 2px;
- border-color:gray;
- color:white;
-
- </string>
- </property>
- <property name="text">
- <string>Store New Image</string>
- </property>
- </widget>
- <widget class="QLabel" name="new_label_2">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>90</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Write a message:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="getMessage">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>370</y>
- <width>169</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;
- border-style: outset;
- border-width: 2px;
- border-color:gray;
- color:white;
-
- </string>
- </property>
- <property name="text">
- <string>Retrieve Message</string>
- </property>
- </widget>
- <widget class="QPushButton" name="hideMessage">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>420</y>
- <width>169</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;
- border-style: outset;
- border-width: 2px;
- border-color:gray;
- color:white;
-
- </string>
- </property>
- <property name="text">
- <string>Hide Message</string>
- </property>
- </widget>
- <widget class="QSpinBox" name="bitBox">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>280</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;
- border-style: outset;
- border-width: 2px;
- border-color:gray;
- color:white;
-
- </string>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>8</number>
- </property>
- </widget>
- <widget class="QFrame" name="frame_2">
- <property name="geometry">
- <rect>
- <x>630</x>
- <y>470</y>
- <width>221</width>
- <height>51</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-image: url(/home/rgb/Desktop/eip/CaesarCipher/logo.png);
- border: 0px;
- repeat: no-repeat;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- <widget class="QLabel" name="new_label_3">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>250</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Number of Bits</string>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|