|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgFetchDialog</class> |
|
4 <widget class="QDialog" name="HgFetchDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Fetch Changes</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>Commit Message</string> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout"> |
|
26 <item> |
|
27 <widget class="QPlainTextEdit" name="messageEdit"> |
|
28 <property name="toolTip"> |
|
29 <string>Enter commit message or leave empty to use the default message</string> |
|
30 </property> |
|
31 <property name="tabChangesFocus"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="QLabel" name="label_2"> |
|
38 <property name="text"> |
|
39 <string>Recent commit messages</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QComboBox" name="recentComboBox"> |
|
45 <property name="toolTip"> |
|
46 <string>Select a recent commit message to use</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 </layout> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="QCheckBox" name="switchCheckBox"> |
|
55 <property name="toolTip"> |
|
56 <string>Select to switch the merge order</string> |
|
57 </property> |
|
58 <property name="text"> |
|
59 <string>Switch Parents when Merging</string> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <widget class="QDialogButtonBox" name="buttonBox"> |
|
65 <property name="orientation"> |
|
66 <enum>Qt::Horizontal</enum> |
|
67 </property> |
|
68 <property name="standardButtons"> |
|
69 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 </layout> |
|
74 </widget> |
|
75 <tabstops> |
|
76 <tabstop>messageEdit</tabstop> |
|
77 <tabstop>recentComboBox</tabstop> |
|
78 <tabstop>switchCheckBox</tabstop> |
|
79 <tabstop>buttonBox</tabstop> |
|
80 </tabstops> |
|
81 <resources/> |
|
82 <connections> |
|
83 <connection> |
|
84 <sender>buttonBox</sender> |
|
85 <signal>accepted()</signal> |
|
86 <receiver>HgFetchDialog</receiver> |
|
87 <slot>accept()</slot> |
|
88 <hints> |
|
89 <hint type="sourcelabel"> |
|
90 <x>248</x> |
|
91 <y>254</y> |
|
92 </hint> |
|
93 <hint type="destinationlabel"> |
|
94 <x>157</x> |
|
95 <y>274</y> |
|
96 </hint> |
|
97 </hints> |
|
98 </connection> |
|
99 <connection> |
|
100 <sender>buttonBox</sender> |
|
101 <signal>rejected()</signal> |
|
102 <receiver>HgFetchDialog</receiver> |
|
103 <slot>reject()</slot> |
|
104 <hints> |
|
105 <hint type="sourcelabel"> |
|
106 <x>316</x> |
|
107 <y>260</y> |
|
108 </hint> |
|
109 <hint type="destinationlabel"> |
|
110 <x>286</x> |
|
111 <y>274</y> |
|
112 </hint> |
|
113 </hints> |
|
114 </connection> |
|
115 </connections> |
|
116 </ui> |