From 8bd73ad989e5850b48941c7d286181c6b394b05a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 13:11:18 +0200 Subject: Doc: Add missing full stops in briefs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: I3f2a9f8c562f9a44bb32bddd31d75abbfe6de04d Reviewed-by: Topi Reiniƶ --- examples/widgets/doc/src/basicgraphicslayouts.qdoc | 2 +- examples/widgets/doc/src/blurpicker.qdoc | 2 +- examples/widgets/doc/src/boxes.qdoc | 2 +- examples/widgets/doc/src/chip.qdoc | 2 +- examples/widgets/doc/src/collidingmice-example.qdoc | 2 +- examples/widgets/doc/src/diagramscene.qdoc | 2 +- examples/widgets/doc/src/dragdroprobot.qdoc | 2 +- examples/widgets/doc/src/draggabletext.qdoc | 2 +- examples/widgets/doc/src/elasticnodes.qdoc | 2 +- examples/widgets/doc/src/embeddeddialogs.qdoc | 2 +- examples/widgets/doc/src/fademessage.qdoc | 2 +- examples/widgets/doc/src/findfiles.qdoc | 2 +- examples/widgets/doc/src/graphicsview-anchorlayout.qdoc | 2 +- examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc | 2 +- examples/widgets/doc/src/graphicsview-weatheranchorlayout.qdoc | 2 +- examples/widgets/doc/src/padnavigator.qdoc | 2 +- examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc | 2 +- examples/widgets/tutorials/gettingstartedqt.qdoc | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) (limited to 'examples/widgets') diff --git a/examples/widgets/doc/src/basicgraphicslayouts.qdoc b/examples/widgets/doc/src/basicgraphicslayouts.qdoc index 233b8c7c0a..23661d0558 100644 --- a/examples/widgets/doc/src/basicgraphicslayouts.qdoc +++ b/examples/widgets/doc/src/basicgraphicslayouts.qdoc @@ -29,7 +29,7 @@ \example graphicsview/basicgraphicslayouts \title Basic Graphics Layouts Example \ingroup examples-graphicsview-layout - \brief Demonstrates how to create basic graphics layout + \brief Demonstrates how to create basic graphics layout. The Basic Graphics Layouts example shows how to use the layout classes in QGraphicsView: QGraphicsLinearLayout and QGraphicsGridLayout. diff --git a/examples/widgets/doc/src/blurpicker.qdoc b/examples/widgets/doc/src/blurpicker.qdoc index 87f36389e7..d4d84f7248 100644 --- a/examples/widgets/doc/src/blurpicker.qdoc +++ b/examples/widgets/doc/src/blurpicker.qdoc @@ -29,7 +29,7 @@ \example effects/blurpicker \title Blur Picker Effect Example \ingroup examples-graphicsview-graphicseffects - \brief Demonstrates how to apply graphical effects on items in the view + \brief Demonstrates how to apply graphical effects on items in the view. \image blurpickereffect-example.png diff --git a/examples/widgets/doc/src/boxes.qdoc b/examples/widgets/doc/src/boxes.qdoc index 7c9031a003..276c6fa78d 100644 --- a/examples/widgets/doc/src/boxes.qdoc +++ b/examples/widgets/doc/src/boxes.qdoc @@ -29,7 +29,7 @@ \example graphicsview/boxes \title Boxes \ingroup examples-graphicsview - \brief Combines advanced OpenGL rendering with the Graphics View framework + \brief Combines advanced OpenGL rendering with the Graphics View framework. \image boxes-demo.png diff --git a/examples/widgets/doc/src/chip.qdoc b/examples/widgets/doc/src/chip.qdoc index 4cef4984e3..758b692f0e 100644 --- a/examples/widgets/doc/src/chip.qdoc +++ b/examples/widgets/doc/src/chip.qdoc @@ -29,7 +29,7 @@ \example graphicsview/chip \title 40000 Chips \ingroup examples-graphicsview - \brief Visualizes a huge graphic view scene with 40000 chip items + \brief Visualizes a huge graphic view scene with 40000 chip items. This examples demonstrates Graphics View's powerful navigation and interaction features, allowing you to zoom and rotate each of four diff --git a/examples/widgets/doc/src/collidingmice-example.qdoc b/examples/widgets/doc/src/collidingmice-example.qdoc index 535057bb6a..657c416218 100644 --- a/examples/widgets/doc/src/collidingmice-example.qdoc +++ b/examples/widgets/doc/src/collidingmice-example.qdoc @@ -28,7 +28,7 @@ /*! \example graphicsview/collidingmice \title Colliding Mice Example - \brief Demonstrates how to animate items on a graphics view + \brief Demonstrates how to animate items on a graphics view. \ingroup examples-graphicsview The Colliding Mice example shows how to use the Graphics View diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc index 1c9f4faf88..ca4876f2e8 100644 --- a/examples/widgets/doc/src/diagramscene.qdoc +++ b/examples/widgets/doc/src/diagramscene.qdoc @@ -29,7 +29,7 @@ \example graphicsview/diagramscene \title Diagram Scene Example \ingroup examples-graphicsview - \brief Demonstrate how to use the Graphics View framework + \brief Demonstrate how to use the Graphics View framework. \image diagramscene.png diff --git a/examples/widgets/doc/src/dragdroprobot.qdoc b/examples/widgets/doc/src/dragdroprobot.qdoc index f74b898e1b..ac138072c9 100644 --- a/examples/widgets/doc/src/dragdroprobot.qdoc +++ b/examples/widgets/doc/src/dragdroprobot.qdoc @@ -29,7 +29,7 @@ \example graphicsview/dragdroprobot \title Drag and Drop Robot Example \ingroup examples-graphicsview - \brief Demonstrates how to drag and drop items in a graphics view + \brief Demonstrates how to drag and drop items in a graphics view. The Drag and Drop Robot example shows how to implement Drag and Drop in a QGraphicsItem subclass, as well as how to animate items using Qt's diff --git a/examples/widgets/doc/src/draggabletext.qdoc b/examples/widgets/doc/src/draggabletext.qdoc index 97b2f036bd..e934119e7a 100644 --- a/examples/widgets/doc/src/draggabletext.qdoc +++ b/examples/widgets/doc/src/draggabletext.qdoc @@ -28,7 +28,7 @@ /*! \example draganddrop/draggabletext \title Draggable Text Example - \brief Illustrates how to drag and drop text between widgets + \brief Illustrates how to drag and drop text between widgets. \brief The Draggable Text example shows how to drag and drop textual data between widgets in the same application, and between different applications. diff --git a/examples/widgets/doc/src/elasticnodes.qdoc b/examples/widgets/doc/src/elasticnodes.qdoc index 65e1195121..e78db67be2 100644 --- a/examples/widgets/doc/src/elasticnodes.qdoc +++ b/examples/widgets/doc/src/elasticnodes.qdoc @@ -29,7 +29,7 @@ \example graphicsview/elasticnodes \title Elastic Nodes Example \ingroup examples-graphicsview - \brief Demonstrates how to interact with graphical items in a scene + \brief Demonstrates how to interact with graphical items in a scene. The Elastic Nodes example shows how to implement edges between nodes in a graph, with basic interaction. You can click to drag a node around, and diff --git a/examples/widgets/doc/src/embeddeddialogs.qdoc b/examples/widgets/doc/src/embeddeddialogs.qdoc index 0775c58807..0b31e01e0c 100644 --- a/examples/widgets/doc/src/embeddeddialogs.qdoc +++ b/examples/widgets/doc/src/embeddeddialogs.qdoc @@ -29,7 +29,7 @@ \example graphicsview/embeddeddialogs \title Embedded Dialogs \ingroup examples-graphicsview-layout - \brief Demonstrates how to embed dialogs into a graphics view + \brief Demonstrates how to embed dialogs into a graphics view. This example shows how to embed standard dialogs into Graphics View. It also shows how you can customize the diff --git a/examples/widgets/doc/src/fademessage.qdoc b/examples/widgets/doc/src/fademessage.qdoc index 4703dcda30..2035922067 100644 --- a/examples/widgets/doc/src/fademessage.qdoc +++ b/examples/widgets/doc/src/fademessage.qdoc @@ -29,7 +29,7 @@ \example effects/fademessage \title Fade Message Effect Example \ingroup examples-graphicsview-graphicseffects - \brief Demonstrates how to apply effects on items in the view + \brief Demonstrates how to apply effects on items in the view. \div { style="text-align: left"} \inlineimage fademessageeffect-example.png diff --git a/examples/widgets/doc/src/findfiles.qdoc b/examples/widgets/doc/src/findfiles.qdoc index ad39b003ae..d7428e7d16 100644 --- a/examples/widgets/doc/src/findfiles.qdoc +++ b/examples/widgets/doc/src/findfiles.qdoc @@ -30,7 +30,7 @@ \title Find Files Example \ingroup examples-dialogs - \brief A dialog for finding files in a specified folder + \brief A dialog for finding files in a specified folder. The Find Files application allows the user to search for files in a specified directory, matching a given file name or wildcard, diff --git a/examples/widgets/doc/src/graphicsview-anchorlayout.qdoc b/examples/widgets/doc/src/graphicsview-anchorlayout.qdoc index bd27a0dc4f..7933e3c956 100644 --- a/examples/widgets/doc/src/graphicsview-anchorlayout.qdoc +++ b/examples/widgets/doc/src/graphicsview-anchorlayout.qdoc @@ -29,7 +29,7 @@ \example graphicsview/anchorlayout \title Anchor Layout Example \ingroup examples-graphicsview-layout - \brief Demonstrates anchor layout in a graphics view scene + \brief Demonstrates anchor layout in a graphics view scene. The Anchor Layout example demonstrates the use of the QGraphicsAnchorLayout class. diff --git a/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc b/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc index fd0427fdc0..27b3f86156 100644 --- a/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc +++ b/examples/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc @@ -29,7 +29,7 @@ \example graphicsview/simpleanchorlayout \title Simple Anchor Layout Example \ingroup examples-graphicsview-layout - \brief Demonstrates anchor layout on a graphics view scene + \brief Demonstrates anchor layout on a graphics view scene. The Simple Anchor Layout example shows the basic use of the QGraphicsAnchorLayout class. diff --git a/examples/widgets/doc/src/graphicsview-weatheranchorlayout.qdoc b/examples/widgets/doc/src/graphicsview-weatheranchorlayout.qdoc index fbdd08654d..71ace60355 100644 --- a/examples/widgets/doc/src/graphicsview-weatheranchorlayout.qdoc +++ b/examples/widgets/doc/src/graphicsview-weatheranchorlayout.qdoc @@ -29,7 +29,7 @@ \example graphicsview/weatheranchorlayout \title Weather Anchor Layout Example \ingroup examples-graphicsview-layout - \brief Demonstrates anchor layout on a graphics view scene + \brief Demonstrates anchor layout on a graphics view scene. The Weather Anchor Layout example shows more complex use of the QGraphicsAnchorLayout class to create a real-world window layout. diff --git a/examples/widgets/doc/src/padnavigator.qdoc b/examples/widgets/doc/src/padnavigator.qdoc index 017532622a..e59fa3cdbe 100644 --- a/examples/widgets/doc/src/padnavigator.qdoc +++ b/examples/widgets/doc/src/padnavigator.qdoc @@ -29,7 +29,7 @@ \example graphicsview/padnavigator \title Pad Navigator Example \ingroup examples-graphicsview - \brief Demonstrates how to create animated user interface + \brief Demonstrates how to create animated user interface. The Pad Navigator Example shows how you can use Graphics View together with embedded widgets and Qt's \l{The State Machine Framework}{state machine diff --git a/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc b/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc index c5911297f5..0ab578f55c 100644 --- a/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc +++ b/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc @@ -28,7 +28,7 @@ /*! \example gestures/imagegestures \title Image Gestures Example - \brief Demonstrates the use of simple gestures in a widget + \brief Demonstrates the use of simple gestures in a widget. This example shows how to enable gestures for a widget and use gesture input to perform actions. diff --git a/examples/widgets/tutorials/gettingstartedqt.qdoc b/examples/widgets/tutorials/gettingstartedqt.qdoc index 921dd7a32d..bbe1dd1a8d 100644 --- a/examples/widgets/tutorials/gettingstartedqt.qdoc +++ b/examples/widgets/tutorials/gettingstartedqt.qdoc @@ -28,7 +28,7 @@ /*! \example tutorials/notepad \title Getting Started Programming with Qt Widgets - \brief A tutorial for Qt Widgets based on a notepad application + \brief A tutorial for Qt Widgets based on a notepad application. In this topic, we teach basic Qt knowledge by implementing a simple Notepad application using C++ and the \l{Qt Widgets} module. The -- cgit v1.2.3