Gerrit: Add accelerators for Push to Gerrit dialog

Change-Id: If806dd9b8aefcc1ecaccf326bd08ad1fc23d71c8
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-04-29 22:36:51 +03:00
committed by Orgad Shaneh
parent ad254a980c
commit 2b41210b3f

View File

@@ -46,7 +46,7 @@
<item>
<widget class="QRadioButton" name="publicRadioButton">
<property name="text">
<string>Public</string>
<string>&amp;Public</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -56,7 +56,7 @@
<item>
<widget class="QRadioButton" name="draftRadioButton">
<property name="text">
<string>Draft</string>
<string>&amp;Draft</string>
</property>
</widget>
</item>
@@ -75,14 +75,20 @@
<item row="1" column="0">
<widget class="QLabel" name="remoteLabel">
<property name="text">
<string>Remote Name:</string>
<string>&amp;Remote Name:</string>
</property>
<property name="buddy">
<cstring>remoteComboBox</cstring>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="branchLabel">
<property name="text">
<string>Branch Name:</string>
<string>&amp;Branch Name:</string>
</property>
<property name="buddy">
<cstring>branchComboBox</cstring>
</property>
</widget>
</item>