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. Mouse hover not working on tab widget in QT C++

Mouse hover not working on tab widget in QT C++

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 247 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.
  • I Offline
    I Offline
    Imran Hassan
    wrote on last edited by
    #1

    0

    I am working on GUI application in QT C++. I have a form with grid layout. One of the cell of grid filled with tab widget with some buttons, combo box and text boxes. All the widget in this tab are not working with mouse hover effect. I am using style sheet, I applied it one centeralwidget stylesheet and also for individual widgets to further verify but it is still not working. If I place button in grid other than tab than hover effect are working on that grid button but still not on tab button.

    QPushButton:hover { background-color: #66c011; }

    Other than hover like changing color, backgroundcolor and font are working fine.

    How this can be fixed. Any help will be appreciated.

    Best 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