|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitCherryPickDialog</class> |
|
4 <widget class="QDialog" name="GitCherryPickDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>450</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Cherry-pick</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Commits</string> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout"> |
|
26 <item> |
|
27 <widget class="QPlainTextEdit" name="commitsEdit"> |
|
28 <property name="toolTip"> |
|
29 <string>Enter commits by id, branch or tag one per line</string> |
|
30 </property> |
|
31 <property name="tabChangesFocus"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 <property name="lineWrapMode"> |
|
35 <enum>QPlainTextEdit::NoWrap</enum> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 </layout> |
|
40 </widget> |
|
41 </item> |
|
42 <item> |
|
43 <widget class="QCheckBox" name="appendCheckBox"> |
|
44 <property name="toolTip"> |
|
45 <string>Select to append cherry-pick info to the commit message</string> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Append Cherry-pick &Info</string> |
|
49 </property> |
|
50 <property name="checked"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <widget class="QCheckBox" name="signoffCheckBox"> |
|
57 <property name="toolTip"> |
|
58 <string>Select to add a 'Signed-off-by' line to the commit message</string> |
|
59 </property> |
|
60 <property name="text"> |
|
61 <string>Append '&Signed-off-by' line</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item> |
|
66 <widget class="QCheckBox" name="nocommitCheckBox"> |
|
67 <property name="toolTip"> |
|
68 <string>Select to not commit the cherry-pick</string> |
|
69 </property> |
|
70 <property name="text"> |
|
71 <string>Don't &commit</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item> |
|
76 <widget class="QDialogButtonBox" name="buttonBox"> |
|
77 <property name="orientation"> |
|
78 <enum>Qt::Horizontal</enum> |
|
79 </property> |
|
80 <property name="standardButtons"> |
|
81 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 </layout> |
|
86 </widget> |
|
87 <tabstops> |
|
88 <tabstop>commitsEdit</tabstop> |
|
89 <tabstop>appendCheckBox</tabstop> |
|
90 <tabstop>signoffCheckBox</tabstop> |
|
91 <tabstop>nocommitCheckBox</tabstop> |
|
92 </tabstops> |
|
93 <resources/> |
|
94 <connections> |
|
95 <connection> |
|
96 <sender>buttonBox</sender> |
|
97 <signal>accepted()</signal> |
|
98 <receiver>GitCherryPickDialog</receiver> |
|
99 <slot>accept()</slot> |
|
100 <hints> |
|
101 <hint type="sourcelabel"> |
|
102 <x>248</x> |
|
103 <y>254</y> |
|
104 </hint> |
|
105 <hint type="destinationlabel"> |
|
106 <x>157</x> |
|
107 <y>274</y> |
|
108 </hint> |
|
109 </hints> |
|
110 </connection> |
|
111 <connection> |
|
112 <sender>buttonBox</sender> |
|
113 <signal>rejected()</signal> |
|
114 <receiver>GitCherryPickDialog</receiver> |
|
115 <slot>reject()</slot> |
|
116 <hints> |
|
117 <hint type="sourcelabel"> |
|
118 <x>316</x> |
|
119 <y>260</y> |
|
120 </hint> |
|
121 <hint type="destinationlabel"> |
|
122 <x>286</x> |
|
123 <y>274</y> |
|
124 </hint> |
|
125 </hints> |
|
126 </connection> |
|
127 </connections> |
|
128 </ui> |