Qt Quick ダイアログ

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 ライセンスをご覧ください。

© 2025 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.