80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#EmailDialog.attachFile">attachFile</a></td> |
81 <td><a href="#EmailDialog.attachFile">attachFile</a></td> |
82 <td>Public method to add an attachment.</td> |
82 <td>Public method to add an attachment.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#EmailDialog.keyPressEvent">keyPressEvent</a></td> |
84 <td><a href="#EmailDialog.keyPressEvent">keyPressEvent</a></td> |
85 <td>Re-implemented to handle the user pressing the escape key.</td> |
85 <td>Protected method to handle the user pressing the escape key.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#EmailDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
87 <td><a href="#EmailDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
88 <td>Private slot to handle the Add...</td> |
88 <td>Private slot to handle the Add...</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#EmailDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
90 <td><a href="#EmailDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
204 </dd> |
204 </dd> |
205 </dl><a NAME="EmailDialog.keyPressEvent" ID="EmailDialog.keyPressEvent"></a> |
205 </dl><a NAME="EmailDialog.keyPressEvent" ID="EmailDialog.keyPressEvent"></a> |
206 <h4>EmailDialog.keyPressEvent</h4> |
206 <h4>EmailDialog.keyPressEvent</h4> |
207 <b>keyPressEvent</b>(<i>ev</i>) |
207 <b>keyPressEvent</b>(<i>ev</i>) |
208 <p> |
208 <p> |
209 Re-implemented to handle the user pressing the escape key. |
209 Protected method to handle the user pressing the escape key. |
210 </p><dl> |
210 </p><dl> |
211 <dt><i>ev</i></dt> |
211 <dt><i>ev</i></dt> |
212 <dd> |
212 <dd> |
213 key event (QKeyEvent) |
213 key event (QKeyEvent) |
214 </dd> |
214 </dd> |