CapturableWindow QML Value Type
Der Typ CapturableWindow wird verwendet, um die Basis eines Fensters zu erhalten, das für die Erfassung über WindowCapture verfügbar ist. Mehr...
Import Statement: | import QtMultimedia |
Since: | Qt 6.6 |
In C++: | QCapturableWindow |
Eigenschaften
- description : string
- isValid : string
Detaillierte Beschreibung
Die Klasse enthält einen Speicherauszug von Fensterinformationen, mit Ausnahme der Eigenschaft 'isValid', die jedes Mal den aktuellen Fensterzustand abruft.
Siehe auch WindowCapture.
Eigenschaft Dokumentation
description : string |
Diese Eigenschaft enthält die Beschreibung des referenzierten Fensters.
isValid : string |
Diese Eigenschaft identifiziert, ob eine Fensterinformation gültig ist.
Eine ungültige Fensterinformation verweist auf ein nicht existierendes Fenster oder verweist auf gar kein Fenster.
© 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.