mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:03:14 +02:00
147 lines
5.5 KiB
XML
147 lines
5.5 KiB
XML
<?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>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:48pt;">Register</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0" colspan="2">
|
|
<widget class="QLineEdit" name="inputId">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:48pt;">Input ID</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0" colspan="2">
|
|
<widget class="QLineEdit" name="inputMail">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:48pt;">Input Mail</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="0" colspan="2">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:28pt;">Password</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="0" colspan="2">
|
|
<widget class="QLineEdit" name="inputPassword">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:48pt;">Input Password</span></p></body></html></string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string><html><head/><body><p><br/></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Password</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="0" colspan="2">
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:72pt;">Register</span></p><p><br/></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Register</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0" colspan="2">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:28pt;">Mail</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" colspan="2">
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:28pt;">ID</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="0" colspan="2">
|
|
<widget class="QPushButton" name="loginButton">
|
|
<property name="text">
|
|
<string>Already Registered? Click here to Login!</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:28pt;">Blog Title</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="2">
|
|
<widget class="QLineEdit" name="inputBlogTitle"/>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="inputBlogID"/>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:28pt;">Blog ID</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuApp">
|
|
<property name="title">
|
|
<string>App</string>
|
|
</property>
|
|
<addaction name="actionExit"/>
|
|
<addaction name="actionLogin"/>
|
|
</widget>
|
|
<addaction name="menuApp"/>
|
|
</widget>
|
|
<action name="actionExit">
|
|
<property name="text">
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogin">
|
|
<property name="text">
|
|
<string>Login</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|