ui changes

This commit is contained in:
WorldTeacher
2024-07-10 11:35:25 +02:00
parent e553bbfbe9
commit 27a478ce93
4 changed files with 96 additions and 67 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<height>602</height>
</rect>
</property>
<property name="windowTitle">
@@ -17,6 +17,19 @@
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,10,20">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Benutzername</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="input_userno"/>
</item>
<item row="5" column="1">
<widget class="QDateEdit" name="duedate"/>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
@@ -47,12 +60,6 @@
</item>
</layout>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="input_file_ident"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="input_username"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
@@ -60,23 +67,6 @@
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="input_userno"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Matrikelnummer</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Benutzername</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
@@ -87,21 +77,18 @@
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QDateEdit" name="duedate"/>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Matrikelnummer</string>
</property>
</widget>
</item>
<item row="6" column="0">
<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 row="2" column="1">
<widget class="QLineEdit" name="input_username"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="input_file_ident"/>
</item>
</layout>
</item>
@@ -115,7 +102,14 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="3,1">
<item>
<widget class="QTextEdit" name="textEdit">
<widget class="QTextEdit" name="userdata">
<property name="font">
<font>
<family>Arial</family>
<pointsize>11</pointsize>
<bold>true</bold>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
@@ -191,7 +185,14 @@
<addaction name="actionEinstellungen"/>
<addaction name="actionBeenden"/>
</widget>
<widget class="QMenu" name="menuShortkeys">
<property name="title">
<string>Shortkeys</string>
</property>
<addaction name="actionR_ckgabemodus"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuShortkeys"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionEinstellungen">
@@ -204,6 +205,14 @@
<string>Beenden</string>
</property>
</action>
<action name="actionR_ckgabemodus">
<property name="text">
<string>Rückgabemodus</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>input_userno</tabstop>