ui changes

This commit is contained in:
WorldTeacher
2024-07-15 12:34:40 +02:00
parent 3621789a47
commit e6252d5c32
4 changed files with 198 additions and 16 deletions

View File

@@ -63,7 +63,7 @@
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>ISBN</string>
<string>Suchbegriff</string>
</property>
</widget>
</item>
@@ -165,7 +165,7 @@
</widget>
</item>
<item>
<widget class="QTableWidget" name="tableWidget">
<widget class="QTableWidget" name="mediaOverview">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
@@ -174,6 +174,11 @@
<string>ISBN</string>
</property>
</column>
<column>
<property name="text">
<string>Titel</string>
</property>
</column>
<column>
<property name="text">
<string>Status</string>
@@ -242,7 +247,7 @@
<tabstop>input_username</tabstop>
<tabstop>input_file_ident</tabstop>
<tabstop>groupBox</tabstop>
<tabstop>tableWidget</tabstop>
<tabstop>mediaOverview</tabstop>
<tabstop>btn_show_lentmedia</tabstop>
</tabstops>
<resources/>