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. MenuBar action buttons sprite on push/hover
Forum Updated to NodeBB v4.3 + New Features

MenuBar action buttons sprite on push/hover

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

    does anybody know why this style sheet doesn't change my menubar sprite when I push it?

    QMenuBar#menuBar:hover {
    	boder-image: url(panel2_Push.png);
    	boder-top: 2px;
    	boder-right: 2px;
    	boder-bottom: 2px;
    	boder-left: 2px;
    }
    

    EDIT: I still need this..
    basically my QMenuBar is styled fine except when I push the buttons.
    then they default to the normal pressed style.

    This might be a bug because when I style the QMenu I don't have this problem.

    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