1
0
Fork 0
mirror of https://gitlab.com/niansa/qcommsy.git synced 2025-03-06 20:53:33 +01:00
qcommsy/login.ui
2020-08-18 18:49:59 +02:00

130 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>loginWindow</class>
<widget class="QMainWindow" name="loginWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>323</width>
<height>489</height>
</rect>
</property>
<property name="windowTitle">
<string>QCommsy</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="failureText">
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: red;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="adressLine">
<property name="inputMethodHints">
<set>Qt::ImhNoAutoUppercase|Qt::ImhNoPredictiveText|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly</set>
</property>
<property name="text">
<string>https://unterricht.sh.schulcommsy.de/</string>
</property>
<property name="placeholderText">
<string>Server Adresse</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="usernameLine">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Kennung</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="roomLine">
<property name="inputMethodHints">
<set>Qt::ImhDigitsOnly</set>
</property>
<property name="text">
<string/>
</property>
<property name="maxLength">
<number>7</number>
</property>
<property name="placeholderText">
<string>Raum</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="passwordLine">
<property name="text">
<string/>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="placeholderText">
<string>Passwort</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="saveBox">
<property name="text">
<string>Daten speichern</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="loginButton">
<property name="text">
<string>Anmelden</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>