aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitsubmitpanel.ui
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-12-26 09:46:25 +0900
committerOrgad Shaneh <orgads@gmail.com>2017-01-05 08:17:33 +0000
commitac83af4ef0677fecb7d0133a7b0dc4b828788268 (patch)
tree5ef25f241124927492e3d2ce81af19785ebbfe0b /src/plugins/git/gitsubmitpanel.ui
parent405c456d0d2785fcbf6f62415963c8a31de6cbc4 (diff)
Git: Add Sign off feature in git commit view
Change-Id: Icb0a8818f707d6a874a9b97318fc6a93205b4ce9 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/git/gitsubmitpanel.ui')
-rw-r--r--src/plugins/git/gitsubmitpanel.ui57
1 files changed, 34 insertions, 23 deletions
diff --git a/src/plugins/git/gitsubmitpanel.ui b/src/plugins/git/gitsubmitpanel.ui
index f4a05eabd6d..1e10e3282f0 100644
--- a/src/plugins/git/gitsubmitpanel.ui
+++ b/src/plugins/git/gitsubmitpanel.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>364</width>
- <height>198</height>
+ <height>269</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@@ -80,7 +80,7 @@
<widget class="QLineEdit" name="authorLineEdit">
<property name="minimumSize">
<size>
- <width>150</width>
+ <width>200</width>
<height>0</height>
</size>
</property>
@@ -101,12 +101,9 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeType">
- <enum>QSizePolicy::MinimumExpanding</enum>
- </property>
<property name="sizeHint" stdset="0">
<size>
- <width>5</width>
+ <width>40</width>
<height>20</height>
</size>
</property>
@@ -123,13 +120,13 @@
<widget class="QLineEdit" name="emailLineEdit">
<property name="minimumSize">
<size>
- <width>150</width>
+ <width>200</width>
<height>0</height>
</size>
</property>
</widget>
</item>
- <item row="1" column="2">
+ <item row="1" column="2" colspan="2">
<widget class="QLabel" name="invalidEmailLabel">
<property name="minimumSize">
<size>
@@ -140,21 +137,35 @@
</widget>
</item>
<item row="2" column="1">
- <widget class="QCheckBox" name="bypassHooksCheckBox">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>By&amp;pass hooks:</string>
- </property>
- <property name="buddy">
- <cstring>bypassHooksCheckBox</cstring>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QCheckBox" name="bypassHooksCheckBox">
+ <property name="text">
+ <string>By&amp;pass hooks</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="signOffCheckBox">
+ <property name="text">
+ <string>&amp;Sign off</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</item>
</layout>
</widget>