Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. German
  4. Rectangle mit einem Gitter versehen und innen drin mehrere Tabbutton (qml)

Rectangle mit einem Gitter versehen und innen drin mehrere Tabbutton (qml)

Scheduled Pinned Locked Moved Unsolved German
1 Posts 1 Posters 327 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.
  • G Offline
    G Offline
    Galilio
    wrote on last edited by
    #1

    Hallo Zusammen,

    wie kann ich so was (sehe bitte Anhang) in qml programmieren?
    2020-09-08_14h48_49.png
    folgende habe ich versucht:

    Rectangle {
    	width:rooId.width
    	height: 600
    	x:20
    	color: "blue" 
    
    	TabBar {
    		width: parent.width
    		spacing: 10
    		background: Rectangle {
    			color: "#5894CE"
    		}
    		
    		TabButton {
    			text: "Home"
    			height: 120
    		}
    		TabButton {
    			text: "Discover"
    			height: 120
    		}
    		TabButton {
    			text: "Activity"
    			height: 120
    
    		}
    		TabButton {
    			text: "Fourth"
    			height: 120
    		}
    	}
    }
    

    danke

    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