added: Mnemonics for Settings/Launcher
This commit is contained in:
parent
5adcc26190
commit
c1386bcb04
@ -196,7 +196,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="sortLastLaunchedBtn">
|
<widget class="QRadioButton" name="sortLastLaunchedBtn">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>By &last launched</string>
|
<string>&By last launched</string>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="buttonGroup">
|
<attribute name="buttonGroup">
|
||||||
<string notr="true">sortingModeGroup</string>
|
<string notr="true">sortingModeGroup</string>
|
||||||
@ -293,7 +293,7 @@
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="label_4">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Colors</string>
|
<string>&Colors</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>themeComboBoxColors</cstring>
|
<cstring>themeComboBoxColors</cstring>
|
||||||
@ -334,7 +334,7 @@
|
|||||||
<string>The menubar is more friendly for keyboard-driven interaction.</string>
|
<string>The menubar is more friendly for keyboard-driven interaction.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Replace toolbar with menubar</string>
|
<string>&Replace toolbar with menubar</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -370,21 +370,21 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showConsoleCheck">
|
<widget class="QCheckBox" name="showConsoleCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show console while the game is running?</string>
|
<string>Show console while the game is &running?</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="autoCloseConsoleCheck">
|
<widget class="QCheckBox" name="autoCloseConsoleCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Automatically close console when the game quits?</string>
|
<string>&Automatically close console when the game quits?</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showConsoleErrorCheck">
|
<widget class="QCheckBox" name="showConsoleErrorCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show console when the game crashes?</string>
|
<string>Show console when the game &crashes?</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -394,13 +394,13 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBox_4">
|
<widget class="QGroupBox" name="groupBox_4">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>History limit</string>
|
<string>&History limit</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="checkStopLogging">
|
<widget class="QCheckBox" name="checkStopLogging">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Stop logging when log overflows</string>
|
<string>&Stop logging when log overflows</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -441,7 +441,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Console font</string>
|
<string>Console &font</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="1" column="0" colspan="2">
|
<item row="1" column="0" colspan="2">
|
||||||
|
Loading…
Reference in New Issue
Block a user