64 </tr> |
64 </tr> |
65 <tr> |
65 <tr> |
66 <td><a href="#HgGpgSignDialog.getData">getData</a></td> |
66 <td><a href="#HgGpgSignDialog.getData">getData</a></td> |
67 <td>Public method to retrieve the entered data.</td> |
67 <td>Public method to retrieve the entered data.</td> |
68 </tr> |
68 </tr> |
69 <tr> |
|
70 <td><a href="#HgGpgSignDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td> |
|
71 <td>Private slot to handle changes of the Bookmark select button.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#HgGpgSignDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td> |
|
75 <td>Private slot to handle changes of the Bookmark combo.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#HgGpgSignDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
|
79 <td>Private slot to handle changes of the Branch select button.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#HgGpgSignDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
|
83 <td>Private slot to handle changes of the Branch combo.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="#HgGpgSignDialog.on_idButton_toggled">on_idButton_toggled</a></td> |
|
87 <td>Private slot to handle changes of the ID select button.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="#HgGpgSignDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td> |
|
91 <td>Private slot to handle changes of the ID edit.</td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td><a href="#HgGpgSignDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
|
95 <td>Private slot to handle changes of the Tag select button.</td> |
|
96 </tr> |
|
97 <tr> |
|
98 <td><a href="#HgGpgSignDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
|
99 <td>Private slot to handle changes of the Tag combo.</td> |
|
100 </tr> |
|
101 </table> |
69 </table> |
102 <h3>Static Methods</h3> |
70 <h3>Static Methods</h3> |
103 |
71 |
104 <table> |
72 <table> |
105 <tr><td>None</td></tr> |
73 <tr><td>None</td></tr> |
112 <p> |
80 <p> |
113 Constructor |
81 Constructor |
114 </p> |
82 </p> |
115 <dl> |
83 <dl> |
116 |
84 |
117 <dt><i>tagsList</i></dt> |
85 <dt><i>tagsList</i> (list of str)</dt> |
118 <dd> |
86 <dd> |
119 list of tags (list of strings) |
87 list of tags |
120 </dd> |
88 </dd> |
121 <dt><i>branchesList</i></dt> |
89 <dt><i>branchesList</i> (list of str)</dt> |
122 <dd> |
90 <dd> |
123 list of branches (list of strings) |
91 list of branches |
124 </dd> |
92 </dd> |
125 <dt><i>bookmarksList</i></dt> |
93 <dt><i>bookmarksList</i> (list of str)</dt> |
126 <dd> |
94 <dd> |
127 list of bookmarks (list of strings) |
95 list of bookmarks |
128 </dd> |
96 </dd> |
129 <dt><i>parent</i></dt> |
97 <dt><i>parent</i> (QWidget)</dt> |
130 <dd> |
98 <dd> |
131 reference to the parent widget (QWidget) |
99 parent widget |
132 </dd> |
100 </dd> |
133 </dl> |
101 </dl> |
134 <a NAME="HgGpgSignDialog.__updateOK" ID="HgGpgSignDialog.__updateOK"></a> |
102 <a NAME="HgGpgSignDialog.__updateOK" ID="HgGpgSignDialog.__updateOK"></a> |
135 <h4>HgGpgSignDialog.__updateOK</h4> |
103 <h4>HgGpgSignDialog.__updateOK</h4> |
136 <b>__updateOK</b>(<i></i>) |
104 <b>__updateOK</b>(<i></i>) |
149 <dt>Return:</dt> |
117 <dt>Return:</dt> |
150 <dd> |
118 <dd> |
151 tuple giving the revision, a flag indicating not to commit |
119 tuple giving the revision, a flag indicating not to commit |
152 the signature, a commit message, an ID of the key to be used, |
120 the signature, a commit message, an ID of the key to be used, |
153 a flag indicating a local signature and a flag indicating a forced |
121 a flag indicating a local signature and a flag indicating a forced |
154 signature (string, boolean, string, string, boolean, boolean) |
122 signature |
155 </dd> |
123 </dd> |
156 </dl> |
124 </dl> |
157 <a NAME="HgGpgSignDialog.on_bookmarkButton_toggled" ID="HgGpgSignDialog.on_bookmarkButton_toggled"></a> |
|
158 <h4>HgGpgSignDialog.on_bookmarkButton_toggled</h4> |
|
159 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) |
|
160 |
|
161 <p> |
|
162 Private slot to handle changes of the Bookmark select button. |
|
163 </p> |
|
164 <dl> |
125 <dl> |
165 |
126 <dt>Return Type:</dt> |
166 <dt><i>checked</i></dt> |
|
167 <dd> |
127 <dd> |
168 state of the button (boolean) |
128 tuple of (str, bool, str, str, bool, bool) |
169 </dd> |
|
170 </dl> |
|
171 <a NAME="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" ID="HgGpgSignDialog.on_bookmarkCombo_editTextChanged"></a> |
|
172 <h4>HgGpgSignDialog.on_bookmarkCombo_editTextChanged</h4> |
|
173 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
|
174 |
|
175 <p> |
|
176 Private slot to handle changes of the Bookmark combo. |
|
177 </p> |
|
178 <dl> |
|
179 |
|
180 <dt><i>txt</i></dt> |
|
181 <dd> |
|
182 text of the combo (string) |
|
183 </dd> |
|
184 </dl> |
|
185 <a NAME="HgGpgSignDialog.on_branchButton_toggled" ID="HgGpgSignDialog.on_branchButton_toggled"></a> |
|
186 <h4>HgGpgSignDialog.on_branchButton_toggled</h4> |
|
187 <b>on_branchButton_toggled</b>(<i>checked</i>) |
|
188 |
|
189 <p> |
|
190 Private slot to handle changes of the Branch select button. |
|
191 </p> |
|
192 <dl> |
|
193 |
|
194 <dt><i>checked</i></dt> |
|
195 <dd> |
|
196 state of the button (boolean) |
|
197 </dd> |
|
198 </dl> |
|
199 <a NAME="HgGpgSignDialog.on_branchCombo_editTextChanged" ID="HgGpgSignDialog.on_branchCombo_editTextChanged"></a> |
|
200 <h4>HgGpgSignDialog.on_branchCombo_editTextChanged</h4> |
|
201 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
|
202 |
|
203 <p> |
|
204 Private slot to handle changes of the Branch combo. |
|
205 </p> |
|
206 <dl> |
|
207 |
|
208 <dt><i>txt</i></dt> |
|
209 <dd> |
|
210 text of the combo (string) |
|
211 </dd> |
|
212 </dl> |
|
213 <a NAME="HgGpgSignDialog.on_idButton_toggled" ID="HgGpgSignDialog.on_idButton_toggled"></a> |
|
214 <h4>HgGpgSignDialog.on_idButton_toggled</h4> |
|
215 <b>on_idButton_toggled</b>(<i>checked</i>) |
|
216 |
|
217 <p> |
|
218 Private slot to handle changes of the ID select button. |
|
219 </p> |
|
220 <dl> |
|
221 |
|
222 <dt><i>checked</i></dt> |
|
223 <dd> |
|
224 state of the button (boolean) |
|
225 </dd> |
|
226 </dl> |
|
227 <a NAME="HgGpgSignDialog.on_idEdit_textChanged" ID="HgGpgSignDialog.on_idEdit_textChanged"></a> |
|
228 <h4>HgGpgSignDialog.on_idEdit_textChanged</h4> |
|
229 <b>on_idEdit_textChanged</b>(<i>txt</i>) |
|
230 |
|
231 <p> |
|
232 Private slot to handle changes of the ID edit. |
|
233 </p> |
|
234 <dl> |
|
235 |
|
236 <dt><i>txt</i></dt> |
|
237 <dd> |
|
238 text of the edit (string) |
|
239 </dd> |
|
240 </dl> |
|
241 <a NAME="HgGpgSignDialog.on_tagButton_toggled" ID="HgGpgSignDialog.on_tagButton_toggled"></a> |
|
242 <h4>HgGpgSignDialog.on_tagButton_toggled</h4> |
|
243 <b>on_tagButton_toggled</b>(<i>checked</i>) |
|
244 |
|
245 <p> |
|
246 Private slot to handle changes of the Tag select button. |
|
247 </p> |
|
248 <dl> |
|
249 |
|
250 <dt><i>checked</i></dt> |
|
251 <dd> |
|
252 state of the button (boolean) |
|
253 </dd> |
|
254 </dl> |
|
255 <a NAME="HgGpgSignDialog.on_tagCombo_editTextChanged" ID="HgGpgSignDialog.on_tagCombo_editTextChanged"></a> |
|
256 <h4>HgGpgSignDialog.on_tagCombo_editTextChanged</h4> |
|
257 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
|
258 |
|
259 <p> |
|
260 Private slot to handle changes of the Tag combo. |
|
261 </p> |
|
262 <dl> |
|
263 |
|
264 <dt><i>txt</i></dt> |
|
265 <dd> |
|
266 text of the combo (string) |
|
267 </dd> |
129 </dd> |
268 </dl> |
130 </dl> |
269 <div align="right"><a href="#top">Up</a></div> |
131 <div align="right"><a href="#top">Up</a></div> |
270 <hr /> |
132 <hr /> |
271 </body></html> |
133 </body></html> |