Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QSS and QWebView

    Qt WebKit
    1
    1
    1240
    Loading More Posts
    • 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.
    • B
      brcontainer last edited by

      It is possible to customize the elements in the WebView using QSS?

      I'm trying to modify the style of the QComboBox is that the QWebView, but has no effect.

      I could only change the selector QAbstractItemView{}.

      I tried the following but did not work:
      @ QComboBox { ... }
      QComboBox::item { ... }

      QListView { ... }
      QListView::item { ... }
      
      QAbstractItemView { ... }
      QAbstractItemView::item { ... }
      
      QAbstractScrollArea { ... }
      QAbstractScrollArea::item { ... }
      
      QComboBox::drop-down { ... }
      
      QComboBox::drop-down:button { ... }@
      

      QT project: https://github.com/brcontainer/qt-helper

      1 Reply Last reply Reply Quote 0
      • First post
        Last post