eric6/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui

changeset 7010
5d6f5a69a952
parent 6942
2602857055c5
child 7679
5816200f021b
equal deleted inserted replaced
7009:eaf5ed6ef298 7010:5d6f5a69a952
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_7"> 19 <layout class="QVBoxLayout" name="verticalLayout_7">
20 <item> 20 <item>
21 <widget class="QTabWidget" name="tabWidget"> 21 <widget class="QTabWidget" name="tabWidget">
22 <property name="currentIndex"> 22 <property name="currentIndex">
23 <number>3</number> 23 <number>1</number>
24 </property> 24 </property>
25 <widget class="QWidget" name="tab"> 25 <widget class="QWidget" name="tab">
26 <attribute name="title"> 26 <attribute name="title">
27 <string>User</string> 27 <string>User</string>
28 </attribute> 28 </attribute>
119 <property name="title"> 119 <property name="title">
120 <string>Extensions</string> 120 <string>Extensions</string>
121 </property> 121 </property>
122 <layout class="QGridLayout" name="gridLayout_2"> 122 <layout class="QGridLayout" name="gridLayout_2">
123 <item row="0" column="0"> 123 <item row="0" column="0">
124 <widget class="QCheckBox" name="closeheadCheckBox">
125 <property name="toolTip">
126 <string>Select to activate the closehead extension</string>
127 </property>
128 <property name="text">
129 <string>Close Head</string>
130 </property>
131 </widget>
132 </item>
133 <item row="0" column="1">
124 <widget class="QCheckBox" name="fetchCheckBox"> 134 <widget class="QCheckBox" name="fetchCheckBox">
125 <property name="toolTip"> 135 <property name="toolTip">
126 <string>Select to activate the fetch extension</string> 136 <string>Select to activate the fetch extension</string>
127 </property> 137 </property>
128 <property name="text"> 138 <property name="text">
129 <string>Fetch</string> 139 <string>Fetch</string>
130 </property> 140 </property>
131 </widget> 141 </widget>
132 </item> 142 </item>
133 <item row="0" column="1"> 143 <item row="1" column="0">
134 <widget class="QCheckBox" name="gpgCheckBox"> 144 <widget class="QCheckBox" name="gpgCheckBox">
135 <property name="toolTip"> 145 <property name="toolTip">
136 <string>Select to activate the GPG extension</string> 146 <string>Select to activate the GPG extension</string>
137 </property> 147 </property>
138 <property name="text"> 148 <property name="text">
139 <string>GPG</string> 149 <string>GPG</string>
140 </property> 150 </property>
141 </widget> 151 </widget>
142 </item> 152 </item>
143 <item row="1" column="0"> 153 <item row="1" column="1">
144 <widget class="QCheckBox" name="histeditCheckBox"> 154 <widget class="QCheckBox" name="histeditCheckBox">
145 <property name="toolTip"> 155 <property name="toolTip">
146 <string>Select to activate the histedit extension</string> 156 <string>Select to activate the histedit extension</string>
147 </property> 157 </property>
148 <property name="text"> 158 <property name="text">
149 <string>Histedit</string> 159 <string>Histedit</string>
150 </property> 160 </property>
151 </widget> 161 </widget>
152 </item> 162 </item>
153 <item row="1" column="1"> 163 <item row="2" column="0">
154 <widget class="QCheckBox" name="largefilesCheckBox"> 164 <widget class="QCheckBox" name="largefilesCheckBox">
155 <property name="toolTip"> 165 <property name="toolTip">
156 <string>Select to activate the largefiles extension</string> 166 <string>Select to activate the largefiles extension</string>
157 </property> 167 </property>
158 <property name="text"> 168 <property name="text">
159 <string>Large Files</string> 169 <string>Large Files</string>
160 </property> 170 </property>
161 </widget> 171 </widget>
162 </item> 172 </item>
163 <item row="2" column="0"> 173 <item row="2" column="1">
164 <widget class="QCheckBox" name="purgeCheckBox"> 174 <widget class="QCheckBox" name="purgeCheckBox">
165 <property name="toolTip"> 175 <property name="toolTip">
166 <string>Select to activate the Purge extension</string> 176 <string>Select to activate the Purge extension</string>
167 </property> 177 </property>
168 <property name="text"> 178 <property name="text">
169 <string>Purge</string> 179 <string>Purge</string>
170 </property> 180 </property>
171 </widget> 181 </widget>
172 </item> 182 </item>
173 <item row="2" column="1"> 183 <item row="3" column="0">
174 <widget class="QCheckBox" name="queuesCheckBox"> 184 <widget class="QCheckBox" name="queuesCheckBox">
175 <property name="toolTip"> 185 <property name="toolTip">
176 <string>Select to activate the queues extension</string> 186 <string>Select to activate the queues extension</string>
177 </property> 187 </property>
178 <property name="text"> 188 <property name="text">
179 <string>Queues</string> 189 <string>Queues</string>
180 </property> 190 </property>
181 </widget> 191 </widget>
182 </item> 192 </item>
183 <item row="3" column="0"> 193 <item row="3" column="1">
184 <widget class="QCheckBox" name="rebaseCheckBox"> 194 <widget class="QCheckBox" name="rebaseCheckBox">
185 <property name="toolTip"> 195 <property name="toolTip">
186 <string>Select to activate the rebase extension</string> 196 <string>Select to activate the rebase extension</string>
187 </property> 197 </property>
188 <property name="text"> 198 <property name="text">
189 <string>Rebase</string> 199 <string>Rebase</string>
190 </property> 200 </property>
191 </widget> 201 </widget>
192 </item> 202 </item>
193 <item row="3" column="1"> 203 <item row="4" column="0">
194 <widget class="QCheckBox" name="shelveCheckBox"> 204 <widget class="QCheckBox" name="shelveCheckBox">
195 <property name="toolTip"> 205 <property name="toolTip">
196 <string>Select to activate the shelve extension</string> 206 <string>Select to activate the shelve extension</string>
197 </property> 207 </property>
198 <property name="text"> 208 <property name="text">
199 <string>Shelve</string> 209 <string>Shelve</string>
200 </property> 210 </property>
201 </widget> 211 </widget>
202 </item> 212 </item>
203 <item row="4" column="0"> 213 <item row="4" column="1">
204 <widget class="QCheckBox" name="stripCheckBox"> 214 <widget class="QCheckBox" name="stripCheckBox">
205 <property name="toolTip"> 215 <property name="toolTip">
206 <string>Select to activate the strip extension</string> 216 <string>Select to activate the strip extension</string>
207 </property> 217 </property>
208 <property name="text"> 218 <property name="text">
670 </customwidgets> 680 </customwidgets>
671 <tabstops> 681 <tabstops>
672 <tabstop>tabWidget</tabstop> 682 <tabstop>tabWidget</tabstop>
673 <tabstop>userNameEdit</tabstop> 683 <tabstop>userNameEdit</tabstop>
674 <tabstop>emailEdit</tabstop> 684 <tabstop>emailEdit</tabstop>
685 <tabstop>closeheadCheckBox</tabstop>
675 <tabstop>fetchCheckBox</tabstop> 686 <tabstop>fetchCheckBox</tabstop>
676 <tabstop>gpgCheckBox</tabstop> 687 <tabstop>gpgCheckBox</tabstop>
677 <tabstop>histeditCheckBox</tabstop> 688 <tabstop>histeditCheckBox</tabstop>
678 <tabstop>largefilesCheckBox</tabstop> 689 <tabstop>largefilesCheckBox</tabstop>
679 <tabstop>purgeCheckBox</tabstop> 690 <tabstop>purgeCheckBox</tabstop>

eric ide

mercurial