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++
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 264 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 26 Jun 2020, 06:17 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

    1/1

    26 Jun 2020, 06:17

    • Login

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