이 페이지에서

CapturableWindow QML Value Type

CapturableWindow 유형은 WindowCapture 을 통해 캡처할 수 있는 기본 창을 가져오는 데 사용됩니다. 더 보기...

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

속성

상세 설명

이 클래스에는 매번 실제 창 상태를 가져오는 'isValid' 속성을 제외한 창 정보 덤프가 포함되어 있습니다.

Window애플리케이션 개발자는 WindowCapture 의 'window' 속성에 QML 창을 전달하여 이를 활용할 수 있습니다. 다음 예시를 참조하세요.

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.