Improve TabBar documentation
This commit is contained in:
parent
3b0d926a95
commit
fb5dcf1f47
@ -21,13 +21,13 @@ import "private" as Private
|
|||||||
FocusScope {
|
FocusScope {
|
||||||
id: root
|
id: root
|
||||||
/**
|
/**
|
||||||
* type:list<Item>
|
* \property list<Item> TabBar::content
|
||||||
* The content of the TabBarLayout.
|
* The content of the TabBarLayout.
|
||||||
*/
|
*/
|
||||||
default property alias content: tabBarLayout.data
|
default property alias content: tabBarLayout.data
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* type:TabBarLayout
|
* \property TabBarLayout TabBar::tabBarLayout
|
||||||
* The layout of the TabBar.
|
* The layout of the TabBar.
|
||||||
*/
|
*/
|
||||||
property alias layout: tabBarLayout
|
property alias layout: tabBarLayout
|
||||||
|
Loading…
Reference in New Issue
Block a user