Skip to content

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

@The-Compiler

Description

@The-Compiler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: QtWebEngineIssues related to the QtWebEngine backend, based on Chromium.qt: 6Issues related to Qt 6.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions