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. Remove the QStatusBar separator [SOLVED]
Forum Update on Monday, May 27th 2025

Remove the QStatusBar separator [SOLVED]

Scheduled Pinned Locked Moved General and Desktop
qstatusbar
6 Posts 3 Posters 3.8k 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.
  • Robey MardonR Offline
    Robey MardonR Offline
    Robey Mardon
    wrote on last edited by Robey Mardon
    #1

    Is there a way to remove the QStatusBar separator?

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

      Hi,

      What separator ?

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

      Robey MardonR 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        What separator ?

        Robey MardonR Offline
        Robey MardonR Offline
        Robey Mardon
        wrote on last edited by
        #3

        @SGaist Between the items.

        T 1 Reply Last reply
        0
        • Robey MardonR Robey Mardon

          @SGaist Between the items.

          T Offline
          T Offline
          tarod.net
          wrote on last edited by
          #4

          @Robey-Mardon If you have separators, it's because you inserted widgets to the QStatusBar, did you?

          I don't know if in your case you can apply my solution, but you can solve the problem adding the follwing to the applicaion stylesheet:

          QStatusBar::item {
              border: none;
          }
          

          "Individually, we are one drop. Together, we are an ocean."

          Robey MardonR 1 Reply Last reply
          1
          • T tarod.net

            @Robey-Mardon If you have separators, it's because you inserted widgets to the QStatusBar, did you?

            I don't know if in your case you can apply my solution, but you can solve the problem adding the follwing to the applicaion stylesheet:

            QStatusBar::item {
                border: none;
            }
            
            Robey MardonR Offline
            Robey MardonR Offline
            Robey Mardon
            wrote on last edited by
            #5

            @tarod.net Thank you ♥ - just wondering: Is there an alternative way?

            T 1 Reply Last reply
            0
            • Robey MardonR Robey Mardon

              @tarod.net Thank you ♥ - just wondering: Is there an alternative way?

              T Offline
              T Offline
              tarod.net
              wrote on last edited by
              #6

              @Robey-Mardon Mmm. I don't think so, but it'd be great if anyone find another solution.

              You're welcome!

              "Individually, we are one drop. Together, we are an ocean."

              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