123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- <?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>361</width>
- <height>256</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>361</width>
- <height>202</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QPushButton" name="SortsButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>141</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>3 Sorts</string>
- </property>
- </widget>
- <widget class="QPushButton" name="RPSButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>141</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>Rock, Paper,
- Scissors</string>
- </property>
- </widget>
- <widget class="QPushButton" name="DiceButton">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>70</y>
- <width>141</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>Dice</string>
- </property>
- </widget>
- <widget class="QPushButton" name="ZuluButton">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>140</y>
- <width>141</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>Zulu</string>
- </property>
- </widget>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>-30</x>
- <y>0</y>
- <width>581</width>
- <height>61</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>10</y>
- <width>361</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>23</pointsize>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">color:white;</string>
- </property>
- <property name="text">
- <string>Testing Lab</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QFrame" name="frame_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>54</y>
- <width>641</width>
- <height>4</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:red</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- </widget>
- <widget class="QFrame" name="frame_3">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>200</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>
|