h = helpdlg()
h = helpdlg(text_help)
h = helpdlg(text_help, title)
h = helpdlg(text_help, title, 'on')
| Paramètre | Description |
|---|---|
| text_help | a string or a cell of string: the help message. |
| title | a string: the title of the dialog box. |
| Paramètre | Description |
|---|---|
| h | a QObject handle. |
helpdlg crée une boîte de dialogue d'aide.
h = helpdlg(text_help, title, 'on') indique si une boîte de dialogue existante portant le même nom doit être remplacée.
h = helpdlg()
h = helpdlg('help string')
h = helpdlg('help string', 'dialog title')
h = helpdlg('help string', 'dialog title')
h = helpdlg('help string', 'dialog title', 'on')
| Version | Description |
|---|---|
| 1.0.0 | version initiale |