aboutsummaryrefslogtreecommitdiffstats
path: root/Templates/gui/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use full variable names in console and gui templatesAli Can Demiralp2025-04-151-4/+4
| | | | | | | | Renamed a to app, and w to window. This also makes them consistent with the qml template. Change-Id: Ib83a86fac39df1f1a191d1664d9fc04bca0fc513 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Re-add support for namespaces given in class nameKarsten Heimrich2022-01-141-1/+1
| | | | | Change-Id: I092c70fc968d613e59fdd7030b3f90e77ab661ef Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* refactoring: Reorganize project filesMiguel Costa2021-11-161-0/+10
- Moved project files from the 'src' folder into the root 'vstools'. - Renamed some projects: * QtVsTools -> QtVsTools.Package * qtwizard -> QtVsTools.Wizards * Project template projects -> QtTemplate.Project.* * Item template projects -> QtTemplate.Item.* - Moved QtVsTools.Package source files to a sub-folder named 'Package'. NOTE: this change breaks the build; it should only be applied together with subsequent refactoring changes. Change-Id: Ib7b70c350d8e9f068a023b0250d6b490b17d1687 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>