forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
ad254a980c
commit
2b41210b3f
@@ -46,7 +46,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="publicRadioButton">
|
||||
<property name="text">
|
||||
<string>Public</string>
|
||||
<string>&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>&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>&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>&Branch Name:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>branchComboBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user