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.
This commit is contained in:
David Boddie
2010-12-17 20:21:27 +01:00
committed by hjk
parent a89bac3c3c
commit a20cd34863
21 changed files with 1764 additions and 899 deletions

View File

@@ -0,0 +1,8 @@
Item {
//! [properties and signal definitions]
property string text: ""
property int fontSize: 44
signal clicked
//! [properties and signal definitions]
}