Fluid
Loading...
Searching...
No Matches
TabbedPage Class Reference

Page with tabs. More...

Inheritance diagram for TabbedPage:
Inheritance graph
[legend]
Collaboration diagram for TabbedPage:
Collaboration graph
[legend]

Detailed Description

Page with tabs.

import QtQuick 2.10
import Fluid.Controls 1.0 as FluidControls
Fluid.ApplicationWindow {
title: "Application Name"
width: 1024
height: 800
visible: true
initialPage: Fluid.TabbedPage {
Fluid.Tab {
title: "Tab 1"
anchors.centerIn: parent
text: "Hello World!"
}
}
Fluid.Tab {
title: "Tab 2"
anchors.centerIn: parent
text: "Hello World!"
}
}
}
}
Definition Label.qml:15

The documentation for this class was generated from the following file: