eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to enter the revisions for the hg diff command. 26 Module implementing a dialog to enter the revisions for the hg diff command.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#HgRevisionsSelectionDialog">HgRevisionsSelectionDialog</a></td> 38 <td><a href="#HgRevisionsSelectionDialog">HgRevisionsSelectionDialog</a></td>
34 <td>Class implementing a dialog to enter the revisions for the hg diff command.</td> 39 <td>Class implementing a dialog to enter the revisions for the hg diff command.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="HgRevisionsSelectionDialog" ID="HgRevisionsSelectionDialog"></a> 49 <a NAME="HgRevisionsSelectionDialog" ID="HgRevisionsSelectionDialog"></a>
43 <h2>HgRevisionsSelectionDialog</h2> 50 <h2>HgRevisionsSelectionDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to enter the revisions for the hg diff command. 53 Class implementing a dialog to enter the revisions for the hg diff command.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_HgRevisionsSelectionDialog 56 QDialog, Ui_HgRevisionsSelectionDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#HgRevisionsSelectionDialog.__init__">HgRevisionsSelectionDialog</a></td> 72 <td><a href="#HgRevisionsSelectionDialog.__init__">HgRevisionsSelectionDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#HgRevisionsSelectionDialog.__getRevision">__getRevision</a></td> 76 <td><a href="#HgRevisionsSelectionDialog.__getRevision">__getRevision</a></td>
64 <td>Private method to generate the revision.</td> 77 <td>Private method to generate the revision.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#HgRevisionsSelectionDialog.__updateOK">__updateOK</a></td> 80 <td><a href="#HgRevisionsSelectionDialog.__updateOK">__updateOK</a></td>
67 <td>Private slot to update the OK button.</td> 81 <td>Private slot to update the OK button.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#HgRevisionsSelectionDialog.getRevisions">getRevisions</a></td> 84 <td><a href="#HgRevisionsSelectionDialog.getRevisions">getRevisions</a></td>
70 <td>Public method to get the revisions.</td> 85 <td>Public method to get the revisions.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#HgRevisionsSelectionDialog.on_bookmark1Button_toggled">on_bookmark1Button_toggled</a></td> 88 <td><a href="#HgRevisionsSelectionDialog.on_bookmark1Button_toggled">on_bookmark1Button_toggled</a></td>
73 <td>Private slot to handle changes of the Bookmark1 select button.</td> 89 <td>Private slot to handle changes of the Bookmark1 select button.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged">on_bookmark1Combo_editTextChanged</a></td> 92 <td><a href="#HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged">on_bookmark1Combo_editTextChanged</a></td>
76 <td>Private slot to handle changes of the Bookmark1 combo.</td> 93 <td>Private slot to handle changes of the Bookmark1 combo.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#HgRevisionsSelectionDialog.on_bookmark2Button_toggled">on_bookmark2Button_toggled</a></td> 96 <td><a href="#HgRevisionsSelectionDialog.on_bookmark2Button_toggled">on_bookmark2Button_toggled</a></td>
79 <td>Private slot to handle changes of the Bookmark2 select button.</td> 97 <td>Private slot to handle changes of the Bookmark2 select button.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged">on_bookmark2Combo_editTextChanged</a></td> 100 <td><a href="#HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged">on_bookmark2Combo_editTextChanged</a></td>
82 <td>Private slot to handle changes of the Bookmark2 combo.</td> 101 <td>Private slot to handle changes of the Bookmark2 combo.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#HgRevisionsSelectionDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td> 104 <td><a href="#HgRevisionsSelectionDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td>
85 <td>Private slot to handle changes of the Branch1 select button.</td> 105 <td>Private slot to handle changes of the Branch1 select button.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged">on_branch1Combo_editTextChanged</a></td> 108 <td><a href="#HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged">on_branch1Combo_editTextChanged</a></td>
88 <td>Private slot to handle changes of the Branch1 combo.</td> 109 <td>Private slot to handle changes of the Branch1 combo.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#HgRevisionsSelectionDialog.on_branch2Button_toggled">on_branch2Button_toggled</a></td> 112 <td><a href="#HgRevisionsSelectionDialog.on_branch2Button_toggled">on_branch2Button_toggled</a></td>
91 <td>Private slot to handle changes of the Branch2 select button.</td> 113 <td>Private slot to handle changes of the Branch2 select button.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged">on_branch2Combo_editTextChanged</a></td> 116 <td><a href="#HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged">on_branch2Combo_editTextChanged</a></td>
94 <td>Private slot to handle changes of the Branch2 combo.</td> 117 <td>Private slot to handle changes of the Branch2 combo.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#HgRevisionsSelectionDialog.on_id1Button_toggled">on_id1Button_toggled</a></td> 120 <td><a href="#HgRevisionsSelectionDialog.on_id1Button_toggled">on_id1Button_toggled</a></td>
97 <td>Private slot to handle changes of the ID1 select button.</td> 121 <td>Private slot to handle changes of the ID1 select button.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#HgRevisionsSelectionDialog.on_id1Edit_textChanged">on_id1Edit_textChanged</a></td> 124 <td><a href="#HgRevisionsSelectionDialog.on_id1Edit_textChanged">on_id1Edit_textChanged</a></td>
100 <td>Private slot to handle changes of the ID1 edit.</td> 125 <td>Private slot to handle changes of the ID1 edit.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#HgRevisionsSelectionDialog.on_id2Button_toggled">on_id2Button_toggled</a></td> 128 <td><a href="#HgRevisionsSelectionDialog.on_id2Button_toggled">on_id2Button_toggled</a></td>
103 <td>Private slot to handle changes of the ID2 select button.</td> 129 <td>Private slot to handle changes of the ID2 select button.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#HgRevisionsSelectionDialog.on_id2Edit_textChanged">on_id2Edit_textChanged</a></td> 132 <td><a href="#HgRevisionsSelectionDialog.on_id2Edit_textChanged">on_id2Edit_textChanged</a></td>
106 <td>Private slot to handle changes of the ID2 edit.</td> 133 <td>Private slot to handle changes of the ID2 edit.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#HgRevisionsSelectionDialog.on_tag1Button_toggled">on_tag1Button_toggled</a></td> 136 <td><a href="#HgRevisionsSelectionDialog.on_tag1Button_toggled">on_tag1Button_toggled</a></td>
109 <td>Private slot to handle changes of the Tag1 select button.</td> 137 <td>Private slot to handle changes of the Tag1 select button.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged">on_tag1Combo_editTextChanged</a></td> 140 <td><a href="#HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged">on_tag1Combo_editTextChanged</a></td>
112 <td>Private slot to handle changes of the Tag1 combo.</td> 141 <td>Private slot to handle changes of the Tag1 combo.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#HgRevisionsSelectionDialog.on_tag2Button_toggled">on_tag2Button_toggled</a></td> 144 <td><a href="#HgRevisionsSelectionDialog.on_tag2Button_toggled">on_tag2Button_toggled</a></td>
115 <td>Private slot to handle changes of the Tag2 select button.</td> 145 <td>Private slot to handle changes of the Tag2 select button.</td>
116 </tr><tr> 146 </tr>
147 <tr>
117 <td><a href="#HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td> 148 <td><a href="#HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td>
118 <td>Private slot to handle changes of the Tag2 combo.</td> 149 <td>Private slot to handle changes of the Tag2 combo.</td>
119 </tr> 150 </tr>
120 </table> 151 </table>
121 <h3>Static Methods</h3> 152 <h3>Static Methods</h3>
153
122 <table> 154 <table>
123 <tr><td>None</td></tr> 155 <tr><td>None</td></tr>
124 </table> 156 </table>
157
125 <a NAME="HgRevisionsSelectionDialog.__init__" ID="HgRevisionsSelectionDialog.__init__"></a> 158 <a NAME="HgRevisionsSelectionDialog.__init__" ID="HgRevisionsSelectionDialog.__init__"></a>
126 <h4>HgRevisionsSelectionDialog (Constructor)</h4> 159 <h4>HgRevisionsSelectionDialog (Constructor)</h4>
127 <b>HgRevisionsSelectionDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>) 160 <b>HgRevisionsSelectionDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>)
161
128 <p> 162 <p>
129 Constructor 163 Constructor
130 </p><dl> 164 </p>
165 <dl>
166
131 <dt><i>tagsList</i></dt> 167 <dt><i>tagsList</i></dt>
132 <dd> 168 <dd>
133 list of tags (list of strings) 169 list of tags (list of strings)
134 </dd><dt><i>branchesList</i></dt> 170 </dd>
171 <dt><i>branchesList</i></dt>
135 <dd> 172 <dd>
136 list of branches (list of strings) 173 list of branches (list of strings)
137 </dd><dt><i>bookmarksList</i></dt> 174 </dd>
175 <dt><i>bookmarksList</i></dt>
138 <dd> 176 <dd>
139 list of bookmarks (list of strings) 177 list of bookmarks (list of strings)
140 </dd><dt><i>parent</i></dt> 178 </dd>
179 <dt><i>parent</i></dt>
141 <dd> 180 <dd>
142 parent widget of the dialog (QWidget) 181 parent widget of the dialog (QWidget)
143 </dd> 182 </dd>
144 </dl><a NAME="HgRevisionsSelectionDialog.__getRevision" ID="HgRevisionsSelectionDialog.__getRevision"></a> 183 </dl>
184 <a NAME="HgRevisionsSelectionDialog.__getRevision" ID="HgRevisionsSelectionDialog.__getRevision"></a>
145 <h4>HgRevisionsSelectionDialog.__getRevision</h4> 185 <h4>HgRevisionsSelectionDialog.__getRevision</h4>
146 <b>__getRevision</b>(<i>no</i>) 186 <b>__getRevision</b>(<i>no</i>)
187
147 <p> 188 <p>
148 Private method to generate the revision. 189 Private method to generate the revision.
149 </p><dl> 190 </p>
191 <dl>
192
150 <dt><i>no</i></dt> 193 <dt><i>no</i></dt>
151 <dd> 194 <dd>
152 revision number to generate (1 or 2) 195 revision number to generate (1 or 2)
153 </dd> 196 </dd>
154 </dl><dl> 197 </dl>
198 <dl>
155 <dt>Returns:</dt> 199 <dt>Returns:</dt>
156 <dd> 200 <dd>
157 revision (string) 201 revision (string)
158 </dd> 202 </dd>
159 </dl><a NAME="HgRevisionsSelectionDialog.__updateOK" ID="HgRevisionsSelectionDialog.__updateOK"></a> 203 </dl>
204 <a NAME="HgRevisionsSelectionDialog.__updateOK" ID="HgRevisionsSelectionDialog.__updateOK"></a>
160 <h4>HgRevisionsSelectionDialog.__updateOK</h4> 205 <h4>HgRevisionsSelectionDialog.__updateOK</h4>
161 <b>__updateOK</b>(<i></i>) 206 <b>__updateOK</b>(<i></i>)
207
162 <p> 208 <p>
163 Private slot to update the OK button. 209 Private slot to update the OK button.
164 </p><a NAME="HgRevisionsSelectionDialog.getRevisions" ID="HgRevisionsSelectionDialog.getRevisions"></a> 210 </p>
211 <a NAME="HgRevisionsSelectionDialog.getRevisions" ID="HgRevisionsSelectionDialog.getRevisions"></a>
165 <h4>HgRevisionsSelectionDialog.getRevisions</h4> 212 <h4>HgRevisionsSelectionDialog.getRevisions</h4>
166 <b>getRevisions</b>(<i></i>) 213 <b>getRevisions</b>(<i></i>)
214
167 <p> 215 <p>
168 Public method to get the revisions. 216 Public method to get the revisions.
169 </p><dl> 217 </p>
218 <dl>
170 <dt>Returns:</dt> 219 <dt>Returns:</dt>
171 <dd> 220 <dd>
172 list two strings 221 list two strings
173 </dd> 222 </dd>
174 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark1Button_toggled"></a> 223 </dl>
224 <a NAME="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark1Button_toggled"></a>
175 <h4>HgRevisionsSelectionDialog.on_bookmark1Button_toggled</h4> 225 <h4>HgRevisionsSelectionDialog.on_bookmark1Button_toggled</h4>
176 <b>on_bookmark1Button_toggled</b>(<i>checked</i>) 226 <b>on_bookmark1Button_toggled</b>(<i>checked</i>)
227
177 <p> 228 <p>
178 Private slot to handle changes of the Bookmark1 select button. 229 Private slot to handle changes of the Bookmark1 select button.
179 </p><dl> 230 </p>
180 <dt><i>checked</i></dt> 231 <dl>
181 <dd> 232
182 state of the button (boolean) 233 <dt><i>checked</i></dt>
183 </dd> 234 <dd>
184 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged"></a> 235 state of the button (boolean)
236 </dd>
237 </dl>
238 <a NAME="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged"></a>
185 <h4>HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged</h4> 239 <h4>HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged</h4>
186 <b>on_bookmark1Combo_editTextChanged</b>(<i>txt</i>) 240 <b>on_bookmark1Combo_editTextChanged</b>(<i>txt</i>)
241
187 <p> 242 <p>
188 Private slot to handle changes of the Bookmark1 combo. 243 Private slot to handle changes of the Bookmark1 combo.
189 </p><dl> 244 </p>
190 <dt><i>txt</i></dt> 245 <dl>
191 <dd> 246
192 text of the combo (string) 247 <dt><i>txt</i></dt>
193 </dd> 248 <dd>
194 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark2Button_toggled"></a> 249 text of the combo (string)
250 </dd>
251 </dl>
252 <a NAME="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" ID="HgRevisionsSelectionDialog.on_bookmark2Button_toggled"></a>
195 <h4>HgRevisionsSelectionDialog.on_bookmark2Button_toggled</h4> 253 <h4>HgRevisionsSelectionDialog.on_bookmark2Button_toggled</h4>
196 <b>on_bookmark2Button_toggled</b>(<i>checked</i>) 254 <b>on_bookmark2Button_toggled</b>(<i>checked</i>)
255
197 <p> 256 <p>
198 Private slot to handle changes of the Bookmark2 select button. 257 Private slot to handle changes of the Bookmark2 select button.
199 </p><dl> 258 </p>
200 <dt><i>checked</i></dt> 259 <dl>
201 <dd> 260
202 state of the button (boolean) 261 <dt><i>checked</i></dt>
203 </dd> 262 <dd>
204 </dl><a NAME="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged"></a> 263 state of the button (boolean)
264 </dd>
265 </dl>
266 <a NAME="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged"></a>
205 <h4>HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged</h4> 267 <h4>HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged</h4>
206 <b>on_bookmark2Combo_editTextChanged</b>(<i>txt</i>) 268 <b>on_bookmark2Combo_editTextChanged</b>(<i>txt</i>)
269
207 <p> 270 <p>
208 Private slot to handle changes of the Bookmark2 combo. 271 Private slot to handle changes of the Bookmark2 combo.
209 </p><dl> 272 </p>
210 <dt><i>txt</i></dt> 273 <dl>
211 <dd> 274
212 text of the combo (string) 275 <dt><i>txt</i></dt>
213 </dd> 276 <dd>
214 </dl><a NAME="HgRevisionsSelectionDialog.on_branch1Button_toggled" ID="HgRevisionsSelectionDialog.on_branch1Button_toggled"></a> 277 text of the combo (string)
278 </dd>
279 </dl>
280 <a NAME="HgRevisionsSelectionDialog.on_branch1Button_toggled" ID="HgRevisionsSelectionDialog.on_branch1Button_toggled"></a>
215 <h4>HgRevisionsSelectionDialog.on_branch1Button_toggled</h4> 281 <h4>HgRevisionsSelectionDialog.on_branch1Button_toggled</h4>
216 <b>on_branch1Button_toggled</b>(<i>checked</i>) 282 <b>on_branch1Button_toggled</b>(<i>checked</i>)
283
217 <p> 284 <p>
218 Private slot to handle changes of the Branch1 select button. 285 Private slot to handle changes of the Branch1 select button.
219 </p><dl> 286 </p>
220 <dt><i>checked</i></dt> 287 <dl>
221 <dd> 288
222 state of the button (boolean) 289 <dt><i>checked</i></dt>
223 </dd> 290 <dd>
224 </dl><a NAME="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a> 291 state of the button (boolean)
292 </dd>
293 </dl>
294 <a NAME="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a>
225 <h4>HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4> 295 <h4>HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4>
226 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) 296 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>)
297
227 <p> 298 <p>
228 Private slot to handle changes of the Branch1 combo. 299 Private slot to handle changes of the Branch1 combo.
229 </p><dl> 300 </p>
230 <dt><i>txt</i></dt> 301 <dl>
231 <dd> 302
232 text of the combo (string) 303 <dt><i>txt</i></dt>
233 </dd> 304 <dd>
234 </dl><a NAME="HgRevisionsSelectionDialog.on_branch2Button_toggled" ID="HgRevisionsSelectionDialog.on_branch2Button_toggled"></a> 305 text of the combo (string)
306 </dd>
307 </dl>
308 <a NAME="HgRevisionsSelectionDialog.on_branch2Button_toggled" ID="HgRevisionsSelectionDialog.on_branch2Button_toggled"></a>
235 <h4>HgRevisionsSelectionDialog.on_branch2Button_toggled</h4> 309 <h4>HgRevisionsSelectionDialog.on_branch2Button_toggled</h4>
236 <b>on_branch2Button_toggled</b>(<i>checked</i>) 310 <b>on_branch2Button_toggled</b>(<i>checked</i>)
311
237 <p> 312 <p>
238 Private slot to handle changes of the Branch2 select button. 313 Private slot to handle changes of the Branch2 select button.
239 </p><dl> 314 </p>
240 <dt><i>checked</i></dt> 315 <dl>
241 <dd> 316
242 state of the button (boolean) 317 <dt><i>checked</i></dt>
243 </dd> 318 <dd>
244 </dl><a NAME="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a> 319 state of the button (boolean)
320 </dd>
321 </dl>
322 <a NAME="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a>
245 <h4>HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4> 323 <h4>HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4>
246 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) 324 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>)
325
247 <p> 326 <p>
248 Private slot to handle changes of the Branch2 combo. 327 Private slot to handle changes of the Branch2 combo.
249 </p><dl> 328 </p>
250 <dt><i>txt</i></dt> 329 <dl>
251 <dd> 330
252 text of the combo (string) 331 <dt><i>txt</i></dt>
253 </dd> 332 <dd>
254 </dl><a NAME="HgRevisionsSelectionDialog.on_id1Button_toggled" ID="HgRevisionsSelectionDialog.on_id1Button_toggled"></a> 333 text of the combo (string)
334 </dd>
335 </dl>
336 <a NAME="HgRevisionsSelectionDialog.on_id1Button_toggled" ID="HgRevisionsSelectionDialog.on_id1Button_toggled"></a>
255 <h4>HgRevisionsSelectionDialog.on_id1Button_toggled</h4> 337 <h4>HgRevisionsSelectionDialog.on_id1Button_toggled</h4>
256 <b>on_id1Button_toggled</b>(<i>checked</i>) 338 <b>on_id1Button_toggled</b>(<i>checked</i>)
339
257 <p> 340 <p>
258 Private slot to handle changes of the ID1 select button. 341 Private slot to handle changes of the ID1 select button.
259 </p><dl> 342 </p>
260 <dt><i>checked</i></dt> 343 <dl>
261 <dd> 344
262 state of the button (boolean) 345 <dt><i>checked</i></dt>
263 </dd> 346 <dd>
264 </dl><a NAME="HgRevisionsSelectionDialog.on_id1Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id1Edit_textChanged"></a> 347 state of the button (boolean)
348 </dd>
349 </dl>
350 <a NAME="HgRevisionsSelectionDialog.on_id1Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id1Edit_textChanged"></a>
265 <h4>HgRevisionsSelectionDialog.on_id1Edit_textChanged</h4> 351 <h4>HgRevisionsSelectionDialog.on_id1Edit_textChanged</h4>
266 <b>on_id1Edit_textChanged</b>(<i>txt</i>) 352 <b>on_id1Edit_textChanged</b>(<i>txt</i>)
353
267 <p> 354 <p>
268 Private slot to handle changes of the ID1 edit. 355 Private slot to handle changes of the ID1 edit.
269 </p><dl> 356 </p>
357 <dl>
358
270 <dt><i>txt</i></dt> 359 <dt><i>txt</i></dt>
271 <dd> 360 <dd>
272 text of the edit (string) 361 text of the edit (string)
273 </dd> 362 </dd>
274 </dl><a NAME="HgRevisionsSelectionDialog.on_id2Button_toggled" ID="HgRevisionsSelectionDialog.on_id2Button_toggled"></a> 363 </dl>
364 <a NAME="HgRevisionsSelectionDialog.on_id2Button_toggled" ID="HgRevisionsSelectionDialog.on_id2Button_toggled"></a>
275 <h4>HgRevisionsSelectionDialog.on_id2Button_toggled</h4> 365 <h4>HgRevisionsSelectionDialog.on_id2Button_toggled</h4>
276 <b>on_id2Button_toggled</b>(<i>checked</i>) 366 <b>on_id2Button_toggled</b>(<i>checked</i>)
367
277 <p> 368 <p>
278 Private slot to handle changes of the ID2 select button. 369 Private slot to handle changes of the ID2 select button.
279 </p><dl> 370 </p>
280 <dt><i>checked</i></dt> 371 <dl>
281 <dd> 372
282 state of the button (boolean) 373 <dt><i>checked</i></dt>
283 </dd> 374 <dd>
284 </dl><a NAME="HgRevisionsSelectionDialog.on_id2Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id2Edit_textChanged"></a> 375 state of the button (boolean)
376 </dd>
377 </dl>
378 <a NAME="HgRevisionsSelectionDialog.on_id2Edit_textChanged" ID="HgRevisionsSelectionDialog.on_id2Edit_textChanged"></a>
285 <h4>HgRevisionsSelectionDialog.on_id2Edit_textChanged</h4> 379 <h4>HgRevisionsSelectionDialog.on_id2Edit_textChanged</h4>
286 <b>on_id2Edit_textChanged</b>(<i>txt</i>) 380 <b>on_id2Edit_textChanged</b>(<i>txt</i>)
381
287 <p> 382 <p>
288 Private slot to handle changes of the ID2 edit. 383 Private slot to handle changes of the ID2 edit.
289 </p><dl> 384 </p>
385 <dl>
386
290 <dt><i>txt</i></dt> 387 <dt><i>txt</i></dt>
291 <dd> 388 <dd>
292 text of the edit (string) 389 text of the edit (string)
293 </dd> 390 </dd>
294 </dl><a NAME="HgRevisionsSelectionDialog.on_tag1Button_toggled" ID="HgRevisionsSelectionDialog.on_tag1Button_toggled"></a> 391 </dl>
392 <a NAME="HgRevisionsSelectionDialog.on_tag1Button_toggled" ID="HgRevisionsSelectionDialog.on_tag1Button_toggled"></a>
295 <h4>HgRevisionsSelectionDialog.on_tag1Button_toggled</h4> 393 <h4>HgRevisionsSelectionDialog.on_tag1Button_toggled</h4>
296 <b>on_tag1Button_toggled</b>(<i>checked</i>) 394 <b>on_tag1Button_toggled</b>(<i>checked</i>)
395
297 <p> 396 <p>
298 Private slot to handle changes of the Tag1 select button. 397 Private slot to handle changes of the Tag1 select button.
299 </p><dl> 398 </p>
300 <dt><i>checked</i></dt> 399 <dl>
301 <dd> 400
302 state of the button (boolean) 401 <dt><i>checked</i></dt>
303 </dd> 402 <dd>
304 </dl><a NAME="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a> 403 state of the button (boolean)
404 </dd>
405 </dl>
406 <a NAME="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a>
305 <h4>HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4> 407 <h4>HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4>
306 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) 408 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>)
409
307 <p> 410 <p>
308 Private slot to handle changes of the Tag1 combo. 411 Private slot to handle changes of the Tag1 combo.
309 </p><dl> 412 </p>
310 <dt><i>txt</i></dt> 413 <dl>
311 <dd> 414
312 text of the combo (string) 415 <dt><i>txt</i></dt>
313 </dd> 416 <dd>
314 </dl><a NAME="HgRevisionsSelectionDialog.on_tag2Button_toggled" ID="HgRevisionsSelectionDialog.on_tag2Button_toggled"></a> 417 text of the combo (string)
418 </dd>
419 </dl>
420 <a NAME="HgRevisionsSelectionDialog.on_tag2Button_toggled" ID="HgRevisionsSelectionDialog.on_tag2Button_toggled"></a>
315 <h4>HgRevisionsSelectionDialog.on_tag2Button_toggled</h4> 421 <h4>HgRevisionsSelectionDialog.on_tag2Button_toggled</h4>
316 <b>on_tag2Button_toggled</b>(<i>checked</i>) 422 <b>on_tag2Button_toggled</b>(<i>checked</i>)
423
317 <p> 424 <p>
318 Private slot to handle changes of the Tag2 select button. 425 Private slot to handle changes of the Tag2 select button.
319 </p><dl> 426 </p>
320 <dt><i>checked</i></dt> 427 <dl>
321 <dd> 428
322 state of the button (boolean) 429 <dt><i>checked</i></dt>
323 </dd> 430 <dd>
324 </dl><a NAME="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a> 431 state of the button (boolean)
432 </dd>
433 </dl>
434 <a NAME="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a>
325 <h4>HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4> 435 <h4>HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4>
326 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) 436 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>)
437
327 <p> 438 <p>
328 Private slot to handle changes of the Tag2 combo. 439 Private slot to handle changes of the Tag2 combo.
329 </p><dl> 440 </p>
441 <dl>
442
330 <dt><i>txt</i></dt> 443 <dt><i>txt</i></dt>
331 <dd> 444 <dd>
332 text of the combo (string) 445 text of the combo (string)
333 </dd> 446 </dd>
334 </dl> 447 </dl>

eric ide

mercurial