Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How to embed Qt Quick controls

$
0
0
WOW, the MFC Hell!! :D:D Anyway, the simplest way to gat what you want is to use a TabView. For example  Column {         id: myColumn         spacing: 6           anchors.centerIn: parent         Label {             id: myLabel             y: 47             text: "My Label"             anchors.left: parent.left         }           TabView {             id: tabView               Tab {                 id: tab1                 title: "Tab1"             }               Tab {                 id: tab2                 title: "Tab2"             }           } Hi, yes its a simple way to do. Thanks for your help.

Viewing all articles
Browse latest Browse all 4972

Trending Articles