qFlightInstruments
Introduction
This program is a pure Qt implementation of flight instrument widgets, including attitude display indicator (ADI), compass, and list viewer.
The source is based on part of source code (https://github.com/cmex81/qAttitudeIndicator). We improve their implementation and make it clear to read. The source code can be downloaded at: https://github.com/bushuhui/qFlightInstruments
Requirements:
- Qt4 (sudo apt-get install libqt4-core libqt4-dev)
Compile:
qmake qFlightInstruments.pro
make
Usage:
./qFlightInstruments
Keyboard:
UP - Pitch +
DOWN - Pitch -
LEFT - Roll -
RIGHT - Roll +
A - Yaw +
D - Yaw -
W - Alt +
S - Alt -
J - H +
K - H -
Plateform:
Only test on Linux Mint 16 64-bit.
Screenshot:
Download:
Source code can be downloaded at: https://github.com/bushuhui/qFlightInstruments