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. Can stylesheet keywords on Windows and stylesheet keywords on Linux be different?
Forum Update on Monday, May 27th 2025

Can stylesheet keywords on Windows and stylesheet keywords on Linux be different?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 177 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
    IknowQT
    wrote on last edited by
    #1

    While applying the style sheet in Windows, I set background: none; to make the background color transparent. This worked well.
    I did background: none; in Linux as well, but I got a style sheet error, but Linux is applied as background: transparent; Am I mistaken? Or is Windows and Linux a little different?

    eyllanescE 1 Reply Last reply
    0
    • I IknowQT

      While applying the style sheet in Windows, I set background: none; to make the background color transparent. This worked well.
      I did background: none; in Linux as well, but I got a style sheet error, but Linux is applied as background: transparent; Am I mistaken? Or is Windows and Linux a little different?

      eyllanescE Offline
      eyllanescE Offline
      eyllanesc
      wrote on last edited by
      #2

      @IknowQT Are you getting an error from the QSS parse or not getting what you want? If it is the latter then it is within what is expected since obviously Qt tries to have a homogeneous API but it is not perfect, for example when some feature works in one OS but not in another, and for example that is the case of transparency.

      If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

      1 Reply Last reply
      1

      • Login

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