new dialog

This commit is contained in:
WorldTeacher
2024-06-26 16:36:34 +02:00
parent ed0acb7863
commit 9af25c28d4
2 changed files with 796 additions and 0 deletions

View File

@@ -0,0 +1,489 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>529</width>
<height>454</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Medientyp?</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="3">
<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 row="0" column="0">
<widget class="QRadioButton" name="btn_mono">
<property name="text">
<string>Monografie</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="btn_zs">
<property name="text">
<string>Zeitschrift</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="btn_hg">
<property name="text">
<string>Herausgeberwerk</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Identifikator</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="searchIdent"/>
</item>
<item>
<widget class="QPushButton" name="btn_search">
<property name="text">
<string>Suchen</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="mono">
<layout class="QGridLayout" name="gridLayout_2">
<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="5" column="2">
<widget class="QLineEdit" name="book_publisher"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Ort</string>
</property>
</widget>
</item>
<item row="7" column="2">
<widget class="QLineEdit" name="book_pages"/>
</item>
<item row="2" column="2">
<widget class="QLineEdit" name="book_edition"/>
</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="5" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Verlag</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="1" column="2">
<widget class="QLineEdit" name="book_year"/>
</item>
<item row="4" column="2">
<widget class="QLineEdit" name="book_place"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Auflage</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Autor(en)
Nachname, Vorname</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="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="8" column="0">
<widget class="QLabel" name="label_29">
<property name="text">
<string>ISBN</string>
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="QLineEdit" name="book_isbn"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="hg">
<layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0">
<item row="9" column="1">
<widget class="QLineEdit" name="hg_signature"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="hg_year"/>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="hg_place"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Verlag</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_20">
<property name="text">
<string>Jahr</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>Titel des Werkes</string>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_27">
<property name="text">
<string>Seiten</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="hg_title"/>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_28">
<property name="text">
<string>Signatur</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="hg_editor">
<property name="toolTip">
<string>Bei mehreren Autoren mit ; trennen</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>Beitragstitel</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="hg_pages"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_19">
<property name="text">
<string>Autor(en)
Nachname, Vorname</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>Auflage</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="hg_chaptertitle"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="hg_edition"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>Herausgebername(n)
Nachname, Vorname</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Ort</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="hg_author">
<property name="toolTip">
<string>Bei mehreren Autoren mit ; trennen</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="hg_publisher"/>
</item>
<item row="10" column="0">
<widget class="QLabel" name="label_30">
<property name="text">
<string>ISBN</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QLineEdit" name="hg_isbn"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="zs">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Autor(en)
Nachname, Vorname</string>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Signatur</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Heft</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="zs_author">
<property name="toolTip">
<string>Bei mehreren Autoren mit ; trennen</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Ort</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="zs_chapter_title"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Artikeltitel</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="zs_place"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="zs_issue"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Jahr</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="zs_pages"/>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="zs_publisher"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="zs_year"/>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="zs_signature"/>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="zs_title"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>Seiten</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Name der Zeitschrift</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Verlag</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_31">
<property name="text">
<string>ISSN</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="zs_isbn"/>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Discard|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>257</x>
<y>416</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>325</x>
<y>416</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>