From 54853c5f66288a82fc77e4e8c3e01a8565073436 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 11 Sep 2014 11:57:14 +0200 Subject: Doc: Use title case in section1 titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using Python script title-cased.py Task-number: QTBUG-41250 Change-Id: I00d3d7a0b30db7304a7904efd6d63abd9a7b493b Reviewed-by: Topi Reiniƶ --- examples/widgets/doc/src/echoplugin.qdoc | 2 +- examples/widgets/doc/src/styleplugin.qdoc | 2 +- examples/widgets/doc/src/tooltips.qdoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/widgets') diff --git a/examples/widgets/doc/src/echoplugin.qdoc b/examples/widgets/doc/src/echoplugin.qdoc index 103a51cf93..1e10ac3006 100644 --- a/examples/widgets/doc/src/echoplugin.qdoc +++ b/examples/widgets/doc/src/echoplugin.qdoc @@ -192,7 +192,7 @@ the platform. By convention the target should have the same name as the plugin (set with Q_EXPORT_PLUGIN2) - \section1 Further reading and examples + \section1 Further Reading and Examples The \l {qtplugin-defining-plugins}{Defining Plugins} page presents an overview of the macros needed to create plugins. diff --git a/examples/widgets/doc/src/styleplugin.qdoc b/examples/widgets/doc/src/styleplugin.qdoc index e65ded36a4..2eae6017a5 100644 --- a/examples/widgets/doc/src/styleplugin.qdoc +++ b/examples/widgets/doc/src/styleplugin.qdoc @@ -123,7 +123,7 @@ styles folder under stylewindow because this is a path in which Qt will search for style plugins. - \section1 Related articles and examples + \section1 Related Articles and Examples In addition to the plugin \l{How to Create Qt Plugins}{overview document}, we have other examples and articles that concern diff --git a/examples/widgets/doc/src/tooltips.qdoc b/examples/widgets/doc/src/tooltips.qdoc index bba19aeac7..4212e62b14 100644 --- a/examples/widgets/doc/src/tooltips.qdoc +++ b/examples/widgets/doc/src/tooltips.qdoc @@ -61,7 +61,7 @@ First we will review the \c SortingBox class, then we will take a look at the \c ShapeItem class. - \section1 SortingBox Class Definition + \section1 SortingBox Class Definition \snippet widgets/tooltips/sortingbox.h 0 -- cgit v1.2.3 From 858935fa66312c7a433b7984ce4572ef111d8ced Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 8 Oct 2014 16:01:55 +0200 Subject: Fix executable name of mousebuttons example. Change-Id: Icf41ade3a4d2d14535e6fd42212b27ac01c5177f Reviewed-by: Marc Mutz --- examples/widgets/widgets/mousebuttons/mousebuttons.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/widgets') diff --git a/examples/widgets/widgets/mousebuttons/mousebuttons.pro b/examples/widgets/widgets/mousebuttons/mousebuttons.pro index 99ab9f68ae..e1f4b9527d 100644 --- a/examples/widgets/widgets/mousebuttons/mousebuttons.pro +++ b/examples/widgets/widgets/mousebuttons/mousebuttons.pro @@ -1,6 +1,6 @@ TEMPLATE = app -TARGET = buttontester +TARGET = mousebuttons TEMPLATE = app SOURCES += \ -- cgit v1.2.3