TCPClient/signup.ui

212 lines
5.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Signup</class>
<widget class="QWidget" name="Signup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<height>520</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label_image">
<property name="geometry">
<rect>
<x>390</x>
<y>-10</y>
<width>391</width>
<height>531</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>60</x>
<y>150</y>
<width>271</width>
<height>344</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_6">
<property name="styleSheet">
<string notr="true">font: 10.5pt &quot;Arial&quot;;</string>
</property>
<property name="text">
<string>Username</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_username">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;Arial&quot;;</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_7">
<property name="styleSheet">
<string notr="true">font: 11pt &quot;Arial&quot;;</string>
</property>
<property name="text">
<string>Password</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_passwd">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;Arial&quot;;</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="styleSheet">
<string notr="true">font: 10.5pt &quot;Arial&quot;;</string>
</property>
<property name="text">
<string>Ensure your password</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_surepasswd">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;Arial&quot;;</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btn_sure">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(29, 123, 255);
color: rgb(255, 255, 255);
font: 26 10pt &quot;Bahnschrift Light&quot;;</string>
</property>
<property name="text">
<string>Sure</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_return">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(29, 123, 255);
color: rgb(255, 255, 255);
font: 26 10pt &quot;Bahnschrift Light&quot;;</string>
</property>
<property name="text">
<string>Return login</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>301</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 87 20pt &quot;Arial Black&quot;;</string>
</property>
<property name="text">
<string>Welcome to us!</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>161</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 87 20pt &quot;Arial Black&quot;;</string>
</property>
<property name="text">
<string>Hello</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>