summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qml-examples.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/qml-examples.qdoc')
-rw-r--r--doc/src/examples/qml-examples.qdoc126
1 files changed, 63 insertions, 63 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index 8b537cbe..57b97b19 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -34,9 +34,9 @@
\table
\row
- \o \image qml-coloranim-example.png
+ \li \image qml-coloranim-example.png
\row
- \o color-animation.qml
+ \li color-animation.qml
\endtable
*/
@@ -49,9 +49,9 @@
\table
\row
- \o \image qml-propertyanim-example.png
+ \li \image qml-propertyanim-example.png
\row
- \o property-animation.qml
+ \li property-animation.qml
\endtable
*/
@@ -100,16 +100,16 @@
\table
\row
- \o \image qml-states-example.png
+ \li \image qml-states-example.png
\row
- \o states.qml
+ \li states.qml
\endtable
\table
\row
- \o \image qml-transitions-example.png
+ \li \image qml-transitions-example.png
\row
- \o transitions.qml
+ \li transitions.qml
\endtable
*/
@@ -123,9 +123,9 @@
\table
\row
- \o \image qml-borderimage-example.png
+ \li \image qml-borderimage-example.png
\row
- \o borderimage.qml
+ \li borderimage.qml
\endtable
*/
@@ -138,9 +138,9 @@
\table
\row
- \o \image qml-borderimage-shadows-example.png
+ \li \image qml-borderimage-shadows-example.png
\row
- \o shadows.qml
+ \li shadows.qml
\endtable
*/
@@ -167,16 +167,16 @@
Furthermore, here are additional pages that discuss each example in detail:
\list
- \o \l {declarative/cppextensions/referenceexamples/adding}{Adding Types}
- \o \l {declarative/cppextensions/referenceexamples/properties}{Object and List Property Types}
- \o \l {declarative/cppextensions/referenceexamples/coercion}{Inheritance and Coercion}
- \o \l {declarative/cppextensions/referenceexamples/default}{Default Property}
- \o \l {declarative/cppextensions/referenceexamples/grouped}{Grouped Properties}
- \o \l {declarative/cppextensions/referenceexamples/attached}{Attached Properties}
- \o \l {declarative/cppextensions/referenceexamples/signal}{Signal Support}
- \o \l {declarative/cppextensions/referenceexamples/methods}{Methods Support}
- \o \l {declarative/cppextensions/referenceexamples/valuesource}{Property Value Source}
- \o \l {declarative/cppextensions/referenceexamples/binding}{Binding}
+ \li \l {declarative/cppextensions/referenceexamples/adding}{Adding Types}
+ \li \l {declarative/cppextensions/referenceexamples/properties}{Object and List Property Types}
+ \li \l {declarative/cppextensions/referenceexamples/coercion}{Inheritance and Coercion}
+ \li \l {declarative/cppextensions/referenceexamples/default}{Default Property}
+ \li \l {declarative/cppextensions/referenceexamples/grouped}{Grouped Properties}
+ \li \l {declarative/cppextensions/referenceexamples/attached}{Attached Properties}
+ \li \l {declarative/cppextensions/referenceexamples/signal}{Signal Support}
+ \li \l {declarative/cppextensions/referenceexamples/methods}{Methods Support}
+ \li \l {declarative/cppextensions/referenceexamples/valuesource}{Property Value Source}
+ \li \l {declarative/cppextensions/referenceexamples/binding}{Binding}
\endlist
\note These examples all print information to the console to demonstrate the concepts presented.
@@ -230,9 +230,9 @@
layout components with QML:
\list
- \o \l{declarative/cppextensions/qgraphicslayouts/layoutitem}{LayoutItem}
- \o \l{declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout}{QGraphicsGridLayout}
- \o \l{declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout}{QGraphicsLinearLayout}
+ \li \l{declarative/cppextensions/qgraphicslayouts/layoutitem}{LayoutItem}
+ \li \l{declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout}{QGraphicsGridLayout}
+ \li \l{declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout}{QGraphicsLinearLayout}
\endlist
Also see \l {Integrating QML Code with Existing Qt UI Code} for information on using QML
@@ -404,11 +404,11 @@
\page qml-listview-examples.html
\list
- \o \l {Models and Views: Dynamic List ListView Example}
- \o \l {Models and Views: Expanding Delegate ListView Example}
- \o \l {Models and Views: Highlight ListView Example}
- \o \l {Models and Views: Highlight Ranges ListView Example}
- \o \l {Models and Views: Sections ListView Example}
+ \li \l {Models and Views: Dynamic List ListView Example}
+ \li \l {Models and Views: Expanding Delegate ListView Example}
+ \li \l {Models and Views: Highlight ListView Example}
+ \li \l {Models and Views: Highlight Ranges ListView Example}
+ \li \l {Models and Views: Sections ListView Example}
\endlist
*/
@@ -424,9 +424,9 @@
\table
\row
- \o \image qml-listview-dynamiclist-example.png
+ \li \image qml-listview-dynamiclist-example.png
\row
- \o dynamiclist.qml
+ \li dynamiclist.qml
\endtable
*/
@@ -440,9 +440,9 @@
\table
\row
- \o \image qml-listview-expandingdelegates-example.png
+ \li \image qml-listview-expandingdelegates-example.png
\row
- \o expandingdelegates.qml
+ \li expandingdelegates.qml
\endtable
*/
@@ -457,9 +457,9 @@
\table
\row
- \o \image qml-listview-highlight-example.png
+ \li \image qml-listview-highlight-example.png
\row
- \o highlight.qml
+ \li highlight.qml
\endtable
*/
@@ -474,9 +474,9 @@
\table
\row
- \o \image qml-listview-highlightranges-example.png
+ \li \image qml-listview-highlightranges-example.png
\row
- \o highlightranges.qml
+ \li highlightranges.qml
\endtable
*/
@@ -490,9 +490,9 @@
\table
\row
- \o \image qml-listview-sections-example.png
+ \li \image qml-listview-sections-example.png
\row
- \o sections.qml
+ \li sections.qml
\endtable
*/
@@ -563,11 +563,11 @@
\brief These examples show how to use the WebView element.
\list
- \o \l {Models and Views: Alert WebView Example}
- \o \l {Models and Views: Autosize WebView Example}
- \o \l {Models and Views: GoogleMaps WebView Example}
- \o \l {Models and Views: Inline HTML WebView Example}
- \o \l {Models and Views: New Windows WebView Example}
+ \li \l {Models and Views: Alert WebView Example}
+ \li \l {Models and Views: Autosize WebView Example}
+ \li \l {Models and Views: GoogleMaps WebView Example}
+ \li \l {Models and Views: Inline HTML WebView Example}
+ \li \l {Models and Views: New Windows WebView Example}
\endlist
@@ -581,9 +581,9 @@
\table
\row
- \o \image qml-webview-alert-example.png
+ \li \image qml-webview-alert-example.png
\row
- \o alert.qml
+ \li alert.qml
\endtable
*/
@@ -596,9 +596,9 @@
\table
\row
- \o \image qml-webview-autosize-example.png
+ \li \image qml-webview-autosize-example.png
\row
- \o autosize.qml
+ \li autosize.qml
\endtable
*/
@@ -611,9 +611,9 @@
\table
\row
- \o \image qml-webview-googlemaps-example.png
+ \li \image qml-webview-googlemaps-example.png
\row
- \o googlemaps.qml
+ \li googlemaps.qml
\endtable
*/
@@ -626,9 +626,9 @@
\table
\row
- \o \image qml-webview-inlinehtml-example.png
+ \li \image qml-webview-inlinehtml-example.png
\row
- \o inlinehtml.qml
+ \li inlinehtml.qml
\endtable
*/
@@ -641,9 +641,9 @@
\table
\row
- \o \image qml-webview-newwindows-example.png
+ \li \image qml-webview-newwindows-example.png
\row
- \o newwindows.qml
+ \li newwindows.qml
\endtable
*/
@@ -672,9 +672,9 @@
\table
\row
- \o \image qml-fonts-availableFonts-example.png
+ \li \image qml-fonts-availableFonts-example.png
\row
- \o availableFonts.qml
+ \li availableFonts.qml
\endtable
*/
@@ -687,9 +687,9 @@
\table
\row
- \o \image qml-fonts-banner-example.png
+ \li \image qml-fonts-banner-example.png
\row
- \o banner.qml
+ \li banner.qml
\endtable
*/
@@ -702,9 +702,9 @@
\table
\row
- \o \image qml-fonts-fonts-example.png
+ \li \image qml-fonts-fonts-example.png
\row
- \o fonts.qml
+ \li fonts.qml
\endtable
*/
@@ -717,9 +717,9 @@
\table
\row
- \o \image qml-fonts-hello-example.png
+ \li \image qml-fonts-hello-example.png
\row
- \o hello.qml
+ \li hello.qml
\endtable
*/