41 <td><a href="#information">information</a></td> |
41 <td><a href="#information">information</a></td> |
42 <td>Function to show a modal information message box.</td> |
42 <td>Function to show a modal information message box.</td> |
43 </tr> |
43 </tr> |
44 <tr> |
44 <tr> |
45 <td><a href="#okToClearData">okToClearData</a></td> |
45 <td><a href="#okToClearData">okToClearData</a></td> |
46 <td>Function to show a model message box to ask for clearing the data.</td> |
46 <td>Function to show a modal message box to ask for clearing the data.</td> |
47 </tr> |
47 </tr> |
48 <tr> |
48 <tr> |
49 <td><a href="#question">question</a></td> |
49 <td><a href="#question">question</a></td> |
50 <td>Function to show a modal question message box.</td> |
50 <td>Function to show a modal question message box.</td> |
51 </tr> |
51 </tr> |
268 <a NAME="okToClearData" ID="okToClearData"></a> |
268 <a NAME="okToClearData" ID="okToClearData"></a> |
269 <h2>okToClearData</h2> |
269 <h2>okToClearData</h2> |
270 <b>okToClearData</b>(<i>parent, title, text, saveFunc, textFormat=Qt.TextFormat.AutoText</i>) |
270 <b>okToClearData</b>(<i>parent, title, text, saveFunc, textFormat=Qt.TextFormat.AutoText</i>) |
271 |
271 |
272 <p> |
272 <p> |
273 Function to show a model message box to ask for clearing the data. |
273 Function to show a modal message box to ask for clearing the data. |
274 </p> |
274 </p> |
275 <dl> |
275 <dl> |
276 |
276 |
277 <dt><i>parent</i></dt> |
277 <dt><i>parent</i></dt> |
278 <dd> |
278 <dd> |