Add mnemonics to UI elements

This commit is contained in:
Aurélien Gâteau 2014-07-25 12:46:20 +02:00
parent c3a91f1c8d
commit cd99f64344

View File

@ -19,7 +19,7 @@
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Disk:</string> <string>&amp;Disk:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>deviceComboBox</cstring> <cstring>deviceComboBox</cstring>
@ -48,7 +48,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Revert All Changes</string> <string>&amp;Revert All Changes</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -82,7 +82,7 @@
<item> <item>
<widget class="QPushButton" name="newPartitionTableButton"> <widget class="QPushButton" name="newPartitionTableButton">
<property name="text"> <property name="text">
<string>New Partition Table</string> <string>New Partition &amp;Table</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -102,21 +102,21 @@
<item> <item>
<widget class="QPushButton" name="createButton"> <widget class="QPushButton" name="createButton">
<property name="text"> <property name="text">
<string>Create</string> <string>&amp;Create</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="editButton"> <widget class="QPushButton" name="editButton">
<property name="text"> <property name="text">
<string>Edit</string> <string>&amp;Edit</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="deleteButton"> <widget class="QPushButton" name="deleteButton">
<property name="text"> <property name="text">
<string>Delete</string> <string>&amp;Delete</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -143,7 +143,7 @@
<item> <item>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>Install boot loader on:</string> <string>&amp;Install boot loader on:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>bootLoaderComboBox</cstring> <cstring>bootLoaderComboBox</cstring>
@ -176,11 +176,13 @@
</widget> </widget>
<tabstops> <tabstops>
<tabstop>deviceComboBox</tabstop> <tabstop>deviceComboBox</tabstop>
<tabstop>revertButton</tabstop>
<tabstop>partitionTreeView</tabstop> <tabstop>partitionTreeView</tabstop>
<tabstop>newPartitionTableButton</tabstop> <tabstop>newPartitionTableButton</tabstop>
<tabstop>createButton</tabstop> <tabstop>createButton</tabstop>
<tabstop>editButton</tabstop> <tabstop>editButton</tabstop>
<tabstop>deleteButton</tabstop> <tabstop>deleteButton</tabstop>
<tabstop>bootLoaderComboBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections/>