Qt Labs Platform QML Types

experimental Qt Labs Platformモジュールは、ネイティブプラットフォーム拡張のためのQML型を提供します。これらのQML型は Qt QuickおよびQt Quick コントロールと連携して動作します。

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

import Qt.labs.platform

QML タイプ

ColorDialog

ネイティブカラーダイアログ

Dialog

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

FileDialog

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

FolderDialog

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

FontDialog

ネイティブフォントダイアログ

Menu

ネイティブメニュー

MenuBar

ネイティブメニューバー

MenuItem

ネイティブメニュー項目

MenuItemGroup

ネイティブメニュー項目を管理するグループ

MenuSeparator

ネイティブメニューセパレータ

MessageDialog

ネイティブメッセージダイアログ

SystemTrayIcon

システムトレイアイコン

注意: Qt.labs モジュールの型は、将来のバージョンでも互換性が保たれることを保証するものではありません。

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