rework logging, add more dataclasses, reworked config

This commit is contained in:
2024-12-17 10:02:56 +01:00
parent ccb4df10bb
commit eda556b5ea
41 changed files with 1624 additions and 865 deletions

View File

@@ -114,15 +114,15 @@
</spacer>
</item>
<item>
<widget class="QPushButton" name="load_app">
<widget class="QPushButton" name="create_document">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Load the Semesterapparate from the database</string>
<string>Erstellt die Übersicht, welche am Regal ausgehängt werden kann</string>
</property>
<property name="text">
<string>App. aufrufen</string>
<string>Übersicht erstellen</string>
</property>
</widget>
</item>
@@ -1897,6 +1897,7 @@
<property name="title">
<string>Help</string>
</property>
<addaction name="actionDokumentation_lokal"/>
<addaction name="actionDokumentation"/>
<addaction name="actionAbout"/>
</widget>
@@ -1932,7 +1933,7 @@
</action>
<action name="actionDokumentation">
<property name="text">
<string>Dokumentation</string>
<string>Dokumentation (online)</string>
</property>
<property name="shortcut">
<string>F1</string>
@@ -1949,6 +1950,11 @@
<enum>QAction::AboutRole</enum>
</property>
</action>
<action name="actionDokumentation_lokal">
<property name="text">
<string>Dokumentation (lokal)</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>drpdwn_app_nr</tabstop>