summaryrefslogtreecommitdiffstats
path: root/examples/positioning/satelliteinfo/LegendBox.qml
Commit message (Collapse)AuthorAgeFilesLines
* SatelliteInfo example: apply the design to existing featuresIvan Solovev2023-08-211-0/+66
This commit introduces the following changes: * Create a Theme singleton object with all the necessary colors, and use it to style the application. * Bundle the Titillium Web Regular and Semi-Bold font and use it as an application font, as required by the design. * Explicitly import QuickControls.Basic style, and use the new Theme to customize the colors. * Rework the SkyView according to the design, make individual satellite items selectable and create a popup with the satellite information. * Rework the RSSI View according to the design, add a scrollable list of all satellites on top of it. This commit DOES NOT implement the satellite table (Table View tab). This will be done in a follow-up commit to simplify the review process. Task-number: QTBUG-114709 Pick-to: 6.6 Change-Id: I9cf82078f54418a9d57b20bf397aeb840722ba37 Reviewed-by: Dennis Oberst <dennis.oberst@qt.io> Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>