add some more docu in the TabBar.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-12-23 15:38:47 +02:00
parent 9c8ecc1462
commit a6defc7f6d

View File

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