Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.25 KB

QML Flight Instruments

QML port of Marek M. Cel's work QFlightinstruments. I also implemented 5 miscellaneous gauges in addition to Marek's work.

SVG files are taken from Marek's repository. His copyright notice LICENSE is under data/images folder. For the details, please visit Marek's repository.

Components

  • Electronic Flight Instrument System (EFIS)

    • Electronic Attitude Direction Indicator (EADI)
    • Electronic Horizontal Situation Indicator (EHSI)
  • Basic Six

    • Airspeed Indicator (ASI)
    • Attitude Indicator (AI)
    • Altimeter (ALT)
    • Turn Coordinator (TC)
    • Heading Indicator (HI)
    • Vertical Speed Indicator (VSI)
  • Additional

    • Fuel Tank
    • Exhaust Gas Temperature (EGT) and Fuel Flow
    • Propeller
    • Battery
    • Temperature and Pressure

Electronic Flight Instrument System

EFIS.mp4

Basic Six

BasicSix.mp4

Miscellaneous

Misc.mp4

Build

  1. Install Qt 5.15.2.
  2. Open QmlFlightInstruments.pro with QtCreator.
  3. Build & run.