aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorConfuSomu2023-08-15 19:42:18 -0400
committerConfuSomu2023-08-15 19:42:18 -0400
commitade98b4cf6630635e2fdbf84ac29fe83a79cc371 (patch)
tree1297fa1f808baa949e14276c80b536f61fcd76cb /src/mainwindow.ui
parent82dc68463c625fcf36155dbccfb264ac2171a386 (diff)
downloadActorViewer-ade98b4cf6630635e2fdbf84ac29fe83a79cc371.tar
ActorViewer-ade98b4cf6630635e2fdbf84ac29fe83a79cc371.tar.gz
ActorViewer-ade98b4cf6630635e2fdbf84ac29fe83a79cc371.zip
Implement settings dialog
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index cd351d4..292930d 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -96,6 +96,7 @@ p, li { white-space: pre-wrap; }
<string>File</string>
</property>
<addaction name="actionOpen"/>
+ <addaction name="actionSettings"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuHelp">
@@ -259,6 +260,17 @@ p, li { white-space: pre-wrap; }
<string>Ctrl+F</string>
</property>
</action>
+ <action name="actionSettings">
+ <property name="text">
+ <string>Preferences…</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Shift+,</string>
+ </property>
+ <property name="menuRole">
+ <enum>QAction::PreferencesRole</enum>
+ </property>
+ </action>
</widget>
<tabstops>
<tabstop>listWidget</tabstop>