Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Implement Aircraft radar map
Forum Updated to NodeBB v4.3 + New Features

Implement Aircraft radar map

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 491 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Yangroot
    wrote on last edited by
    #1

    I already set up a ADS-B system above the building and want to implement a Qt UI to make a Radar view and show all above-horizon aircrafts around me. Flightradar24 is a good example.
    Each aircraft is clickable to show details.
    My simple idea is to create a QPushButton for each, then simply put icon and accept CLICK signal.
    Does anybody have better idea? Many thanks!!
    Using PaintEvent us easier for plotting, but I will have to collect the Mouse Event and find out which aircraft is being clicked.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      I would rather go after the Graphics View Framework.

      You can make each plane an item and it will be way easier to manage them.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Y Offline
        Y Offline
        Yangroot
        wrote on last edited by
        #3

        @SGaist said in Implement Aircraft radar map:

        Hi and welcome to devnet,
        I would rather go after the Graphics View Framework.
        You can make each plane an item and it will be way easier to manage them.

        Thanks for the comments, and I will try it..

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved