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

@@ -134,7 +134,7 @@
<string>Alle Ausleihen</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
@@ -143,6 +143,9 @@
<property name="text">
<string>Aktuell entliehen</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@@ -173,10 +176,17 @@
<widget class="QLineEdit" name="searchbox"/>
</item>
<item>
<widget class="QPushButton" name="btn_searchTableContent">
<property name="text">
<string>Suchen</string>
</property>
<widget class="QComboBox" name="searchfilter">
<item>
<property name="text">
<string>Titel</string>
</property>
</item>
<item>
<property name="text">
<string>Signatur</string>
</property>
</item>
</widget>
</item>
<item>