Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3407
07966c6b5565
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>372</width> 9 <width>372</width>
10 <height>224</height> 10 <height>250</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Mercurial Revision</string> 14 <string>Mercurial Revision</string>
15 </property> 15 </property>
42 <string>Enter a revision number</string> 42 <string>Enter a revision number</string>
43 </property> 43 </property>
44 <property name="alignment"> 44 <property name="alignment">
45 <set>Qt::AlignRight</set> 45 <set>Qt::AlignRight</set>
46 </property> 46 </property>
47 <property name="minimum">
48 <number>1</number>
49 </property>
50 <property name="maximum"> 47 <property name="maximum">
51 <number>999999999</number> 48 <number>999999999</number>
52 </property> 49 </property>
53 </widget> 50 </widget>
54 </item> 51 </item>
177 <property name="toolTip"> 174 <property name="toolTip">
178 <string>Select tip revision of repository</string> 175 <string>Select tip revision of repository</string>
179 </property> 176 </property>
180 <property name="text"> 177 <property name="text">
181 <string>TIP</string> 178 <string>TIP</string>
179 </property>
180 </widget>
181 </item>
182 <item row="6" column="0" colspan="3">
183 <widget class="QRadioButton" name="noneButton">
184 <property name="text">
185 <string>No revision selected</string>
182 </property> 186 </property>
183 <property name="checked"> 187 <property name="checked">
184 <bool>true</bool> 188 <bool>true</bool>
185 </property> 189 </property>
186 </widget> 190 </widget>
210 <tabstop>branchButton</tabstop> 214 <tabstop>branchButton</tabstop>
211 <tabstop>branchCombo</tabstop> 215 <tabstop>branchCombo</tabstop>
212 <tabstop>bookmarkButton</tabstop> 216 <tabstop>bookmarkButton</tabstop>
213 <tabstop>bookmarkCombo</tabstop> 217 <tabstop>bookmarkCombo</tabstop>
214 <tabstop>tipButton</tabstop> 218 <tabstop>tipButton</tabstop>
219 <tabstop>noneButton</tabstop>
215 <tabstop>buttonBox</tabstop> 220 <tabstop>buttonBox</tabstop>
216 </tabstops> 221 </tabstops>
217 <resources/> 222 <resources/>
218 <connections> 223 <connections>
219 <connection> 224 <connection>

eric ide

mercurial