Qt Quick Dialogs QML Types
Qt Quick Dialogs 모듈을 사용하면 QML에서 시스템 대화 상자를 만들고 상호 작용할 수 있습니다. 이 모듈은 Qt 6.2에 도입되었습니다.
QML 유형은 .qml
파일에서 다음 import 문을 사용하여 애플리케이션으로 가져올 수 있습니다:
import QtQuick.Dialogs
QML 유형
컬러 대화 상자 | |
네이티브 대화 상자의 베이스 클래스 | |
파일 대화상자 | |
기본 폴더 대화 상자 | |
글꼴 대화상자 | |
메시지 대화 상자 |
© 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.