qtdoc/examples/demos/lightningviewer
MohammadHossein Qanbari 0f8bf79538 Lightning Viewer Example: Use QML Module and Restructure Project Files
Restructure resource file management by relocating QML and asset files
from the resource files (qrc) to their respective modules within the
application. Moreover, the project has been divided into two distinct
submodules: LightningViewer and LightningViewerStyle.

The LightningViewer module includes the project's sources, QML files,
and assets, used for the model, view, and controller aspects.

On the other hand, the LightningViewerStyle module is dedicated to
defining a custom style generated by a tool. The purpose of separating
style-related files from LightningViewer is to simplify updates by
allowing the style generator tool to only modify contents within the
style subdirectory.

Task-number: QTBUG-121123
Pick-to: 6.7
Change-Id: Ib04fb156bd47b4033526c8eb9b33ccab76ab50e9
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
2024-01-26 14:21:19 +01:00
..
LightningViewer Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
LightningViewerStyle Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
doc Demos: Add dependency info to example metadata 2024-01-19 10:26:22 +01:00
CMakeLists.txt Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
Info.plist Examples: Add LightningViewer (V1) 2023-12-23 00:07:03 +01:00
main.cpp Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00