QWebEngineQuotaRequest Class
헤더: | #include <QWebEngineQuotaRequest> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WebEngineCore) target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore) |
qmake: | QT += webenginecore |
QML에서: | QuotaRequest |
상태: | 6.5부터 폐지됨 |
이 클래스는 6.5부터 더 이상 사용되지 않습니다. 새 코드에서 사용하지 않는 것이 좋습니다.
속성
- origin : const QUrl
- requestedSize : const qint64
공공 기능
QUrl | origin() const |
qint64 | requestedSize() const |
© 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.