eric6/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui

changeset 7679
5816200f021b
parent 7010
5d6f5a69a952
equal deleted inserted replaced
7678:285c786c4a9c 7679:5816200f021b
129 <string>Close Head</string> 129 <string>Close Head</string>
130 </property> 130 </property>
131 </widget> 131 </widget>
132 </item> 132 </item>
133 <item row="0" column="1"> 133 <item row="0" column="1">
134 <widget class="QCheckBox" name="fetchCheckBox"> 134 <widget class="QCheckBox" name="gpgCheckBox">
135 <property name="toolTip"> 135 <property name="toolTip">
136 <string>Select to activate the fetch extension</string> 136 <string>Select to activate the GPG extension</string>
137 </property> 137 </property>
138 <property name="text"> 138 <property name="text">
139 <string>Fetch</string> 139 <string>GPG</string>
140 </property> 140 </property>
141 </widget> 141 </widget>
142 </item> 142 </item>
143 <item row="1" column="0"> 143 <item row="1" column="0">
144 <widget class="QCheckBox" name="gpgCheckBox"> 144 <widget class="QCheckBox" name="histeditCheckBox">
145 <property name="toolTip"> 145 <property name="toolTip">
146 <string>Select to activate the GPG extension</string> 146 <string>Select to activate the histedit extension</string>
147 </property> 147 </property>
148 <property name="text"> 148 <property name="text">
149 <string>GPG</string> 149 <string>Histedit</string>
150 </property> 150 </property>
151 </widget> 151 </widget>
152 </item> 152 </item>
153 <item row="1" column="1"> 153 <item row="1" column="1">
154 <widget class="QCheckBox" name="histeditCheckBox"> 154 <widget class="QCheckBox" name="largefilesCheckBox">
155 <property name="toolTip"> 155 <property name="toolTip">
156 <string>Select to activate the histedit extension</string> 156 <string>Select to activate the largefiles extension</string>
157 </property> 157 </property>
158 <property name="text"> 158 <property name="text">
159 <string>Histedit</string> 159 <string>Large Files</string>
160 </property> 160 </property>
161 </widget> 161 </widget>
162 </item> 162 </item>
163 <item row="2" column="0"> 163 <item row="2" column="0">
164 <widget class="QCheckBox" name="largefilesCheckBox"> 164 <widget class="QCheckBox" name="purgeCheckBox">
165 <property name="toolTip"> 165 <property name="toolTip">
166 <string>Select to activate the largefiles extension</string> 166 <string>Select to activate the Purge extension</string>
167 </property> 167 </property>
168 <property name="text"> 168 <property name="text">
169 <string>Large Files</string> 169 <string>Purge</string>
170 </property> 170 </property>
171 </widget> 171 </widget>
172 </item> 172 </item>
173 <item row="2" column="1"> 173 <item row="2" column="1">
174 <widget class="QCheckBox" name="purgeCheckBox"> 174 <widget class="QCheckBox" name="queuesCheckBox">
175 <property name="toolTip"> 175 <property name="toolTip">
176 <string>Select to activate the Purge extension</string> 176 <string>Select to activate the queues extension</string>
177 </property> 177 </property>
178 <property name="text"> 178 <property name="text">
179 <string>Purge</string> 179 <string>Queues</string>
180 </property> 180 </property>
181 </widget> 181 </widget>
182 </item> 182 </item>
183 <item row="3" column="0"> 183 <item row="3" column="0">
184 <widget class="QCheckBox" name="queuesCheckBox"> 184 <widget class="QCheckBox" name="rebaseCheckBox">
185 <property name="toolTip"> 185 <property name="toolTip">
186 <string>Select to activate the queues extension</string> 186 <string>Select to activate the rebase extension</string>
187 </property> 187 </property>
188 <property name="text"> 188 <property name="text">
189 <string>Queues</string> 189 <string>Rebase</string>
190 </property> 190 </property>
191 </widget> 191 </widget>
192 </item> 192 </item>
193 <item row="3" column="1"> 193 <item row="3" column="1">
194 <widget class="QCheckBox" name="rebaseCheckBox"> 194 <widget class="QCheckBox" name="shelveCheckBox">
195 <property name="toolTip"> 195 <property name="toolTip">
196 <string>Select to activate the rebase extension</string> 196 <string>Select to activate the shelve extension</string>
197 </property> 197 </property>
198 <property name="text"> 198 <property name="text">
199 <string>Rebase</string> 199 <string>Shelve</string>
200 </property> 200 </property>
201 </widget> 201 </widget>
202 </item> 202 </item>
203 <item row="4" column="0"> 203 <item row="4" column="0">
204 <widget class="QCheckBox" name="shelveCheckBox">
205 <property name="toolTip">
206 <string>Select to activate the shelve extension</string>
207 </property>
208 <property name="text">
209 <string>Shelve</string>
210 </property>
211 </widget>
212 </item>
213 <item row="4" column="1">
214 <widget class="QCheckBox" name="stripCheckBox"> 204 <widget class="QCheckBox" name="stripCheckBox">
215 <property name="toolTip"> 205 <property name="toolTip">
216 <string>Select to activate the strip extension</string> 206 <string>Select to activate the strip extension</string>
217 </property> 207 </property>
218 <property name="text"> 208 <property name="text">
681 <tabstops> 671 <tabstops>
682 <tabstop>tabWidget</tabstop> 672 <tabstop>tabWidget</tabstop>
683 <tabstop>userNameEdit</tabstop> 673 <tabstop>userNameEdit</tabstop>
684 <tabstop>emailEdit</tabstop> 674 <tabstop>emailEdit</tabstop>
685 <tabstop>closeheadCheckBox</tabstop> 675 <tabstop>closeheadCheckBox</tabstop>
686 <tabstop>fetchCheckBox</tabstop>
687 <tabstop>gpgCheckBox</tabstop>
688 <tabstop>histeditCheckBox</tabstop>
689 <tabstop>largefilesCheckBox</tabstop>
690 <tabstop>purgeCheckBox</tabstop>
691 <tabstop>queuesCheckBox</tabstop>
692 <tabstop>rebaseCheckBox</tabstop>
693 <tabstop>shelveCheckBox</tabstop>
694 <tabstop>stripCheckBox</tabstop>
695 <tabstop>lfFileSizeSpinBox</tabstop> 676 <tabstop>lfFileSizeSpinBox</tabstop>
696 <tabstop>lfFilePatternsEdit</tabstop> 677 <tabstop>lfFilePatternsEdit</tabstop>
697 <tabstop>lfUserCachePicker</tabstop> 678 <tabstop>lfUserCachePicker</tabstop>
698 <tabstop>proxyHostEdit</tabstop> 679 <tabstop>proxyHostEdit</tabstop>
699 <tabstop>proxyUserEdit</tabstop> 680 <tabstop>proxyUserEdit</tabstop>

eric ide

mercurial