Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QSS and QWebView
Forum Updated to NodeBB v4.3 + New Features

QSS and QWebView

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 1.3k Views 1 Watching
  • 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 Offline
    B Offline
    brcontainer
    wrote on last edited by
    #1

    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
    0

    • Login

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