このページでは

CapturableWindow QML Value Type

CapturableWindow型は、WindowCapture を介してキャプチャ可能なウィンドウの基本を取得するために使用されます。詳細...

Import Statement: import QtMultimedia
Since: Qt 6.6
In C++: QCapturableWindow

プロパティ

詳細説明

このクラスは実際のウィンドウの状態を毎回取得する 'isValid' プロパティを除いたウィンドウ情報のダンプを含んでいます。

Windowアプリケーション開発者はWindowCapture の 'window' プロパティに QML Window を渡すことで、この機能を利用することができます。

Window {
    id: topWindow

    WindowCapture {
        window: topWindow
    }
}

WindowCaptureも参照して ください。

プロパティ ドキュメント

description : string [read-only]

このプロパティはウィンドウの説明を保持する。ほとんどの場合、ウィンドウのタイトルを表します。

isValid : string [read-only]

このプロパティは、ウィンドウ情報が有効であるかどうかを識別する。

無効なウィンドウ情報は、存在しないウィンドウを指すか、または何も参照しない。

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