Add some documentation to IconLoader.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-10-31 06:48:42 +02:00
parent 5c2b72ab45
commit 0260aa98ea

View File

@ -21,6 +21,26 @@ import QtQuick 1.1
import org.kde.plasma.core 0.1 as PlasmaCore
import org.kde.qtextracomponents 0.1
/**Documentanted API
Inherits:
Item
Imports:
QtQuick 1.1
org.kde.plasma.core
org.kde.qtextracomponents
Description:
TODO i need more info here
Properties:
bool valid:
Returns if the icon is valid or not.
string source:
Returns the dir,in which the icon exists.
**/
Item {
id: root
@ -65,7 +85,7 @@ Item {
anchors.fill: parent
}
}
Component {
id: iconComponent