aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright comments to 2025Ali Demiralp2025-03-1810-40/+24
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-285-5/+5
| | | | | | | | ... WITH Qt-GPL-exception. Fixes: QTVSADDINBUG-1179 Change-Id: I74fe451eec352af13436548cfd9a28f832fc0757 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-0910-10/+10
| | | | | Change-Id: I38700243f7ef55239b247945324e4e0a978b097f Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Remove all references to VS2017Karsten Heimrich2023-03-151-2/+0
| | | | | Change-Id: I8cea82209422196ad0d9c4f25d614de5d997a64b Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Replace license headerMiguel Costa2023-02-239-303/+36
| | | | | Change-Id: I6e7667d0f6f1245b5b225e74120d289bf595423d Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Update project copyright headerKarsten Heimrich2023-02-231-27/+4
| | | | | Change-Id: I519330ffd8f9fc90472f25ef6cb54fc072b8370d Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Add tutorial Qt Quick projectMiguel Costa2022-01-129-0/+481
| | | | | | | | | Added a sample Qt Quick project to serve as basis for a tutorial on how to create a Qt Quick application project using the Qt VS Tools. Task-number: QTVSADDINBUG-963 Change-Id: Iae8f826aee6a0c9f2cec54d8275b3be664678bd1 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Replace Q_NULLPTR with nullptrKarsten Heimrich2022-01-061-1/+1
| | | | | Change-Id: I7f00f70a5c99df4518356ee133025f3cfcbfe4ff Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Doc: Update Qt VS Tools docs to version 2.0Leena Miettinen2016-09-2210-0/+539
The docs were removed in a previous commit, so this commit uses the standard doc file structure for Qt tools docs and updates all screen shots. Change-Id: I41193c18895ccab22ff66ef090668f161ead16fa Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>