ui changes, formatting

This commit is contained in:
WorldTeacher
2024-06-05 15:39:55 +02:00
parent 98849f22a0
commit a56c70a8b4
26 changed files with 1163 additions and 402 deletions

View File

@@ -2055,10 +2055,10 @@
<item row="1" column="2">
<widget class="QPushButton" name="elsa_date_today">
<property name="text">
<string>📆 heute</string>
<string/>
</property>
<property name="flat">
<bool>false</bool>
<bool>true</bool>
</property>
</widget>
</item>
@@ -3236,6 +3236,7 @@
<string>Help</string>
</property>
<addaction name="actionDokumentation"/>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuEinstellungen"/>
@@ -3249,6 +3250,9 @@
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
<property name="shortcutVisibleInContextMenu">
<bool>true</bool>
</property>
@@ -3275,6 +3279,14 @@
<enum>Qt::ApplicationShortcut</enum>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
</action>
</widget>
<tabstops>
<tabstop>btn_add_document</tabstop>