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も参照して ください。

プロパティ Documentation

description : string [read-only]

このプロパティは参照されるウィンドウの説明を保持する。


isValid : string [read-only]

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

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


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