forked from qt-creator/qt-creator
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.
9 lines
176 B
QML
9 lines
176 B
QML
Item {
|
|
//! [properties and signal definitions]
|
|
property string text: ""
|
|
property int fontSize: 44
|
|
|
|
signal clicked
|
|
//! [properties and signal definitions]
|
|
}
|