launcher/welcome.ui

115 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Welcome</class>
<widget class="QMainWindow" name="Welcome">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Welcome</string>
</property>
<property name="windowIcon">
<iconset resource="source.qrc">
<normaloff>:/icons/sources/icons/96.png</normaloff>:/icons/sources/icons/96.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>801</width>
<height>551</height>
</rect>
</property>
<widget class="QWidget" name="main">
<attribute name="title">
<string>welcome.main</string>
</attribute>
<widget class="QGroupBox" name="authForm">
<property name="geometry">
<rect>
<x>240</x>
<y>130</y>
<width>331</width>
<height>291</height>
</rect>
</property>
<property name="title">
<string>welcome.authorise</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>311</width>
<height>251</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLineEdit" name="login"/>
</item>
<item>
<widget class="QLineEdit" name="password">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="showPassword">
<property name="text">
<string>welcome.showPassword</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="loginBtn">
<property name="text">
<string>welcome.logIn</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="registerBtn">
<property name="text">
<string>welcome.register</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<widget class="QWidget" name="settings">
<attribute name="title">
<string>welcome.settings</string>
</attribute>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="source.qrc"/>
</resources>
<connections/>
</ui>