MQWidget.Dialog class

ダイアログクラス。

継承クラス: MQWidget.WidgetBase - MQWidget.WindowBase

Method

Member Description
Dialog コンストラクタ。
execute ダイアログを表示します。
close ダイアログを閉じます。

Dialog([parent])

コンストラクタ。

引数:
MQWidget.WindowBase parent - 親ウィンドウ

execute

ダイアログを表示します。

戻り値:
string - 結果
[ok] OK
[cancel] キャンセル
[yes] はい
[no] いいえ
[all] すべて

close([result])

ダイアログを閉じます。

引数:
string result - 結果
[ok] OK
[cancel] キャンセル
[yes] はい
[no] いいえ
[all] すべて