summaryrefslogtreecommitdiff
path: root/src/uitools
Commit message (Collapse)AuthorAgeFilesLines
* Qt Designer/QtUiTools examples: Drop 'Example' from titlesFriedemann Kleint2023-02-202-2/+2
| | | | | | | | Task-number: QTBUG-110447 Pick-to: 6.5 Change-Id: Ia9c06560f15dfee58a8a441c3791785827b70913 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Update screenshots of the Qt Designer examplesFriedemann Kleint2023-02-164-0/+0
| | | | | | | | | | | Remove duplicated identical pictures and replace taskmenuextension-example-faded.png by a normal screenshot since it is hard to maintain. Task-number: QTBUG-110447 Pick-to: 6.5 Change-Id: Iba7ee91dee8fb63af40c1c9b4163d573a1deae5f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Move the uitools multipleinheritance example to calculatorform_miFriedemann Kleint2023-02-101-1/+0
| | | | | | | | | | | It illustrates how to use multipleinheritance from Ui struct and widget and is not really related to UiTools. Task-number: QTBUG-110447 Pick-to: 6.5 Change-Id: If6b61c76ea0ac07b935f1e0a8ee02a2e7179cdc3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-081-3/+0
| | | | | | Pick-to: 6.5 Change-Id: Ic00df7d45246270d724b3b1d1ef9d13d76dcc136 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
| | | | | | Task-number: QTBUG-105718 Change-Id: I2df3a8aec11f30f301e3143e9960156b6f45e614 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Add license headers to cmake filesLucie Gérard2022-08-021-0/+3
| | | | | | | | | | | | CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: I41a2c9aa6a933a4e3dda5d5b4c70c461912907b2 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Add the missing header files to CMake source treeAlexey Edelev2022-08-011-1/+2
| | | | | | Task-number: QTBUG-103196 Change-Id: Ib9f43bf8e4dcbde0b8ebd8d6dcf468e4db4a2a9f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Doc: Do not advertise Qt module includeKai Köhne2022-07-212-12/+0
| | | | | | | | | People should rather use class includes, like they are advertised in each class documentation. Pick-to: 6.4 Change-Id: Ic0d24553432a02212feb63e25eb8695a374604fc Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Add missing dependencies to qtuitools.qdocconfTopi Reinio2022-06-231-1/+1
| | | | | | | | This resolves the link failures to CMake and qmake manuals. Pick-to: 6.4 Change-Id: I8ae80cd0dc70f03fe7b6874d71764e97d5c68d72 Reviewed-by: Luca Di Sera <luca.disera@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-1912-475/+24
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I5335388c0472b0ee554234fc7eca60769e504660 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* QUiLoader: Fix repetitive setting of translatable string propertiesFriedemann Kleint2022-05-121-1/+2
| | | | | | | | | | In FormBuilderPrivate::applyProperties(), add a check whether the translated string is different from the property value. Fixes: QTBUG-48104 Pick-to: 6.3 6.2 Change-Id: I278326910a160c662c09193bdd2303b5a00b36fa Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Doc: Revise Qt UI Tools module landing pageAndreas Eliasson2022-05-092-26/+28
| | | | | | | | | | Remove the include directive section, and use global CMake and qmake snippets. Also, reorganize some of the sections structure. Task-number: QTBUG-100369 Pick-to: 6.3 Change-Id: If4de410091a4e37693488b3e980c2d4b904a13ca Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Move UiTools and UiPlugin modules to a upper level sub-directoryAlexey Edelev2022-02-1621-0/+1954
UiTools UiPlugin modules are used across the repo, so need to move them to the top-level directory, to avoid situations when the disabled 'designer' feature blocks their build. Fixes: QTBUG-95236 Change-Id: I4743c52065738e03089c2cd49ec11f2842fea31b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Vitaly Fanaskov <vt4a2hqt@gmail.com> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>