Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interesting changes in Qt 6.0/.1/.2/.3 #7756

Open
The-Compiler opened this issue Jun 25, 2023 · 0 comments
Open

Interesting changes in Qt 6.0/.1/.2/.3 #7756

The-Compiler opened this issue Jun 25, 2023 · 0 comments
Labels
component: QtWebEngine Issues related to the QtWebEngine backend, based on Chromium. qt: 6 Issues related to Qt 6.

Comments

@The-Compiler
Copy link
Member

The-Compiler commented Jun 25, 2023

Moved from #7202

Remaining API changes overview

  • QWebEngineDownloadItem renamed to QWebEngineDownloadRequest
    • More signals we could potentially use?
    • finished signal renamed to isFinishedChanged
  • QWebEngineHistory changed, now has a QWebEngineHistoryModel?
  • QWebEnginePage changes
    • QWebEnginePage::FileSelectionMode::FileSelectUploadFolder
    • New navigationRequested signal, emitting QWebEngineNavigationRequest (new class)
    • New newWindowRequested signal, emitting QWebEngineNewWindowRequest (new class)
    • New loadingChanged signal, emitting QWebEngineLoadingInfo (new class)
  • QWebEngineScript changes
    • isNull() removed
    • New sourceUrl() and setSourceUrl()
  • QWebEngineSettings changes
    • globalSettings() moved (?)
    • New setParentSettings
@The-Compiler The-Compiler added component: QtWebEngine Issues related to the QtWebEngine backend, based on Chromium. qt: 6 Issues related to Qt 6. labels Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: QtWebEngine Issues related to the QtWebEngine backend, based on Chromium. qt: 6 Issues related to Qt 6.
Projects
None yet
Development

No branches or pull requests

1 participant