Files
qt-creator/doc/snippets/qml/quick-scalable-image.qml
David Boddie a20cd34863 Updated the configuration files to use the updated qdoc.
Updated qdoc to remove hard-coded dependencies on style sheets.
Simplified the offline documentation, introducing an offline.css
file to be used for documentation in Qt Creator.
2011-02-11 08:40:55 +01:00

9 lines
176 B
QML

Item {
//! [properties and signal definitions]
property string text: ""
property int fontSize: 44
signal clicked
//! [properties and signal definitions]
}