Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Eliasson 59dbbb39d2 Doc: Revise Lightning viewer example
Add and re-arrange sections to make the example adhere to the
examples template at app-examples-template.qdoc.

Fixes: QTBUG-137902
Pick-to: 6.10 6.9 6.8
Change-Id: I2a9ea5fc7301af9f8072799e4b34cae0570eb65c
Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io>
Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
2025-08-18 13:50:53 +02:00
Andreas Eliasson 42cab48b04 Doc: Add tags to Lightning Viewer example
Fixes: QTBUG-135289
Pick-to: 6.9 6.8
Change-Id: I61dd5ee949f97917d65bfccf536a15cfa0a4a353
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2025-04-02 18:34:38 +02:00
Lars Sutterud 4c3ea1b6eb Lightning Viewer: Update docs to clearly state use of simulated data
Due to the lack of an agreement with the lightning strike data provider,
we will only provide simulated lightning strike data for this demo. This
change removes info in the documentation about the option to forward
real world lightning data, and makes it more clear that the data is
simulated.

Fixes: QTBUG-122907
Pick-to: 6.7
Change-Id: Ibae18922e79393564b3947d813b1285f0358aaf9
Reviewed-by: MohammadHossein Qanbari <mohammad.qanbari@qt.io>
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-03-18 08:14:57 +01:00
Kai Köhne 69352e0b68 Lightning viewer: Fix typos
Pick-to: 6.7
Change-Id: I4d59da719d300b94571debe246e4969d6ea51c17
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-03-04 08:59:47 +01:00
Kai Köhne 9a61a3a987 Demos: Add dependency info to example metadata
Add metadata about build time / runtime dependencies in the form
of Qt documentation modules. This should allow Qt Creator to hide
examples where needed Qt modules are not installed (because they
are optional in the Qt Online Installer).

Pick-to: 6.7
Task-number: QTBUG-120759
Change-Id: I03d8d75b273fe497803b9af9783b90e397b0638d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2024-01-19 10:26:22 +01:00
MohammadHossein Qanbari 60cf689c6a Examples: Add LightningViewer (V1)
Implemented lightning viewer example using a web socket connection to
an AWS gateway for real-time lightning data visualization worldwide.
Supports both landscape and portrait modes for optimal screen
presentation. Added diverse map layers, including live data and
distance-time layers. Added functionality to toggle between different
map types. The lv_style is auto-generated using figma-style-generator
tool based on specified design requirements (see the task description
and comments for more details).

Fixes: QTBUG-116750
Pick-to: 6.7
Change-Id: I2507c9b030cb0c91d1a7cf51267770735a35419b
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-12-23 00:07:03 +01:00