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부터 더 이상 사용되지 않습니다. 새 코드에서 사용하지 않는 것이 좋습니다.

속성

공공 기능

QUrl origin() const
qint64 requestedSize() const

상세 설명

호스트 할당량 요청은 더 이상 크롬에서 지원되지 않습니다.

navigator.webkitPersistentStorage의 동작은 navigator.webkitTemporaryStorage와 동일합니다.

자세한 내용은 https://crbug.com/1233525 을 참조하세요.

속성 문서

[read-only] origin : const QUrl

기능에 액세스합니다:

QUrl origin() const

[read-only] requestedSize : const qint64

기능에 액세스합니다:

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.