From 714a957a9144e6c4189dacf96132cf01bf9350e8 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 9 Nov 2009 14:09:14 +1000 Subject: Doc --- doc/src/declarative/tutorial2.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/declarative/tutorial2.qdoc b/doc/src/declarative/tutorial2.qdoc index ac63d9b..b198bc5 100644 --- a/doc/src/declarative/tutorial2.qdoc +++ b/doc/src/declarative/tutorial2.qdoc @@ -11,6 +11,7 @@ To avoid writing the same code multiple times, we first create a new \c Cell com A component provides a way of defining a new type that we can re-use in other QML files. A QML component is like a black-box and interacts with the outside world through properties, signals and slots and is generally defined in its own QML file (for more details, see \l components). +The component's filename must always start with a capital letter. Here is the QML code for \c Cell.qml: -- cgit v0.12