eric6/Documentation/Source/eric6.UI.EmailDialog.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.UI.EmailDialog</h1> 23 <h1>eric6.UI.EmailDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to send bug reports or feature requests. 26 Module implementing a dialog to send bug reports or feature requests.
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="#EmailDialog">EmailDialog</a></td> 38 <td><a href="#EmailDialog">EmailDialog</a></td>
34 <td>Class implementing a dialog to send bug reports or feature requests.</td> 39 <td>Class implementing a dialog to send bug reports or feature requests.</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="EmailDialog" ID="EmailDialog"></a> 49 <a NAME="EmailDialog" ID="EmailDialog"></a>
43 <h2>EmailDialog</h2> 50 <h2>EmailDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to send bug reports or feature requests. 53 Class implementing a dialog to send bug reports or feature requests.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_EmailDialog 56 QDialog, Ui_EmailDialog
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="#EmailDialog.__init__">EmailDialog</a></td> 72 <td><a href="#EmailDialog.__init__">EmailDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#EmailDialog.__createMultipartMail">__createMultipartMail</a></td> 76 <td><a href="#EmailDialog.__createMultipartMail">__createMultipartMail</a></td>
64 <td>Private method to create a multipart mail message.</td> 77 <td>Private method to create a multipart mail message.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#EmailDialog.__createSimpleMail">__createSimpleMail</a></td> 80 <td><a href="#EmailDialog.__createSimpleMail">__createSimpleMail</a></td>
67 <td>Private method to create a simple mail message.</td> 81 <td>Private method to create a simple mail message.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#EmailDialog.__deleteAttachedFiles">__deleteAttachedFiles</a></td> 84 <td><a href="#EmailDialog.__deleteAttachedFiles">__deleteAttachedFiles</a></td>
70 <td>Private method to delete attached files.</td> 85 <td>Private method to delete attached files.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#EmailDialog.__encodedHeader">__encodedHeader</a></td> 88 <td><a href="#EmailDialog.__encodedHeader">__encodedHeader</a></td>
73 <td>Private method to create a correctly encoded mail header.</td> 89 <td>Private method to create a correctly encoded mail header.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#EmailDialog.__encodedText">__encodedText</a></td> 92 <td><a href="#EmailDialog.__encodedText">__encodedText</a></td>
76 <td>Private method to create a MIMEText message with correct encoding.</td> 93 <td>Private method to create a MIMEText message with correct encoding.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#EmailDialog.__gmailSendResult">__gmailSendResult</a></td> 96 <td><a href="#EmailDialog.__gmailSendResult">__gmailSendResult</a></td>
79 <td>Private slot handling the send result reported by the Google Mail interface.</td> 97 <td>Private slot handling the send result reported by the Google Mail interface.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#EmailDialog.__sendmail">__sendmail</a></td> 100 <td><a href="#EmailDialog.__sendmail">__sendmail</a></td>
82 <td>Private method to actually send the message.</td> 101 <td>Private method to actually send the message.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#EmailDialog.__sendmailGoogle">__sendmailGoogle</a></td> 104 <td><a href="#EmailDialog.__sendmailGoogle">__sendmailGoogle</a></td>
85 <td>Private method to actually send the message via Google Mail.</td> 105 <td>Private method to actually send the message via Google Mail.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#EmailDialog.attachFile">attachFile</a></td> 108 <td><a href="#EmailDialog.attachFile">attachFile</a></td>
88 <td>Public method to add an attachment.</td> 109 <td>Public method to add an attachment.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#EmailDialog.keyPressEvent">keyPressEvent</a></td> 112 <td><a href="#EmailDialog.keyPressEvent">keyPressEvent</a></td>
91 <td>Protected method to handle the user pressing the escape key.</td> 113 <td>Protected method to handle the user pressing the escape key.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#EmailDialog.on_addButton_clicked">on_addButton_clicked</a></td> 116 <td><a href="#EmailDialog.on_addButton_clicked">on_addButton_clicked</a></td>
94 <td>Private slot to handle the Add...</td> 117 <td>Private slot to handle the Add...</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#EmailDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 120 <td><a href="#EmailDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
97 <td>Private slot called by a button of the button box clicked.</td> 121 <td>Private slot called by a button of the button box clicked.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#EmailDialog.on_buttonBox_rejected">on_buttonBox_rejected</a></td> 124 <td><a href="#EmailDialog.on_buttonBox_rejected">on_buttonBox_rejected</a></td>
100 <td>Private slot to handle the rejected signal of the button box.</td> 125 <td>Private slot to handle the rejected signal of the button box.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#EmailDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> 128 <td><a href="#EmailDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
103 <td>Private slot to handle the Delete button.</td> 129 <td>Private slot to handle the Delete button.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#EmailDialog.on_googleHelpButton_clicked">on_googleHelpButton_clicked</a></td> 132 <td><a href="#EmailDialog.on_googleHelpButton_clicked">on_googleHelpButton_clicked</a></td>
106 <td>Private slot to show some help text "how to turn on the Gmail API".</td> 133 <td>Private slot to show some help text "how to turn on the Gmail API".</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#EmailDialog.on_message_textChanged">on_message_textChanged</a></td> 136 <td><a href="#EmailDialog.on_message_textChanged">on_message_textChanged</a></td>
109 <td>Private slot to handle the textChanged signal of the message edit.</td> 137 <td>Private slot to handle the textChanged signal of the message edit.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#EmailDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> 140 <td><a href="#EmailDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
112 <td>Private slot to send the email message.</td> 141 <td>Private slot to send the email message.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#EmailDialog.on_subject_textChanged">on_subject_textChanged</a></td> 144 <td><a href="#EmailDialog.on_subject_textChanged">on_subject_textChanged</a></td>
115 <td>Private slot to handle the textChanged signal of the subject edit.</td> 145 <td>Private slot to handle the textChanged signal of the subject edit.</td>
116 </tr> 146 </tr>
117 </table> 147 </table>
118 <h3>Static Methods</h3> 148 <h3>Static Methods</h3>
149
119 <table> 150 <table>
120 <tr><td>None</td></tr> 151 <tr><td>None</td></tr>
121 </table> 152 </table>
153
122 <a NAME="EmailDialog.__init__" ID="EmailDialog.__init__"></a> 154 <a NAME="EmailDialog.__init__" ID="EmailDialog.__init__"></a>
123 <h4>EmailDialog (Constructor)</h4> 155 <h4>EmailDialog (Constructor)</h4>
124 <b>EmailDialog</b>(<i>mode="bug", parent=None</i>) 156 <b>EmailDialog</b>(<i>mode="bug", parent=None</i>)
157
125 <p> 158 <p>
126 Constructor 159 Constructor
127 </p><dl> 160 </p>
161 <dl>
162
128 <dt><i>mode</i></dt> 163 <dt><i>mode</i></dt>
129 <dd> 164 <dd>
130 mode of this dialog (string, "bug" or "feature") 165 mode of this dialog (string, "bug" or "feature")
131 </dd><dt><i>parent</i></dt> 166 </dd>
167 <dt><i>parent</i></dt>
132 <dd> 168 <dd>
133 parent widget of this dialog (QWidget) 169 parent widget of this dialog (QWidget)
134 </dd> 170 </dd>
135 </dl><a NAME="EmailDialog.__createMultipartMail" ID="EmailDialog.__createMultipartMail"></a> 171 </dl>
172 <a NAME="EmailDialog.__createMultipartMail" ID="EmailDialog.__createMultipartMail"></a>
136 <h4>EmailDialog.__createMultipartMail</h4> 173 <h4>EmailDialog.__createMultipartMail</h4>
137 <b>__createMultipartMail</b>(<i></i>) 174 <b>__createMultipartMail</b>(<i></i>)
175
138 <p> 176 <p>
139 Private method to create a multipart mail message. 177 Private method to create a multipart mail message.
140 </p><dl> 178 </p>
179 <dl>
141 <dt>Returns:</dt> 180 <dt>Returns:</dt>
142 <dd> 181 <dd>
143 prepared mail message 182 prepared mail message
144 </dd> 183 </dd>
145 </dl><dl> 184 </dl>
185 <dl>
146 <dt>Return Type:</dt> 186 <dt>Return Type:</dt>
147 <dd> 187 <dd>
148 email.mime.text.MIMEMultipart 188 email.mime.text.MIMEMultipart
149 </dd> 189 </dd>
150 </dl><a NAME="EmailDialog.__createSimpleMail" ID="EmailDialog.__createSimpleMail"></a> 190 </dl>
191 <a NAME="EmailDialog.__createSimpleMail" ID="EmailDialog.__createSimpleMail"></a>
151 <h4>EmailDialog.__createSimpleMail</h4> 192 <h4>EmailDialog.__createSimpleMail</h4>
152 <b>__createSimpleMail</b>(<i></i>) 193 <b>__createSimpleMail</b>(<i></i>)
194
153 <p> 195 <p>
154 Private method to create a simple mail message. 196 Private method to create a simple mail message.
155 </p><dl> 197 </p>
198 <dl>
156 <dt>Returns:</dt> 199 <dt>Returns:</dt>
157 <dd> 200 <dd>
158 prepared mail message 201 prepared mail message
159 </dd> 202 </dd>
160 </dl><dl> 203 </dl>
204 <dl>
161 <dt>Return Type:</dt> 205 <dt>Return Type:</dt>
162 <dd> 206 <dd>
163 email.mime.text.MIMEText 207 email.mime.text.MIMEText
164 </dd> 208 </dd>
165 </dl><a NAME="EmailDialog.__deleteAttachedFiles" ID="EmailDialog.__deleteAttachedFiles"></a> 209 </dl>
210 <a NAME="EmailDialog.__deleteAttachedFiles" ID="EmailDialog.__deleteAttachedFiles"></a>
166 <h4>EmailDialog.__deleteAttachedFiles</h4> 211 <h4>EmailDialog.__deleteAttachedFiles</h4>
167 <b>__deleteAttachedFiles</b>(<i></i>) 212 <b>__deleteAttachedFiles</b>(<i></i>)
213
168 <p> 214 <p>
169 Private method to delete attached files. 215 Private method to delete attached files.
170 </p><a NAME="EmailDialog.__encodedHeader" ID="EmailDialog.__encodedHeader"></a> 216 </p>
217 <a NAME="EmailDialog.__encodedHeader" ID="EmailDialog.__encodedHeader"></a>
171 <h4>EmailDialog.__encodedHeader</h4> 218 <h4>EmailDialog.__encodedHeader</h4>
172 <b>__encodedHeader</b>(<i>txt</i>) 219 <b>__encodedHeader</b>(<i>txt</i>)
220
173 <p> 221 <p>
174 Private method to create a correctly encoded mail header. 222 Private method to create a correctly encoded mail header.
175 </p><dl> 223 </p>
224 <dl>
225
176 <dt><i>txt</i></dt> 226 <dt><i>txt</i></dt>
177 <dd> 227 <dd>
178 header text to encode (string) 228 header text to encode (string)
179 </dd> 229 </dd>
180 </dl><dl> 230 </dl>
231 <dl>
181 <dt>Returns:</dt> 232 <dt>Returns:</dt>
182 <dd> 233 <dd>
183 encoded header (email.header.Header) 234 encoded header (email.header.Header)
184 </dd> 235 </dd>
185 </dl><a NAME="EmailDialog.__encodedText" ID="EmailDialog.__encodedText"></a> 236 </dl>
237 <a NAME="EmailDialog.__encodedText" ID="EmailDialog.__encodedText"></a>
186 <h4>EmailDialog.__encodedText</h4> 238 <h4>EmailDialog.__encodedText</h4>
187 <b>__encodedText</b>(<i>txt</i>) 239 <b>__encodedText</b>(<i>txt</i>)
240
188 <p> 241 <p>
189 Private method to create a MIMEText message with correct encoding. 242 Private method to create a MIMEText message with correct encoding.
190 </p><dl> 243 </p>
244 <dl>
245
191 <dt><i>txt</i></dt> 246 <dt><i>txt</i></dt>
192 <dd> 247 <dd>
193 text to be put into the MIMEText object (string) 248 text to be put into the MIMEText object (string)
194 </dd> 249 </dd>
195 </dl><dl> 250 </dl>
251 <dl>
196 <dt>Returns:</dt> 252 <dt>Returns:</dt>
197 <dd> 253 <dd>
198 MIMEText object 254 MIMEText object
199 </dd> 255 </dd>
200 </dl><a NAME="EmailDialog.__gmailSendResult" ID="EmailDialog.__gmailSendResult"></a> 256 </dl>
257 <a NAME="EmailDialog.__gmailSendResult" ID="EmailDialog.__gmailSendResult"></a>
201 <h4>EmailDialog.__gmailSendResult</h4> 258 <h4>EmailDialog.__gmailSendResult</h4>
202 <b>__gmailSendResult</b>(<i>ok, message</i>) 259 <b>__gmailSendResult</b>(<i>ok, message</i>)
260
203 <p> 261 <p>
204 Private slot handling the send result reported by the Google Mail 262 Private slot handling the send result reported by the Google Mail
205 interface. 263 interface.
206 </p><dl> 264 </p>
265 <dl>
266
207 <dt><i>ok</i> (bool)</dt> 267 <dt><i>ok</i> (bool)</dt>
208 <dd> 268 <dd>
209 flag indicating success 269 flag indicating success
210 </dd><dt><i>message</i> (str)</dt> 270 </dd>
271 <dt><i>message</i> (str)</dt>
211 <dd> 272 <dd>
212 message from the interface 273 message from the interface
213 </dd> 274 </dd>
214 </dl><a NAME="EmailDialog.__sendmail" ID="EmailDialog.__sendmail"></a> 275 </dl>
276 <a NAME="EmailDialog.__sendmail" ID="EmailDialog.__sendmail"></a>
215 <h4>EmailDialog.__sendmail</h4> 277 <h4>EmailDialog.__sendmail</h4>
216 <b>__sendmail</b>(<i>msg</i>) 278 <b>__sendmail</b>(<i>msg</i>)
279
217 <p> 280 <p>
218 Private method to actually send the message. 281 Private method to actually send the message.
219 </p><dl> 282 </p>
283 <dl>
284
220 <dt><i>msg</i></dt> 285 <dt><i>msg</i></dt>
221 <dd> 286 <dd>
222 the message to be sent (string) 287 the message to be sent (string)
223 </dd> 288 </dd>
224 </dl><dl> 289 </dl>
290 <dl>
225 <dt>Returns:</dt> 291 <dt>Returns:</dt>
226 <dd> 292 <dd>
227 flag indicating success (boolean) 293 flag indicating success (boolean)
228 </dd> 294 </dd>
229 </dl><a NAME="EmailDialog.__sendmailGoogle" ID="EmailDialog.__sendmailGoogle"></a> 295 </dl>
296 <a NAME="EmailDialog.__sendmailGoogle" ID="EmailDialog.__sendmailGoogle"></a>
230 <h4>EmailDialog.__sendmailGoogle</h4> 297 <h4>EmailDialog.__sendmailGoogle</h4>
231 <b>__sendmailGoogle</b>(<i>msg</i>) 298 <b>__sendmailGoogle</b>(<i>msg</i>)
299
232 <p> 300 <p>
233 Private method to actually send the message via Google Mail. 301 Private method to actually send the message via Google Mail.
234 </p><dl> 302 </p>
303 <dl>
304
235 <dt><i>msg</i> (email.mime.text.MIMEBase)</dt> 305 <dt><i>msg</i> (email.mime.text.MIMEBase)</dt>
236 <dd> 306 <dd>
237 email message to be sent 307 email message to be sent
238 </dd> 308 </dd>
239 </dl><a NAME="EmailDialog.attachFile" ID="EmailDialog.attachFile"></a> 309 </dl>
310 <a NAME="EmailDialog.attachFile" ID="EmailDialog.attachFile"></a>
240 <h4>EmailDialog.attachFile</h4> 311 <h4>EmailDialog.attachFile</h4>
241 <b>attachFile</b>(<i>fname, deleteFile</i>) 312 <b>attachFile</b>(<i>fname, deleteFile</i>)
313
242 <p> 314 <p>
243 Public method to add an attachment. 315 Public method to add an attachment.
244 </p><dl> 316 </p>
317 <dl>
318
245 <dt><i>fname</i></dt> 319 <dt><i>fname</i></dt>
246 <dd> 320 <dd>
247 name of the file to be attached (string) 321 name of the file to be attached (string)
248 </dd><dt><i>deleteFile</i></dt> 322 </dd>
323 <dt><i>deleteFile</i></dt>
249 <dd> 324 <dd>
250 flag indicating to delete the file after it has 325 flag indicating to delete the file after it has
251 been sent (boolean) 326 been sent (boolean)
252 </dd> 327 </dd>
253 </dl><a NAME="EmailDialog.keyPressEvent" ID="EmailDialog.keyPressEvent"></a> 328 </dl>
329 <a NAME="EmailDialog.keyPressEvent" ID="EmailDialog.keyPressEvent"></a>
254 <h4>EmailDialog.keyPressEvent</h4> 330 <h4>EmailDialog.keyPressEvent</h4>
255 <b>keyPressEvent</b>(<i>ev</i>) 331 <b>keyPressEvent</b>(<i>ev</i>)
332
256 <p> 333 <p>
257 Protected method to handle the user pressing the escape key. 334 Protected method to handle the user pressing the escape key.
258 </p><dl> 335 </p>
336 <dl>
337
259 <dt><i>ev</i></dt> 338 <dt><i>ev</i></dt>
260 <dd> 339 <dd>
261 key event (QKeyEvent) 340 key event (QKeyEvent)
262 </dd> 341 </dd>
263 </dl><a NAME="EmailDialog.on_addButton_clicked" ID="EmailDialog.on_addButton_clicked"></a> 342 </dl>
343 <a NAME="EmailDialog.on_addButton_clicked" ID="EmailDialog.on_addButton_clicked"></a>
264 <h4>EmailDialog.on_addButton_clicked</h4> 344 <h4>EmailDialog.on_addButton_clicked</h4>
265 <b>on_addButton_clicked</b>(<i></i>) 345 <b>on_addButton_clicked</b>(<i></i>)
346
266 <p> 347 <p>
267 Private slot to handle the Add... button. 348 Private slot to handle the Add... button.
268 </p><a NAME="EmailDialog.on_buttonBox_clicked" ID="EmailDialog.on_buttonBox_clicked"></a> 349 </p>
350 <a NAME="EmailDialog.on_buttonBox_clicked" ID="EmailDialog.on_buttonBox_clicked"></a>
269 <h4>EmailDialog.on_buttonBox_clicked</h4> 351 <h4>EmailDialog.on_buttonBox_clicked</h4>
270 <b>on_buttonBox_clicked</b>(<i>button</i>) 352 <b>on_buttonBox_clicked</b>(<i>button</i>)
353
271 <p> 354 <p>
272 Private slot called by a button of the button box clicked. 355 Private slot called by a button of the button box clicked.
273 </p><dl> 356 </p>
357 <dl>
358
274 <dt><i>button</i></dt> 359 <dt><i>button</i></dt>
275 <dd> 360 <dd>
276 button that was clicked (QAbstractButton) 361 button that was clicked (QAbstractButton)
277 </dd> 362 </dd>
278 </dl><a NAME="EmailDialog.on_buttonBox_rejected" ID="EmailDialog.on_buttonBox_rejected"></a> 363 </dl>
364 <a NAME="EmailDialog.on_buttonBox_rejected" ID="EmailDialog.on_buttonBox_rejected"></a>
279 <h4>EmailDialog.on_buttonBox_rejected</h4> 365 <h4>EmailDialog.on_buttonBox_rejected</h4>
280 <b>on_buttonBox_rejected</b>(<i></i>) 366 <b>on_buttonBox_rejected</b>(<i></i>)
367
281 <p> 368 <p>
282 Private slot to handle the rejected signal of the button box. 369 Private slot to handle the rejected signal of the button box.
283 </p><a NAME="EmailDialog.on_deleteButton_clicked" ID="EmailDialog.on_deleteButton_clicked"></a> 370 </p>
371 <a NAME="EmailDialog.on_deleteButton_clicked" ID="EmailDialog.on_deleteButton_clicked"></a>
284 <h4>EmailDialog.on_deleteButton_clicked</h4> 372 <h4>EmailDialog.on_deleteButton_clicked</h4>
285 <b>on_deleteButton_clicked</b>(<i></i>) 373 <b>on_deleteButton_clicked</b>(<i></i>)
374
286 <p> 375 <p>
287 Private slot to handle the Delete button. 376 Private slot to handle the Delete button.
288 </p><a NAME="EmailDialog.on_googleHelpButton_clicked" ID="EmailDialog.on_googleHelpButton_clicked"></a> 377 </p>
378 <a NAME="EmailDialog.on_googleHelpButton_clicked" ID="EmailDialog.on_googleHelpButton_clicked"></a>
289 <h4>EmailDialog.on_googleHelpButton_clicked</h4> 379 <h4>EmailDialog.on_googleHelpButton_clicked</h4>
290 <b>on_googleHelpButton_clicked</b>(<i></i>) 380 <b>on_googleHelpButton_clicked</b>(<i></i>)
381
291 <p> 382 <p>
292 Private slot to show some help text "how to turn on the Gmail API". 383 Private slot to show some help text "how to turn on the Gmail API".
293 </p><a NAME="EmailDialog.on_message_textChanged" ID="EmailDialog.on_message_textChanged"></a> 384 </p>
385 <a NAME="EmailDialog.on_message_textChanged" ID="EmailDialog.on_message_textChanged"></a>
294 <h4>EmailDialog.on_message_textChanged</h4> 386 <h4>EmailDialog.on_message_textChanged</h4>
295 <b>on_message_textChanged</b>(<i></i>) 387 <b>on_message_textChanged</b>(<i></i>)
388
296 <p> 389 <p>
297 Private slot to handle the textChanged signal of the message edit. 390 Private slot to handle the textChanged signal of the message edit.
298 </p><a NAME="EmailDialog.on_sendButton_clicked" ID="EmailDialog.on_sendButton_clicked"></a> 391 </p>
392 <a NAME="EmailDialog.on_sendButton_clicked" ID="EmailDialog.on_sendButton_clicked"></a>
299 <h4>EmailDialog.on_sendButton_clicked</h4> 393 <h4>EmailDialog.on_sendButton_clicked</h4>
300 <b>on_sendButton_clicked</b>(<i></i>) 394 <b>on_sendButton_clicked</b>(<i></i>)
395
301 <p> 396 <p>
302 Private slot to send the email message. 397 Private slot to send the email message.
303 </p><a NAME="EmailDialog.on_subject_textChanged" ID="EmailDialog.on_subject_textChanged"></a> 398 </p>
399 <a NAME="EmailDialog.on_subject_textChanged" ID="EmailDialog.on_subject_textChanged"></a>
304 <h4>EmailDialog.on_subject_textChanged</h4> 400 <h4>EmailDialog.on_subject_textChanged</h4>
305 <b>on_subject_textChanged</b>(<i>txt</i>) 401 <b>on_subject_textChanged</b>(<i>txt</i>)
402
306 <p> 403 <p>
307 Private slot to handle the textChanged signal of the subject edit. 404 Private slot to handle the textChanged signal of the subject edit.
308 </p><dl> 405 </p>
406 <dl>
407
309 <dt><i>txt</i></dt> 408 <dt><i>txt</i></dt>
310 <dd> 409 <dd>
311 changed text (string) 410 changed text (string)
312 </dd> 411 </dd>
313 </dl> 412 </dl>

eric ide

mercurial