ファイルを開くダイアログ。
継承クラス: MQWidget.FileDialogBase
| get | set | Type | Name | Description |
|---|---|---|---|---|
| o | o | bool | fileMustExist | 存在するファイルのみの選択可否 |
| o | o | bool | multiSelect | 複数選択 |
| Member | Description |
|---|---|
| OpenFileDialog | コンストラクタ。 |
| execute | ファイルダイアログを開きます。 |
| getFileNamesCount | 選択されたファイルの数を取得します |
| getFileNames | 複数選択されたファイルを取得します。 |
| OpenFileDialog(parent) | ||||
コンストラクタ。 | ||||
|
| execute | |||
ファイルダイアログを開きます。 | |||
|
| getFileNamesCount | |||
選択されたファイルの数を取得します | |||
|
| getFileNames(index) | ||||
複数選択されたファイルを取得します。 | ||||
| ||||
|