Improve TabBar documentation

This commit is contained in:
Carl Schwan 2021-03-21 19:55:22 +00:00
parent 3b0d926a95
commit fb5dcf1f47

View File

@ -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