eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.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.vcsGit.GitRevisionsSelectionDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to enter the revisions for the git diff command. 26 Module implementing a dialog to enter the revisions for the git 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="#GitRevisionsSelectionDialog">GitRevisionsSelectionDialog</a></td> 38 <td><a href="#GitRevisionsSelectionDialog">GitRevisionsSelectionDialog</a></td>
34 <td>Class implementing a dialog to enter the revisions for the git diff command.</td> 39 <td>Class implementing a dialog to enter the revisions for the git diff command.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
38 <table> 43
39 <tr><td>None</td></tr> 44 <table>
40 </table> 45 <tr><td>None</td></tr>
41 <hr /><hr /> 46 </table>
47 <hr />
48 <hr />
42 <a NAME="GitRevisionsSelectionDialog" ID="GitRevisionsSelectionDialog"></a> 49 <a NAME="GitRevisionsSelectionDialog" ID="GitRevisionsSelectionDialog"></a>
43 <h2>GitRevisionsSelectionDialog</h2> 50 <h2>GitRevisionsSelectionDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to enter the revisions for the git diff 53 Class implementing a dialog to enter the revisions for the git diff
46 command. 54 command.
47 </p> 55 </p>
48 <h3>Derived from</h3> 56 <h3>Derived from</h3>
49 QDialog, Ui_GitRevisionsSelectionDialog 57 QDialog, Ui_GitRevisionsSelectionDialog
50 <h3>Class Attributes</h3> 58 <h3>Class Attributes</h3>
59
51 <table> 60 <table>
52 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
53 </table> 62 </table>
54 <h3>Class Methods</h3> 63 <h3>Class Methods</h3>
64
55 <table> 65 <table>
56 <tr><td>None</td></tr> 66 <tr><td>None</td></tr>
57 </table> 67 </table>
58 <h3>Methods</h3> 68 <h3>Methods</h3>
59 <table> 69
70 <table>
71
60 <tr> 72 <tr>
61 <td><a href="#GitRevisionsSelectionDialog.__init__">GitRevisionsSelectionDialog</a></td> 73 <td><a href="#GitRevisionsSelectionDialog.__init__">GitRevisionsSelectionDialog</a></td>
62 <td>Constructor</td> 74 <td>Constructor</td>
63 </tr><tr> 75 </tr>
76 <tr>
64 <td><a href="#GitRevisionsSelectionDialog.__getRevision">__getRevision</a></td> 77 <td><a href="#GitRevisionsSelectionDialog.__getRevision">__getRevision</a></td>
65 <td>Private method to generate the revision.</td> 78 <td>Private method to generate the revision.</td>
66 </tr><tr> 79 </tr>
80 <tr>
67 <td><a href="#GitRevisionsSelectionDialog.__updateOK">__updateOK</a></td> 81 <td><a href="#GitRevisionsSelectionDialog.__updateOK">__updateOK</a></td>
68 <td>Private slot to update the OK button.</td> 82 <td>Private slot to update the OK button.</td>
69 </tr><tr> 83 </tr>
84 <tr>
70 <td><a href="#GitRevisionsSelectionDialog.getRevisions">getRevisions</a></td> 85 <td><a href="#GitRevisionsSelectionDialog.getRevisions">getRevisions</a></td>
71 <td>Public method to get the revisions.</td> 86 <td>Public method to get the revisions.</td>
72 </tr><tr> 87 </tr>
88 <tr>
73 <td><a href="#GitRevisionsSelectionDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td> 89 <td><a href="#GitRevisionsSelectionDialog.on_branch1Button_toggled">on_branch1Button_toggled</a></td>
74 <td>Private slot to handle changes of the Branch1 select button.</td> 90 <td>Private slot to handle changes of the Branch1 select button.</td>
75 </tr><tr> 91 </tr>
92 <tr>
76 <td><a href="#GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged">on_branch1Combo_editTextChanged</a></td> 93 <td><a href="#GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged">on_branch1Combo_editTextChanged</a></td>
77 <td>Private slot to handle changes of the Branch1 combo.</td> 94 <td>Private slot to handle changes of the Branch1 combo.</td>
78 </tr><tr> 95 </tr>
96 <tr>
79 <td><a href="#GitRevisionsSelectionDialog.on_branch2Button_toggled">on_branch2Button_toggled</a></td> 97 <td><a href="#GitRevisionsSelectionDialog.on_branch2Button_toggled">on_branch2Button_toggled</a></td>
80 <td>Private slot to handle changes of the Branch2 select button.</td> 98 <td>Private slot to handle changes of the Branch2 select button.</td>
81 </tr><tr> 99 </tr>
100 <tr>
82 <td><a href="#GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged">on_branch2Combo_editTextChanged</a></td> 101 <td><a href="#GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged">on_branch2Combo_editTextChanged</a></td>
83 <td>Private slot to handle changes of the Branch2 combo.</td> 102 <td>Private slot to handle changes of the Branch2 combo.</td>
84 </tr><tr> 103 </tr>
104 <tr>
85 <td><a href="#GitRevisionsSelectionDialog.on_rev1Button_toggled">on_rev1Button_toggled</a></td> 105 <td><a href="#GitRevisionsSelectionDialog.on_rev1Button_toggled">on_rev1Button_toggled</a></td>
86 <td>Private slot to handle changes of the rev1 select button.</td> 106 <td>Private slot to handle changes of the rev1 select button.</td>
87 </tr><tr> 107 </tr>
108 <tr>
88 <td><a href="#GitRevisionsSelectionDialog.on_rev1Edit_textChanged">on_rev1Edit_textChanged</a></td> 109 <td><a href="#GitRevisionsSelectionDialog.on_rev1Edit_textChanged">on_rev1Edit_textChanged</a></td>
89 <td>Private slot to handle changes of the rev1 edit.</td> 110 <td>Private slot to handle changes of the rev1 edit.</td>
90 </tr><tr> 111 </tr>
112 <tr>
91 <td><a href="#GitRevisionsSelectionDialog.on_rev2Button_toggled">on_rev2Button_toggled</a></td> 113 <td><a href="#GitRevisionsSelectionDialog.on_rev2Button_toggled">on_rev2Button_toggled</a></td>
92 <td>Private slot to handle changes of the rev2 select button.</td> 114 <td>Private slot to handle changes of the rev2 select button.</td>
93 </tr><tr> 115 </tr>
116 <tr>
94 <td><a href="#GitRevisionsSelectionDialog.on_rev2Edit_textChanged">on_rev2Edit_textChanged</a></td> 117 <td><a href="#GitRevisionsSelectionDialog.on_rev2Edit_textChanged">on_rev2Edit_textChanged</a></td>
95 <td>Private slot to handle changes of the rev2 edit.</td> 118 <td>Private slot to handle changes of the rev2 edit.</td>
96 </tr><tr> 119 </tr>
120 <tr>
97 <td><a href="#GitRevisionsSelectionDialog.on_tag1Button_toggled">on_tag1Button_toggled</a></td> 121 <td><a href="#GitRevisionsSelectionDialog.on_tag1Button_toggled">on_tag1Button_toggled</a></td>
98 <td>Private slot to handle changes of the Tag1 select button.</td> 122 <td>Private slot to handle changes of the Tag1 select button.</td>
99 </tr><tr> 123 </tr>
124 <tr>
100 <td><a href="#GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged">on_tag1Combo_editTextChanged</a></td> 125 <td><a href="#GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged">on_tag1Combo_editTextChanged</a></td>
101 <td>Private slot to handle changes of the Tag1 combo.</td> 126 <td>Private slot to handle changes of the Tag1 combo.</td>
102 </tr><tr> 127 </tr>
128 <tr>
103 <td><a href="#GitRevisionsSelectionDialog.on_tag2Button_toggled">on_tag2Button_toggled</a></td> 129 <td><a href="#GitRevisionsSelectionDialog.on_tag2Button_toggled">on_tag2Button_toggled</a></td>
104 <td>Private slot to handle changes of the Tag2 select button.</td> 130 <td>Private slot to handle changes of the Tag2 select button.</td>
105 </tr><tr> 131 </tr>
132 <tr>
106 <td><a href="#GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td> 133 <td><a href="#GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td>
107 <td>Private slot to handle changes of the Tag2 combo.</td> 134 <td>Private slot to handle changes of the Tag2 combo.</td>
108 </tr> 135 </tr>
109 </table> 136 </table>
110 <h3>Static Methods</h3> 137 <h3>Static Methods</h3>
111 <table> 138
112 <tr><td>None</td></tr> 139 <table>
113 </table> 140 <tr><td>None</td></tr>
141 </table>
142
114 <a NAME="GitRevisionsSelectionDialog.__init__" ID="GitRevisionsSelectionDialog.__init__"></a> 143 <a NAME="GitRevisionsSelectionDialog.__init__" ID="GitRevisionsSelectionDialog.__init__"></a>
115 <h4>GitRevisionsSelectionDialog (Constructor)</h4> 144 <h4>GitRevisionsSelectionDialog (Constructor)</h4>
116 <b>GitRevisionsSelectionDialog</b>(<i>tagsList, branchesList, parent=None</i>) 145 <b>GitRevisionsSelectionDialog</b>(<i>tagsList, branchesList, parent=None</i>)
146
117 <p> 147 <p>
118 Constructor 148 Constructor
119 </p><dl> 149 </p>
150 <dl>
151
120 <dt><i>tagsList</i></dt> 152 <dt><i>tagsList</i></dt>
121 <dd> 153 <dd>
122 list of tags (list of strings) 154 list of tags (list of strings)
123 </dd><dt><i>branchesList</i></dt> 155 </dd>
156 <dt><i>branchesList</i></dt>
124 <dd> 157 <dd>
125 list of branches (list of strings) 158 list of branches (list of strings)
126 </dd><dt><i>parent</i></dt> 159 </dd>
160 <dt><i>parent</i></dt>
127 <dd> 161 <dd>
128 parent widget of the dialog (QWidget) 162 parent widget of the dialog (QWidget)
129 </dd> 163 </dd>
130 </dl><a NAME="GitRevisionsSelectionDialog.__getRevision" ID="GitRevisionsSelectionDialog.__getRevision"></a> 164 </dl>
165 <a NAME="GitRevisionsSelectionDialog.__getRevision" ID="GitRevisionsSelectionDialog.__getRevision"></a>
131 <h4>GitRevisionsSelectionDialog.__getRevision</h4> 166 <h4>GitRevisionsSelectionDialog.__getRevision</h4>
132 <b>__getRevision</b>(<i>no</i>) 167 <b>__getRevision</b>(<i>no</i>)
168
133 <p> 169 <p>
134 Private method to generate the revision. 170 Private method to generate the revision.
135 </p><dl> 171 </p>
172 <dl>
173
136 <dt><i>no</i></dt> 174 <dt><i>no</i></dt>
137 <dd> 175 <dd>
138 revision number to generate (1 or 2) 176 revision number to generate (1 or 2)
139 </dd> 177 </dd>
140 </dl><dl> 178 </dl>
179 <dl>
141 <dt>Returns:</dt> 180 <dt>Returns:</dt>
142 <dd> 181 <dd>
143 revision (string) 182 revision (string)
144 </dd> 183 </dd>
145 </dl><a NAME="GitRevisionsSelectionDialog.__updateOK" ID="GitRevisionsSelectionDialog.__updateOK"></a> 184 </dl>
185 <a NAME="GitRevisionsSelectionDialog.__updateOK" ID="GitRevisionsSelectionDialog.__updateOK"></a>
146 <h4>GitRevisionsSelectionDialog.__updateOK</h4> 186 <h4>GitRevisionsSelectionDialog.__updateOK</h4>
147 <b>__updateOK</b>(<i></i>) 187 <b>__updateOK</b>(<i></i>)
188
148 <p> 189 <p>
149 Private slot to update the OK button. 190 Private slot to update the OK button.
150 </p><a NAME="GitRevisionsSelectionDialog.getRevisions" ID="GitRevisionsSelectionDialog.getRevisions"></a> 191 </p>
192 <a NAME="GitRevisionsSelectionDialog.getRevisions" ID="GitRevisionsSelectionDialog.getRevisions"></a>
151 <h4>GitRevisionsSelectionDialog.getRevisions</h4> 193 <h4>GitRevisionsSelectionDialog.getRevisions</h4>
152 <b>getRevisions</b>(<i></i>) 194 <b>getRevisions</b>(<i></i>)
195
153 <p> 196 <p>
154 Public method to get the revisions. 197 Public method to get the revisions.
155 </p><dl> 198 </p>
199 <dl>
156 <dt>Returns:</dt> 200 <dt>Returns:</dt>
157 <dd> 201 <dd>
158 list of two revisions (list of strings) 202 list of two revisions (list of strings)
159 </dd> 203 </dd>
160 </dl><a NAME="GitRevisionsSelectionDialog.on_branch1Button_toggled" ID="GitRevisionsSelectionDialog.on_branch1Button_toggled"></a> 204 </dl>
205 <a NAME="GitRevisionsSelectionDialog.on_branch1Button_toggled" ID="GitRevisionsSelectionDialog.on_branch1Button_toggled"></a>
161 <h4>GitRevisionsSelectionDialog.on_branch1Button_toggled</h4> 206 <h4>GitRevisionsSelectionDialog.on_branch1Button_toggled</h4>
162 <b>on_branch1Button_toggled</b>(<i>checked</i>) 207 <b>on_branch1Button_toggled</b>(<i>checked</i>)
208
163 <p> 209 <p>
164 Private slot to handle changes of the Branch1 select button. 210 Private slot to handle changes of the Branch1 select button.
165 </p><dl> 211 </p>
166 <dt><i>checked</i></dt> 212 <dl>
167 <dd> 213
168 state of the button (boolean) 214 <dt><i>checked</i></dt>
169 </dd> 215 <dd>
170 </dl><a NAME="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a> 216 state of the button (boolean)
217 </dd>
218 </dl>
219 <a NAME="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a>
171 <h4>GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4> 220 <h4>GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4>
172 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) 221 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>)
222
173 <p> 223 <p>
174 Private slot to handle changes of the Branch1 combo. 224 Private slot to handle changes of the Branch1 combo.
175 </p><dl> 225 </p>
226 <dl>
227
176 <dt><i>txt</i></dt> 228 <dt><i>txt</i></dt>
177 <dd> 229 <dd>
178 text of the combo (string) 230 text of the combo (string)
179 </dd> 231 </dd>
180 </dl><a NAME="GitRevisionsSelectionDialog.on_branch2Button_toggled" ID="GitRevisionsSelectionDialog.on_branch2Button_toggled"></a> 232 </dl>
233 <a NAME="GitRevisionsSelectionDialog.on_branch2Button_toggled" ID="GitRevisionsSelectionDialog.on_branch2Button_toggled"></a>
181 <h4>GitRevisionsSelectionDialog.on_branch2Button_toggled</h4> 234 <h4>GitRevisionsSelectionDialog.on_branch2Button_toggled</h4>
182 <b>on_branch2Button_toggled</b>(<i>checked</i>) 235 <b>on_branch2Button_toggled</b>(<i>checked</i>)
236
183 <p> 237 <p>
184 Private slot to handle changes of the Branch2 select button. 238 Private slot to handle changes of the Branch2 select button.
185 </p><dl> 239 </p>
186 <dt><i>checked</i></dt> 240 <dl>
187 <dd> 241
188 state of the button (boolean) 242 <dt><i>checked</i></dt>
189 </dd> 243 <dd>
190 </dl><a NAME="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a> 244 state of the button (boolean)
245 </dd>
246 </dl>
247 <a NAME="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a>
191 <h4>GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4> 248 <h4>GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4>
192 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) 249 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>)
250
193 <p> 251 <p>
194 Private slot to handle changes of the Branch2 combo. 252 Private slot to handle changes of the Branch2 combo.
195 </p><dl> 253 </p>
254 <dl>
255
196 <dt><i>txt</i></dt> 256 <dt><i>txt</i></dt>
197 <dd> 257 <dd>
198 text of the combo (string) 258 text of the combo (string)
199 </dd> 259 </dd>
200 </dl><a NAME="GitRevisionsSelectionDialog.on_rev1Button_toggled" ID="GitRevisionsSelectionDialog.on_rev1Button_toggled"></a> 260 </dl>
261 <a NAME="GitRevisionsSelectionDialog.on_rev1Button_toggled" ID="GitRevisionsSelectionDialog.on_rev1Button_toggled"></a>
201 <h4>GitRevisionsSelectionDialog.on_rev1Button_toggled</h4> 262 <h4>GitRevisionsSelectionDialog.on_rev1Button_toggled</h4>
202 <b>on_rev1Button_toggled</b>(<i>checked</i>) 263 <b>on_rev1Button_toggled</b>(<i>checked</i>)
264
203 <p> 265 <p>
204 Private slot to handle changes of the rev1 select button. 266 Private slot to handle changes of the rev1 select button.
205 </p><dl> 267 </p>
206 <dt><i>checked</i></dt> 268 <dl>
207 <dd> 269
208 state of the button (boolean) 270 <dt><i>checked</i></dt>
209 </dd> 271 <dd>
210 </dl><a NAME="GitRevisionsSelectionDialog.on_rev1Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev1Edit_textChanged"></a> 272 state of the button (boolean)
273 </dd>
274 </dl>
275 <a NAME="GitRevisionsSelectionDialog.on_rev1Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev1Edit_textChanged"></a>
211 <h4>GitRevisionsSelectionDialog.on_rev1Edit_textChanged</h4> 276 <h4>GitRevisionsSelectionDialog.on_rev1Edit_textChanged</h4>
212 <b>on_rev1Edit_textChanged</b>(<i>txt</i>) 277 <b>on_rev1Edit_textChanged</b>(<i>txt</i>)
278
213 <p> 279 <p>
214 Private slot to handle changes of the rev1 edit. 280 Private slot to handle changes of the rev1 edit.
215 </p><dl> 281 </p>
282 <dl>
283
216 <dt><i>txt</i></dt> 284 <dt><i>txt</i></dt>
217 <dd> 285 <dd>
218 text of the edit (string) 286 text of the edit (string)
219 </dd> 287 </dd>
220 </dl><a NAME="GitRevisionsSelectionDialog.on_rev2Button_toggled" ID="GitRevisionsSelectionDialog.on_rev2Button_toggled"></a> 288 </dl>
289 <a NAME="GitRevisionsSelectionDialog.on_rev2Button_toggled" ID="GitRevisionsSelectionDialog.on_rev2Button_toggled"></a>
221 <h4>GitRevisionsSelectionDialog.on_rev2Button_toggled</h4> 290 <h4>GitRevisionsSelectionDialog.on_rev2Button_toggled</h4>
222 <b>on_rev2Button_toggled</b>(<i>checked</i>) 291 <b>on_rev2Button_toggled</b>(<i>checked</i>)
292
223 <p> 293 <p>
224 Private slot to handle changes of the rev2 select button. 294 Private slot to handle changes of the rev2 select button.
225 </p><dl> 295 </p>
226 <dt><i>checked</i></dt> 296 <dl>
227 <dd> 297
228 state of the button (boolean) 298 <dt><i>checked</i></dt>
229 </dd> 299 <dd>
230 </dl><a NAME="GitRevisionsSelectionDialog.on_rev2Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev2Edit_textChanged"></a> 300 state of the button (boolean)
301 </dd>
302 </dl>
303 <a NAME="GitRevisionsSelectionDialog.on_rev2Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev2Edit_textChanged"></a>
231 <h4>GitRevisionsSelectionDialog.on_rev2Edit_textChanged</h4> 304 <h4>GitRevisionsSelectionDialog.on_rev2Edit_textChanged</h4>
232 <b>on_rev2Edit_textChanged</b>(<i>txt</i>) 305 <b>on_rev2Edit_textChanged</b>(<i>txt</i>)
306
233 <p> 307 <p>
234 Private slot to handle changes of the rev2 edit. 308 Private slot to handle changes of the rev2 edit.
235 </p><dl> 309 </p>
310 <dl>
311
236 <dt><i>txt</i></dt> 312 <dt><i>txt</i></dt>
237 <dd> 313 <dd>
238 text of the edit (string) 314 text of the edit (string)
239 </dd> 315 </dd>
240 </dl><a NAME="GitRevisionsSelectionDialog.on_tag1Button_toggled" ID="GitRevisionsSelectionDialog.on_tag1Button_toggled"></a> 316 </dl>
317 <a NAME="GitRevisionsSelectionDialog.on_tag1Button_toggled" ID="GitRevisionsSelectionDialog.on_tag1Button_toggled"></a>
241 <h4>GitRevisionsSelectionDialog.on_tag1Button_toggled</h4> 318 <h4>GitRevisionsSelectionDialog.on_tag1Button_toggled</h4>
242 <b>on_tag1Button_toggled</b>(<i>checked</i>) 319 <b>on_tag1Button_toggled</b>(<i>checked</i>)
320
243 <p> 321 <p>
244 Private slot to handle changes of the Tag1 select button. 322 Private slot to handle changes of the Tag1 select button.
245 </p><dl> 323 </p>
246 <dt><i>checked</i></dt> 324 <dl>
247 <dd> 325
248 state of the button (boolean) 326 <dt><i>checked</i></dt>
249 </dd> 327 <dd>
250 </dl><a NAME="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a> 328 state of the button (boolean)
329 </dd>
330 </dl>
331 <a NAME="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a>
251 <h4>GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4> 332 <h4>GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4>
252 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) 333 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>)
334
253 <p> 335 <p>
254 Private slot to handle changes of the Tag1 combo. 336 Private slot to handle changes of the Tag1 combo.
255 </p><dl> 337 </p>
338 <dl>
339
256 <dt><i>txt</i></dt> 340 <dt><i>txt</i></dt>
257 <dd> 341 <dd>
258 text of the combo (string) 342 text of the combo (string)
259 </dd> 343 </dd>
260 </dl><a NAME="GitRevisionsSelectionDialog.on_tag2Button_toggled" ID="GitRevisionsSelectionDialog.on_tag2Button_toggled"></a> 344 </dl>
345 <a NAME="GitRevisionsSelectionDialog.on_tag2Button_toggled" ID="GitRevisionsSelectionDialog.on_tag2Button_toggled"></a>
261 <h4>GitRevisionsSelectionDialog.on_tag2Button_toggled</h4> 346 <h4>GitRevisionsSelectionDialog.on_tag2Button_toggled</h4>
262 <b>on_tag2Button_toggled</b>(<i>checked</i>) 347 <b>on_tag2Button_toggled</b>(<i>checked</i>)
348
263 <p> 349 <p>
264 Private slot to handle changes of the Tag2 select button. 350 Private slot to handle changes of the Tag2 select button.
265 </p><dl> 351 </p>
266 <dt><i>checked</i></dt> 352 <dl>
267 <dd> 353
268 state of the button (boolean) 354 <dt><i>checked</i></dt>
269 </dd> 355 <dd>
270 </dl><a NAME="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a> 356 state of the button (boolean)
357 </dd>
358 </dl>
359 <a NAME="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a>
271 <h4>GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4> 360 <h4>GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4>
272 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) 361 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>)
362
273 <p> 363 <p>
274 Private slot to handle changes of the Tag2 combo. 364 Private slot to handle changes of the Tag2 combo.
275 </p><dl> 365 </p>
366 <dl>
367
276 <dt><i>txt</i></dt> 368 <dt><i>txt</i></dt>
277 <dd> 369 <dd>
278 text of the combo (string) 370 text of the combo (string)
279 </dd> 371 </dd>
280 </dl> 372 </dl>

eric ide

mercurial