123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>546</width>
- <height>346</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:white;
- </string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="PlainTextLabel">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>140</y>
- <width>62</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- color: #979797;
- text-align:center;
- border-width: 0px;</string>
- </property>
- <property name="text">
- <string>Plaintext</string>
- </property>
- </widget>
- <widget class="QLabel" name="CypherLabel">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>140</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- color: #979797;
- text-align:center;
- border-width: 0px;</string>
- </property>
- <property name="text">
- <string>Ciphertext</string>
- </property>
- </widget>
- <widget class="QPushButton" name="EncodeButton">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>260</y>
- <width>91</width>
- <height>32</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #ed1c24
- ;
- border-style: outset;
- border-width: 2px;
- border-color:#b51218;
- color:#f8f8f8;</string>
- </property>
- <property name="text">
- <string>Encode</string>
- </property>
- </widget>
- <widget class="QPushButton" name="DecodeButton">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>260</y>
- <width>91</width>
- <height>32</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #ed1c24
- ;
- border-style: outset;
- border-width: 2px;
- border-color:#b51218;
- color:#f8f8f8;</string>
- </property>
- <property name="text">
- <string>Decode</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="PlainTextTextEdit">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>160</y>
- <width>221</width>
- <height>91</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width: 2px;
- border-color: #a6a5aa;
- border-style: inset;
- border-radius: 4px;</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="CypherTextEdit">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>160</y>
- <width>221</width>
- <height>91</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width: 2px;
- border-color: #a6a5aa;
- border-style: inset;
- border-radius: 4px;</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>80</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- color: #979797;
- text-align:center;
- border-width: 0px;</string>
- </property>
- <property name="text">
- <string>Key word:</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="keyText">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>100</y>
- <width>481</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width: 2px;
- border-color: #a6a5aa;
- border-style: inset;
- border-radius: 4px;</string>
- </property>
- </widget>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>-50</x>
- <y>-30</y>
- <width>611</width>
- <height>91</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:#666;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>40</y>
- <width>241</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Junction</family>
- <pointsize>22</pointsize>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">text-align:center;
- border-width: 0px;
- color:white
- ;</string>
- </property>
- <property name="text">
- <string>Vigenere Cipher</string>
- </property>
- </widget>
- </widget>
- <widget class="QFrame" name="frame_2">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>290</y>
- <width>201</width>
- <height>61</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-image: url(/home/rgb/Desktop/eip/CaesarCipher/logo.png);
- border: 0px;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|