Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Css transform property support for QWebEngineView
Forum Updated to NodeBB v4.3 + New Features

Css transform property support for QWebEngineView

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
1 Posts 1 Posters 522 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mHoud
    wrote on last edited by
    #1

    I am triying to develop a plugin for Qgis using Python bindings for Qt5. The plugin itself is mainly based on a QWebEngineView that displays a web application which itself uses webGL.
    Some HTML components uses the CSS property transform , for example "transform: perspective(356px) rotateX(60deg)".
    My first observation is that the components using transform are not rendering well and when i inspect QWebEngineView i can see that the css transform property is tagged as unknown property.
    My question is : Does QWebEngineView support the css property transform?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved