summaryrefslogtreecommitdiffstats
path: root/examples/uitools/textfinder/forms
Commit message (Collapse)AuthorAgeFilesLines
* Polish the uitools/textfinder exampleFriedemann Kleint2023-02-011-1/+5
| | | | | | | Task-number: QTBUG-110447 Change-Id: I5d4ae6056b974618c59ef068c92204a24a9c9503 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> (cherry picked from commit 8e047fe8cde91454623847ddc1c2abd164d63891)
* TextFinder: Remove dubious spacerKai Koehne2017-06-231-36/+42
| | | | | | Task-number: QTBUG-61419 Change-Id: I8704fd5300e165ed6e123f115b797033d39cdbe8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* TextFinder: Improve code and documentationKai Koehne2017-06-221-9/+3
| | | | | | | Task-number: QTBUG-61419 Change-Id: Ib00152f0a04546d275a40a5d57fe046b82ebc421 GPush-Base: 8abb03b0d84a3a94f7db41e010f69955488ea893 Reviewed-by: Martin Smith <martin.smith@qt.io>
* whitespace fixesOswald Buddenhagen2014-01-201-8/+8
| | | | | | | | remove trailing spaces & expand tabs Change-Id: If9909c94b52d9dacb7c8735470525d18a1c97d6b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Restore the forms/ subdir that was lost in the uitools reimportThiago Macieira2012-08-012-0/+98
These files are referenced in the .qrc file, so they are necessary during compilation. The files were copied from the commit referenced in the initial import of the qttools.git repository. Change-Id: Id1f182a7a9dd4e08e63fb903b978de192b85cd98 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>