Add mnemonics to UI elements
This commit is contained in:
parent
c3a91f1c8d
commit
cd99f64344
@ -19,7 +19,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Disk:</string>
|
||||
<string>&Disk:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>deviceComboBox</cstring>
|
||||
@ -48,7 +48,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Revert All Changes</string>
|
||||
<string>&Revert All Changes</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -82,7 +82,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="newPartitionTableButton">
|
||||
<property name="text">
|
||||
<string>New Partition Table</string>
|
||||
<string>New Partition &Table</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -102,21 +102,21 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="createButton">
|
||||
<property name="text">
|
||||
<string>Create</string>
|
||||
<string>&Create</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="editButton">
|
||||
<property name="text">
|
||||
<string>Edit</string>
|
||||
<string>&Edit</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="deleteButton">
|
||||
<property name="text">
|
||||
<string>Delete</string>
|
||||
<string>&Delete</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -143,7 +143,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>Install boot loader on:</string>
|
||||
<string>&Install boot loader on:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>bootLoaderComboBox</cstring>
|
||||
@ -176,11 +176,13 @@
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>deviceComboBox</tabstop>
|
||||
<tabstop>revertButton</tabstop>
|
||||
<tabstop>partitionTreeView</tabstop>
|
||||
<tabstop>newPartitionTableButton</tabstop>
|
||||
<tabstop>createButton</tabstop>
|
||||
<tabstop>editButton</tabstop>
|
||||
<tabstop>deleteButton</tabstop>
|
||||
<tabstop>bootLoaderComboBox</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
Loading…
Reference in New Issue
Block a user