Add Documentation for the TabBar.qml
This commit is contained in:
parent
90875eb1ff
commit
7c6f4fa374
@ -40,6 +40,26 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
/**Documentanted API
|
||||||
|
Inherits:
|
||||||
|
DualStateButton
|
||||||
|
|
||||||
|
Imports:
|
||||||
|
QtQuick 1.0
|
||||||
|
org.kde.plasma.core
|
||||||
|
|
||||||
|
Description:
|
||||||
|
TODO
|
||||||
|
|
||||||
|
Properties:
|
||||||
|
Item currentItem:
|
||||||
|
Returns the current item of the tabbar.
|
||||||
|
|
||||||
|
default alias content: tabBarLayout.data
|
||||||
|
|
||||||
|
property alias layout: tabBarLayout
|
||||||
|
**/
|
||||||
|
|
||||||
import QtQuick 1.1
|
import QtQuick 1.1
|
||||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user