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. The borders of the tabWidget does not appear appropriately.
Qt 6.11 is out! See what's new in the release blog

The borders of the tabWidget does not appear appropriately.

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 1.0k 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.
  • P Offline
    P Offline
    Prmego
    wrote on last edited by Prmego
    #1

    Look at the following picture and you will understand what I want:

    screenShot

    How to make the right and bottom borders to be hidden as in the left border?

    D 1 Reply Last reply
    0
    • P Prmego

      Look at the following picture and you will understand what I want:

      screenShot

      How to make the right and bottom borders to be hidden as in the left border?

      D Offline
      D Offline
      Devopia53
      wrote on last edited by Devopia53
      #2

      @Prmego

      You can set the tab widget frame style using stylesheet. like this:

      QTabWidget::pane {
      border-top: 1px solid #C2C7CB;;
      }
      
      P 1 Reply Last reply
      0
      • D Devopia53

        @Prmego

        You can set the tab widget frame style using stylesheet. like this:

        QTabWidget::pane {
        border-top: 1px solid #C2C7CB;;
        }
        
        P Offline
        P Offline
        Prmego
        wrote on last edited by Prmego
        #3

        @Devopia53

        Thank you.
        But in the original form when selecting a tab you'll notice that its bottom border become hidden, while, after modification not.

        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