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. How to set the Stylesheet for the QSpacerItem?
QtWS25 Last Chance

How to set the Stylesheet for the QSpacerItem?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 3.2k 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.
  • J Offline
    J Offline
    JoyRider
    wrote on last edited by
    #1

    Can anyone please tell me how to set the Stylesheet for the QSpacerItem ? AFAIK, QSpacerItem doesn't have this setStylesheet function. Please suggest...

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Indeed you can't, QSpacerItem is not a widget. Why would you need to do that ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • J Offline
        J Offline
        JoyRider
        wrote on last edited by
        #3

        I have few PushButtons, When I click/hover on first PushButton then i add a QSpacerItem between the first two PushButtons. Same like, if I click on the second PushButton, then I add a QSpacerItem between the second and Third PushButtons. I set the background of the Widget as Black in color. But when i add these QSpacerItem, then the color of the spacer item didn't changes.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Does it stay out of color if you hide/show this widget ?

          On a related note, you can use the add/insert Spacing/Stretch functions to do that

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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