Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. in qml, how to remove tabbar bottom line

in qml, how to remove tabbar bottom line

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 704 Views 2 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.
  • F Offline
    F Offline
    flyzero
    wrote on last edited by
    #1

    截屏2020-02-27下午2.29.37.png

    TabBar {
            width: parent.width
            TabButton {
                text: "First"
                //width: implicitWidth
            }
            TabButton {
                text: "Second"
                //width: implicitWidth
            }
            TabButton {
                text: "Third"
                //width: implicitWidth
            }
        }
    
    1 Reply Last reply
    0
    • MarkkyboyM Offline
      MarkkyboyM Offline
      Markkyboy
      wrote on last edited by
      #2

      @flyzero

      If I run your code as it is, there is no bottom line of the tab bar. Perhaps to give us some more of your code so as to replicate what you show in your image.

      Don't just sit there standing around, pick up a shovel and sweep up!

      I live by the sea, not in it.

      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