diff --git a/declarativeimports/plasmacomponents/qml/ToolBar.qml b/declarativeimports/plasmacomponents/qml/ToolBar.qml index 5674b5f50..ea4729bb9 100644 --- a/declarativeimports/plasmacomponents/qml/ToolBar.qml +++ b/declarativeimports/plasmacomponents/qml/ToolBar.qml @@ -17,6 +17,30 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/**Documentanted API +Inherits: + PlasmaCore.FrameSvgItem + +Imports: + QtQuick 1.1 + org.kde.plasma.core + +Description: + A plasma theme based toolbar. + +Properties: + + Item tools: + The current set of tools; null if none. + + string transition: + The transition type. One of the following: + set an instantaneous change (default) + push follows page stack push animation + pop follows page stack pop animation + replace follows page stack replace animation +**/ + import QtQuick 1.1 import org.kde.plasma.core 0.1 as PlasmaCore