Files
LibrarySystem/src/ui/sources/dialog_settings.ui
2024-09-30 11:21:26 +02:00

341 lines
8.7 KiB
XML

<?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>492</width>
<height>445</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Name der Einrichtung</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="institution_name"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Leihdauer</string>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QSpinBox" name="default_loan_duration">
<property name="value">
<number>7</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="maximumSize">
<size>
<width>43</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Tage(n)</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Inaktive Nutzer
Löschen nach</string>
</property>
</widget>
</item>
<item row="3" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QSpinBox" name="delete_inactive_user_duration">
<property name="maximum">
<number>9999</number>
</property>
<property name="value">
<number>365</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_12">
<property name="maximumSize">
<size>
<width>43</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Tage(n)</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="returnMode">
<property name="toolTip">
<string>Wenn aktiv: Wenn ein Medium zurückgegeben wird, wird die nächste Aktion des Moduswechsels zum normalen Rückgabemodus führen</string>
</property>
<property name="text">
<string>Erweiterter Rückgabemodus</string>
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Datenbank</string>
</property>
</widget>
</item>
<item row="5" column="1">
<layout class="QGridLayout" name="databasesettings">
<item row="1" column="1">
<widget class="QLineEdit" name="database_name"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Speicherort</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Sicherungspfad</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="database_path"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="database_backupLocation"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Datenbankname</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="btn_select_database_path">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QToolButton" name="btn_select_database_name">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QToolButton" name="btn_select_database_backupLocation">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Bericht</string>
</property>
</widget>
</item>
<item row="6" column="1">
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="2">
<widget class="QToolButton" name="btn_select_report_path">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="check_generate_report">
<property name="text">
<string>Bericht erstellen</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="report_path"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Speicherpfad</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Tag</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="report_day">
<item>
<property name="text">
<string>Montag</string>
</property>
</item>
<item>
<property name="text">
<string>Dienstag</string>
</property>
</item>
<item>
<property name="text">
<string>Mittwoch</string>
</property>
</item>
<item>
<property name="text">
<string>Donnerstag</string>
</property>
</item>
<item>
<property name="text">
<string>Freitag</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item row="9" column="1">
<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>
<item row="8" column="1">
<widget class="QTableWidget" name="shortcutchanger">
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Standard</string>
</property>
</column>
<column>
<property name="text">
<string>Aktuell</string>
</property>
</column>
</widget>
</item>
<item row="8" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>Shortcuts</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_15">
<property name="text">
<string>(Erst nach Neustart
wirksam)</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>institution_name</tabstop>
<tabstop>database_path</tabstop>
<tabstop>database_name</tabstop>
<tabstop>database_backupLocation</tabstop>
<tabstop>btn_select_database_path</tabstop>
<tabstop>btn_select_database_name</tabstop>
<tabstop>btn_select_database_backupLocation</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>379</x>
<y>174</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>183</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>426</x>
<y>174</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>183</y>
</hint>
</hints>
</connection>
</connections>
</ui>