Files
qt-creator/src/plugins/git/gerrit/gerritpushdialog.ui
Orgad Shaneh ebfc0c2823 Git: Fix tab order in PushToGerrit
Change-Id: I739c79f5c6d35deb45aea9d4b22c148d5293d163
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2015-03-02 08:45:29 +00:00

252 lines
6.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Gerrit::Internal::GerritPushDialog</class>
<widget class="QDialog" name="Gerrit::Internal::GerritPushDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>410</height>
</rect>
</property>
<property name="windowTitle">
<string>Push to Gerrit</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,10,10">
<item row="2" column="2">
<widget class="QComboBox" name="targetBranchComboBox"/>
</item>
<item row="3" column="0">
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</spacer>
</item>
<item row="9" column="0">
<widget class="QLabel" name="reviewersLabel">
<property name="text">
<string>&amp;Reviewers:</string>
</property>
<property name="buddy">
<cstring>reviewersLineEdit</cstring>
</property>
</widget>
</item>
<item row="10" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</spacer>
</item>
<item row="11" column="0" colspan="3">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="8" column="1" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="topicLineEdit"/>
</item>
<item>
<widget class="QCheckBox" name="draftCheckBox">
<property name="text">
<string>&amp;Draft</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="5" column="0" colspan="3">
<widget class="Git::Internal::LogChangeWidget" name="commitView">
<property name="toolTip">
<string>Pushes the selected commit and all dependent commits.</string>
</property>
</widget>
</item>
<item row="7" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="0">
<widget class="QLabel" name="topicLabel">
<property name="text">
<string>&amp;Topic:</string>
</property>
<property name="buddy">
<cstring>topicLineEdit</cstring>
</property>
</widget>
</item>
<item row="0" column="0">
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<widget class="QLabel" name="localBranchLabel">
<property name="text">
<string>Push:</string>
</property>
<property name="buddy">
<cstring>localBranchComboBox</cstring>
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<widget class="QLabel" name="commitHeadingLabel">
<property name="text">
<string>Commits:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="repositoryLabel">
<property name="text">
<string>Local repository</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="BranchComboBox" name="localBranchComboBox"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="remoteLabel">
<property name="text">
<string>To:</string>
</property>
<property name="buddy">
<cstring>remoteComboBox</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="remoteComboBox"/>
</item>
<item row="6" column="0" colspan="3">
<widget class="QLabel" name="infoLabel">
<property name="text">
<string>Number of commits</string>
</property>
</widget>
</item>
<item row="9" column="1" colspan="2">
<widget class="QLineEdit" name="reviewersLineEdit">
<property name="toolTip">
<string>Comma-separated list of reviewers.
Reviewers can be specified by nickname or email address. Spaces not allowed.
Partial names can be used if they are unambiguous.</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>Git::Internal::LogChangeWidget</class>
<extends>QTreeView</extends>
<header location="global">git/logchangedialog.h</header>
</customwidget>
<customwidget>
<class>BranchComboBox</class>
<extends>QComboBox</extends>
<header location="global">git/gerrit/branchcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>localBranchComboBox</tabstop>
<tabstop>remoteComboBox</tabstop>
<tabstop>targetBranchComboBox</tabstop>
<tabstop>commitView</tabstop>
<tabstop>topicLineEdit</tabstop>
<tabstop>draftCheckBox</tabstop>
<tabstop>reviewersLineEdit</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Gerrit::Internal::GerritPushDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>227</x>
<y>330</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Gerrit::Internal::GerritPushDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>295</x>
<y>336</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>