Commit Graph

6 Commits

Author SHA1 Message Date
Sami Shalayel 86d40e28d5 alarms: port to qt_add_qml_module
Use qt_add_qml_module, qt_standard_project_setup, use loadFromModule(),
rename main.qml to capital Main.qml so it can be loaded via
loadFromModule(), rename the QML Module to Alarms as QML Modules usually
start with an upper case letter.
Also fix the documentation.

Pick-to: 6.8
Task-number: QTBUG-100100
Change-Id: I8b0c7c1924c4c5e0268ca33b339ba3645bb29f7a
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-09-24 10:23:11 +02:00
Lucie Gérard 6f57506953 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Idfd176b7f7b077a5b7c66b7738dc9bcac94ab290
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-06-07 18:23:52 +02:00
Sona Kurazyan bd53f014a0 Replace uses of deprecated _qs with _s
Task-number: QTBUG-101408
Change-Id: I011d5ed352298902158d0b1b89ad3b99b310fc83
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2022-04-26 11:25:56 +01:00
Leena Miettinen 302121874e Update Qt Quick GS tutorial
- Update information about and screenshots of Qt Creator
  New Project wizard template.
- Use the main.cpp file generated by Qt Creator 7.0

Fixes: QTBUG-99847
Pick-to: 5.15 6.2 6.3
Change-Id: I1c2208267e9554e2f929ffffaa3dabd5554fc12e
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2022-01-24 13:43:38 +01:00
Robert Loehning 01b88573eb Examples: Don't enable high DPI scaling explicitly
Compiler complains that's deprecated and always on.

Change-Id: Ic42db6288cde5c95093715afd5df98368d67bd1f
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-10-23 13:07:39 +02:00
Nico Vertriest 1df7011858 Doc: tutorial Get Started with Qt Quick
Task-number: QTBUG-68739
Change-Id: Ib14e4eb4c20583af2be9198539077f1be5ae471a
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
2018-09-26 10:10:15 +00:00