update ui files and generated files

This commit is contained in:
WorldTeacher
2024-07-29 10:22:25 +02:00
parent fae59d5cf7
commit 634755452b
16 changed files with 840 additions and 74 deletions

View File

@@ -17,18 +17,22 @@
<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">
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Benutzername</string>
<string>Suchbegriff</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 row="5" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Ausleihe bis</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
@@ -60,23 +64,6 @@
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Suchbegriff</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Ausleihe bis</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
@@ -87,9 +74,46 @@
<item row="2" column="1">
<widget class="QLineEdit" name="input_username"/>
</item>
<item row="5" column="1">
<widget class="QDateEdit" name="duedate"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="input_file_ident"/>
</item>
<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="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btn_createNewUser">
<property name="text">
<string>Neuen Nutzer anlegen</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
@@ -204,15 +228,23 @@
<addaction name="actionEinstellungen"/>
<addaction name="actionBeenden"/>
</widget>
<widget class="QMenu" name="menuShortkeys">
<widget class="QMenu" name="menuHotkeys">
<property name="title">
<string>Shortkeys</string>
<string>Hotkeys</string>
</property>
<addaction name="actionRueckgabemodus"/>
<addaction name="actionNutzer"/>
</widget>
<widget class="QMenu" name="menuFenster">
<property name="title">
<string>Fenster</string>
</property>
<addaction name="actionAusleihistorie"/>
<addaction name="actionBericht_erstellen"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuShortkeys"/>
<addaction name="menuHotkeys"/>
<addaction name="menuFenster"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionEinstellungen">
@@ -241,14 +273,34 @@
<string>F6</string>
</property>
</action>
<action name="actionNutzer_2">
<property name="text">
<string>Nutzer</string>
</property>
</action>
<action name="actionAusleihistorie">
<property name="text">
<string>Ausleihhistorie</string>
</property>
<property name="shortcut">
<string>F8</string>
</property>
</action>
<action name="actionBericht_erstellen">
<property name="text">
<string>Bericht erstellen</string>
</property>
<property name="shortcut">
<string>F7</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>btn_createNewUser</tabstop>
<tabstop>input_userno</tabstop>
<tabstop>input_username</tabstop>
<tabstop>input_file_ident</tabstop>
<tabstop>groupBox</tabstop>
<tabstop>mediaOverview</tabstop>
<tabstop>btn_show_lentmedia</tabstop>
<tabstop>duedate</tabstop>
</tabstops>
<resources/>
<connections>