Skip to content

QmlFlightInstruments is a QML project that implements several flight instruments.

Notifications You must be signed in to change notification settings

berkbavas/QmlFlightInstruments

Repository files navigation

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.