aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgetbinding/doc/widgetbinding.md
Commit message (Collapse)AuthorAgeFilesLines
* Examples: Update CMake instructionsFriedemann Kleint2024-06-041-5/+9
| | | | | | | | Remove -S and use -DCMAKE_C_COMPILER=cl.exe consistently. Pick-to: 6.7 Change-Id: I73a4e9aaf37bb082d8a4398113c8752caebf9358 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Documentation: Link the Qt Widgets Designer custom widget examplesFriedemann Kleint2024-03-251-4/+2
| | | | | | | | As a drive-by, fix the headlines and remove a dead link. Pick-to: 6.7 6.6 Change-Id: Ifb92c0ac7e02e04f3cffe1cb0cc8ff82e8fd803e Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Replace cmake -H with -SAdrian Herrmann2024-03-111-1/+1
| | | | | | | | | | | | The previously undocumented cmake -H has been replaced with the official -S in 3.13, update the documentation accordingly: https://cgold.readthedocs.io/en/latest/glossary/-H.html Pick-to: 6.6 Change-Id: I54fb700a36746b49a04449e8c9af21fd2bd235c7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* widgetbinding example: Move .md file aroundFriedemann Kleint2023-05-121-0/+76
Also add a dummy .pyproject Task-number: PYSIDE-1106 Change-Id: I1a8f4e4dd19b232e59e6e0007e39eb57b4efa0c1 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>