chore: fix drop error

This commit is contained in:
WorldTeacher
2024-07-03 16:36:12 +02:00
parent c6ff076881
commit e559f97cc7
16 changed files with 401 additions and 438 deletions

View File

@@ -113,113 +113,233 @@
<number>0</number>
</property>
<widget class="QWidget" name="mono">
<layout class="QGridLayout" name="gridLayout_2">
<item row="4" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Ort</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Auflage</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Signatur</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLineEdit" name="book_place"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Seiten</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLineEdit" name="book_title"/>
</item>
<item row="7" column="2">
<widget class="QLineEdit" name="book_pages"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Verlag</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Autor(en)
<widget class="QLineEdit" name="book_author">
<property name="geometry">
<rect>
<x>129</x>
<y>20</y>
<width>133</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Bei mehreren Autoren mit ; trennen</string>
</property>
</widget>
<widget class="QLineEdit" name="book_publisher">
<property name="geometry">
<rect>
<x>129</x>
<y>195</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>9</x>
<y>161</y>
<width>17</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Ort</string>
</property>
</widget>
<widget class="QLineEdit" name="book_pages">
<property name="geometry">
<rect>
<x>129</x>
<y>263</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="book_edition">
<property name="geometry">
<rect>
<x>129</x>
<y>93</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>9</x>
<y>263</y>
<width>32</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Seiten</string>
</property>
</widget>
<widget class="QLineEdit" name="book_title">
<property name="geometry">
<rect>
<x>129</x>
<y>127</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>9</x>
<y>195</y>
<width>32</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Verlag</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>9</x>
<y>229</y>
<width>44</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Signatur</string>
</property>
</widget>
<widget class="QLineEdit" name="book_year">
<property name="geometry">
<rect>
<x>129</x>
<y>59</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="book_place">
<property name="geometry">
<rect>
<x>129</x>
<y>161</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>9</x>
<y>93</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Auflage</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>9</x>
<y>15</y>
<width>114</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Autor(en)
Nachname, Vorname</string>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QLineEdit" name="book_publisher"/>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_29">
<property name="text">
<string>ISBN</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="book_author">
<property name="toolTip">
<string>Bei mehreren Autoren mit ; trennen</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLineEdit" name="book_edition"/>
</item>
<item row="8" column="2">
<widget class="QLineEdit" name="book_isbn"/>
</item>
<item row="6" column="2">
<widget class="QLineEdit" name="book_signature"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Titel</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Jahr</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="book_year"/>
</item>
<item row="7" column="3">
<widget class="QToolButton" name="page_warn_2">
<property name="text">
<string/>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>9</x>
<y>59</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Jahr</string>
</property>
</widget>
<widget class="QLineEdit" name="book_signature">
<property name="geometry">
<rect>
<x>129</x>
<y>229</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>9</x>
<y>127</y>
<width>22</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Titel</string>
</property>
</widget>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>9</x>
<y>297</y>
<width>25</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ISBN</string>
</property>
</widget>
<widget class="QLineEdit" name="book_isbn">
<property name="geometry">
<rect>
<x>129</x>
<y>297</y>
<width>133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="page_warn_2">
<property name="geometry">
<rect>
<x>479</x>
<y>263</y>
<width>23</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="hg">
<layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0,0">