|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgUserConfigDataDialog</class> |
|
4 <widget class="QDialog" name="HgUserConfigDataDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>346</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Mercurial User Data</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>User Data</string> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QLabel" name="label"> |
|
28 <property name="text"> |
|
29 <string>First Name:</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="0" column="1"> |
|
34 <widget class="E5ClearableLineEdit" name="firstNameEdit"> |
|
35 <property name="toolTip"> |
|
36 <string>Enter the first name</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="1" column="0"> |
|
41 <widget class="QLabel" name="label_2"> |
|
42 <property name="text"> |
|
43 <string>Last Name:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="1" column="1"> |
|
48 <widget class="E5ClearableLineEdit" name="lastNameEdit"> |
|
49 <property name="toolTip"> |
|
50 <string>Enter the last name</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="0"> |
|
55 <widget class="QLabel" name="label_3"> |
|
56 <property name="text"> |
|
57 <string>Email:</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="1"> |
|
62 <widget class="E5ClearableLineEdit" name="emailEdit"> |
|
63 <property name="toolTip"> |
|
64 <string>Enter the email address</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 </layout> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QGroupBox" name="groupBox_2"> |
|
73 <property name="title"> |
|
74 <string>Extensions</string> |
|
75 </property> |
|
76 <layout class="QGridLayout" name="gridLayout_2"> |
|
77 <item row="0" column="0"> |
|
78 <widget class="QCheckBox" name="bookmarksCheckBox"> |
|
79 <property name="toolTip"> |
|
80 <string>Select to activate the bookmarks extension</string> |
|
81 </property> |
|
82 <property name="text"> |
|
83 <string>Bookmarks</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="0" column="1"> |
|
88 <widget class="QCheckBox" name="fetchCheckBox"> |
|
89 <property name="toolTip"> |
|
90 <string>Select to activate the fetch extension</string> |
|
91 </property> |
|
92 <property name="text"> |
|
93 <string>Fetch</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="1" column="0"> |
|
98 <widget class="QCheckBox" name="gpgCheckBox"> |
|
99 <property name="toolTip"> |
|
100 <string>Select to activate the GPG extension</string> |
|
101 </property> |
|
102 <property name="text"> |
|
103 <string>GPG</string> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 <item row="1" column="1"> |
|
108 <widget class="QCheckBox" name="purgeCheckBox"> |
|
109 <property name="toolTip"> |
|
110 <string>Select to activate the Purge extension</string> |
|
111 </property> |
|
112 <property name="text"> |
|
113 <string>Purge</string> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 <item row="2" column="0"> |
|
118 <widget class="QCheckBox" name="queuesCheckBox"> |
|
119 <property name="toolTip"> |
|
120 <string>Select to activate the queues extension</string> |
|
121 </property> |
|
122 <property name="text"> |
|
123 <string>Queues</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 <item row="2" column="1"> |
|
128 <widget class="QCheckBox" name="rebaseCheckBox"> |
|
129 <property name="toolTip"> |
|
130 <string>Select to activate the rebase extension</string> |
|
131 </property> |
|
132 <property name="text"> |
|
133 <string>Rebase</string> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 <item row="3" column="0"> |
|
138 <widget class="QCheckBox" name="transplantCheckBox"> |
|
139 <property name="toolTip"> |
|
140 <string>Select to activate the transplant extension</string> |
|
141 </property> |
|
142 <property name="text"> |
|
143 <string>Transplant</string> |
|
144 </property> |
|
145 </widget> |
|
146 </item> |
|
147 </layout> |
|
148 </widget> |
|
149 </item> |
|
150 <item> |
|
151 <widget class="QDialogButtonBox" name="buttonBox"> |
|
152 <property name="orientation"> |
|
153 <enum>Qt::Horizontal</enum> |
|
154 </property> |
|
155 <property name="standardButtons"> |
|
156 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
157 </property> |
|
158 </widget> |
|
159 </item> |
|
160 </layout> |
|
161 </widget> |
|
162 <customwidgets> |
|
163 <customwidget> |
|
164 <class>E5ClearableLineEdit</class> |
|
165 <extends>QLineEdit</extends> |
|
166 <header>E5Gui/E5LineEdit.h</header> |
|
167 </customwidget> |
|
168 </customwidgets> |
|
169 <tabstops> |
|
170 <tabstop>firstNameEdit</tabstop> |
|
171 <tabstop>lastNameEdit</tabstop> |
|
172 <tabstop>emailEdit</tabstop> |
|
173 <tabstop>bookmarksCheckBox</tabstop> |
|
174 <tabstop>fetchCheckBox</tabstop> |
|
175 <tabstop>gpgCheckBox</tabstop> |
|
176 <tabstop>purgeCheckBox</tabstop> |
|
177 <tabstop>queuesCheckBox</tabstop> |
|
178 <tabstop>rebaseCheckBox</tabstop> |
|
179 <tabstop>transplantCheckBox</tabstop> |
|
180 <tabstop>buttonBox</tabstop> |
|
181 </tabstops> |
|
182 <resources/> |
|
183 <connections> |
|
184 <connection> |
|
185 <sender>buttonBox</sender> |
|
186 <signal>accepted()</signal> |
|
187 <receiver>HgUserConfigDataDialog</receiver> |
|
188 <slot>accept()</slot> |
|
189 <hints> |
|
190 <hint type="sourcelabel"> |
|
191 <x>248</x> |
|
192 <y>254</y> |
|
193 </hint> |
|
194 <hint type="destinationlabel"> |
|
195 <x>157</x> |
|
196 <y>274</y> |
|
197 </hint> |
|
198 </hints> |
|
199 </connection> |
|
200 <connection> |
|
201 <sender>buttonBox</sender> |
|
202 <signal>rejected()</signal> |
|
203 <receiver>HgUserConfigDataDialog</receiver> |
|
204 <slot>reject()</slot> |
|
205 <hints> |
|
206 <hint type="sourcelabel"> |
|
207 <x>316</x> |
|
208 <y>260</y> |
|
209 </hint> |
|
210 <hint type="destinationlabel"> |
|
211 <x>286</x> |
|
212 <y>274</y> |
|
213 </hint> |
|
214 </hints> |
|
215 </connection> |
|
216 </connections> |
|
217 </ui> |