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. hover stylesheet works for Linux but fails for Windows
Forum Updated to NodeBB v4.3 + New Features

hover stylesheet works for Linux but fails for Windows

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

    As in the topic, all works fine if I set the stylesheet in mainWindow in linux binary and linux qt-creator preview.

    In windows i only get the passive.png but no hover

    QSplitter::handle:horizontal {
                    image: url(:/common_images/vsplitter_10_passive.png);
                   }
    QSplitter::handle:horizontal:hover {
                    image: url(:/common_images/vsplitter_10.png);
    				border-radius : 4px;
    				padding: 0;
    				border: 1px;
                   }
    QSplitter::handle:vertical {
                    image: url(:/common_images/hsplitter_10_passive.png);
                   }
    QSplitter::handle:vertical:hover {
                    image: url(:/common_images/hsplitter_10.png);
    				border-radius : 4px;
    				padding: 0;
    				border: 1px;
                   }
    
    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