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. what is the strange mark in left side of tabbar in qtabwidget when many tabs opened
Forum Updated to NodeBB v4.3 + New Features

what is the strange mark in left side of tabbar in qtabwidget when many tabs opened

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 2 Posters 398 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.
  • A Offline
    A Offline
    abiabi
    wrote on last edited by abiabi
    #1

    when tabbar become scrollable (many tabs are created and not fit in screen)
    it shows a strange mark on left end side of tabbar,

    what is this how to hide it.two arrows like mark
    323165f7-3fbb-490f-9049-2c6fc6d2bb5e-image.png

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

      You might be able to do that with style sheets but you will have to fully customize it if you want to keep the native look and feel.

      Otherwise check the low level code and create your own proxy style.

      That said, beware of this kind of modification, your users might think your application is broken since it won't follow the system guidelines.

      By the way, which OS are you on ?

      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
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        Isn't that the indicator that there are more tabs underneath since not all can be shown at the same time ?

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

        A 1 Reply Last reply
        2
        • SGaistS SGaist

          Hi,

          Isn't that the indicator that there are more tabs underneath since not all can be shown at the same time ?

          A Offline
          A Offline
          abiabi
          wrote on last edited by abiabi
          #3

          @SGaist yeah me too think so but i want to hide it .
          because it is not visualy good, i searched google and also asked to ai but found no documenattion about it.

          iam changing appearence of tab bar so i want to hide it.

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

            You might be able to do that with style sheets but you will have to fully customize it if you want to keep the native look and feel.

            Otherwise check the low level code and create your own proxy style.

            That said, beware of this kind of modification, your users might think your application is broken since it won't follow the system guidelines.

            By the way, which OS are you on ?

            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
            1
            • A Offline
              A Offline
              abiabi
              wrote on last edited by
              #5

              thanks man .i got it. iam using windows. it worked perfectly.

              QTabBar::tear {
                  image: none;
              }
              
              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #6

                Good, in that case, please mark the thread as solved using the topic tools button or the three dotted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)

                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
                • A abiabi has marked this topic as solved on

                • Login

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