Qt Quick Dialogs QML Types

Qt Quick Dialogs モジュールは、QML からシステムダイアログを作成し、操作することができます。このモジュールは Qt 6.2 で導入されました。

QMLの型は、.qml ファイル中の以下のimport文を使ってアプリケーションにインポートすることができます:

import QtQuick.Dialogs

QML タイプ

ColorDialog

カラーダイアログ

Dialog

ネイティブダイアログの基本クラス

FileDialog

ファイルダイアログ

FolderDialog

ネイティブフォルダダイアログ

FontDialog

フォントダイアログ

MessageDialog

メッセージダイアログ

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