add some more docu in the TabBar.qml
This commit is contained in:
parent
9c8ecc1462
commit
a6defc7f6d
@ -49,15 +49,19 @@ Imports:
|
|||||||
org.kde.plasma.core
|
org.kde.plasma.core
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
TODO
|
TabBar is a plasma themed component that you can
|
||||||
|
use as a container for the tab buttons.
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
Item currentItem:
|
Item currentTab:
|
||||||
Returns the current item of the tabbar.
|
Returns the current tabbar button.
|
||||||
|
|
||||||
default alias content: tabBarLayout.data
|
default alias content:
|
||||||
|
This property represends the the content of
|
||||||
|
the TabBarLayout.
|
||||||
|
|
||||||
property alias layout: tabBarLayout
|
property alias layout: tabBarLayout
|
||||||
|
This is an alias for the layout of the tabbar.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
import QtQuick 1.1
|
import QtQuick 1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user