Qt Quick Dialogs
Qt Quick Dialogs モジュールを使うと、QML からシステムダイアログを作成し、操作することができます。このモジュールは Qt 6.2 で導入されました。
モジュールを使う
このモジュールの QML タイプはQtQuick.Dialogs import から利用できます。この型を使用するには、.qml ファイルに以下の import 文を追加してください:
import QtQuick.Dialogs
参照
関連モジュール
ライセンスと帰属
Qt Quick Dialogs は、The Qt Companyの商用ライセンスの下で利用可能です。また、GNU Lesser General Public License, version 3 またはGNU General Public License, version 2 の下でも利用可能です。詳細はQt ライセンスを参照してください。
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.