Qt: Rename Shortcuts to Keyboard Shortcuts

This commit is contained in:
Megamouse
2026-03-09 18:42:13 +01:00
parent ee01d1186f
commit 6b6dd6c432
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1379,7 +1379,7 @@
</action> </action>
<action name="confShortcutsAct"> <action name="confShortcutsAct">
<property name="text"> <property name="text">
<string>Shortcuts</string> <string>Keyboard Shortcuts</string>
</property> </property>
</action> </action>
<action name="toolsSystemCommandsAct"> <action name="toolsSystemCommandsAct">
+6 -6
View File
@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Shortcuts</string> <string>Keyboard Shortcuts</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
@@ -25,10 +25,10 @@
<item> <item>
<spacer name="verticalSpacer_main_window"> <spacer name="verticalSpacer_main_window">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Orientation::Vertical</enum>
</property> </property>
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum> <enum>QSizePolicy::Policy::MinimumExpanding</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
@@ -50,10 +50,10 @@
<item> <item>
<spacer name="verticalSpacer_game_window"> <spacer name="verticalSpacer_game_window">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Orientation::Vertical</enum>
</property> </property>
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum> <enum>QSizePolicy::Policy::MinimumExpanding</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
@@ -71,7 +71,7 @@
<item> <item>
<widget class="QDialogButtonBox" name="buttonBox"> <widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons"> <property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> <set>QDialogButtonBox::StandardButton::Apply|QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Save</set>
</property> </property>
</widget> </widget>
</item> </item>