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>
|
<item>
|
||||||
<widget class="QRadioButton" name="publicRadioButton">
|
<widget class="QRadioButton" name="publicRadioButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Public</string>
|
<string>&Public</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="draftRadioButton">
|
<widget class="QRadioButton" name="draftRadioButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Draft</string>
|
<string>&Draft</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -75,14 +75,20 @@
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="remoteLabel">
|
<widget class="QLabel" name="remoteLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Remote Name:</string>
|
<string>&Remote Name:</string>
|
||||||
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>remoteComboBox</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="branchLabel">
|
<widget class="QLabel" name="branchLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Branch Name:</string>
|
<string>&Branch Name:</string>
|
||||||
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>branchComboBox</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user