Über Menü "Einstellungen ..." wird der AppSettings-Dialog eröffnet

This commit is contained in:
2025-06-14 12:30:39 +02:00
parent e7923280d7
commit 9046dc9174
3 changed files with 306 additions and 267 deletions
+13
View File
@@ -320,6 +320,8 @@
<addaction name="actionNeu"/>
<addaction name="action_ffnen"/>
<addaction name="separator"/>
<addaction name="actionEinstellungen"/>
<addaction name="separator"/>
<addaction name="actionBeenden"/>
</widget>
<widget class="QMenu" name="menuThema">
@@ -361,6 +363,17 @@
<string>Beenden</string>
</property>
</action>
<action name="actionEinstellungen">
<property name="icon">
<iconset theme="QIcon::ThemeIcon::DocumentProperties"/>
</property>
<property name="text">
<string>Einstellungen ...</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
</widget>
<resources/>
<connections>