Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qss style override AutoRaise property on QToolButton

Qss style override AutoRaise property on QToolButton

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 991 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.
  • K Offline
    K Offline
    Kobid
    wrote on last edited by
    #1

    Hi,

    I'm creating global QSS style for my application. I have style for QToolButton widget. So it is :

    @QToolButton{
    }

    QToolButton:hover {
    }

    QToolButton:pressed {
    }@

    The problem is that some of my QToolButtons have AutoRise property set to True and after apply this style they look like without this property (they have border and background). Is exist some trick for that?

    Regards

    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