163 lines
4.0 KiB
XML
163 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Login</class>
|
|
<widget class="QMainWindow" name="Login">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>946</width>
|
|
<height>665</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QPushButton" name="btn_signin">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>410</y>
|
|
<width>71</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0,
|
|
stop:1 rgba(64, 145, 252, 255),
|
|
stop:0 rgba(220, 255, 255, 255));
|
|
color: rgb(255, 255, 255);
|
|
|
|
border:0px groove gray;border-radius:
|
|
7px;padding:2px 4px;
|
|
font: 14pt "Candara";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sign in</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_username">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>270</y>
|
|
<width>289</width>
|
|
<height>45</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>45</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(247, 247, 247);
|
|
border:1px groove gray;border-radius:
|
|
7px;padding:2px 4px;
|
|
font: 12pt "Candara";</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Please input your ID</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_signup">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>630</x>
|
|
<y>410</y>
|
|
<width>79</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0,
|
|
stop:1 rgba(64, 145, 252, 255),
|
|
stop:0 rgba(220, 255, 255, 255));
|
|
color: rgb(255, 255, 255);
|
|
|
|
border:0px groove gray;border-radius:
|
|
7px;padding:2px 4px;
|
|
font: 14pt "Candara";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sign up</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="close_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>820</x>
|
|
<y>140</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_password">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>330</y>
|
|
<width>289</width>
|
|
<height>45</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>45</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(247, 247, 247);
|
|
border:1px groove gray;border-radius:
|
|
7px;padding:2px 4px;
|
|
font: 12pt "Candara";</string>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Password</enum>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Please input your password</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>200</y>
|
|
<width>191</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 87 20pt "Arial Black";
|
|
background:transparent;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Login Now</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|