#include <QtCore/QtPlugin>
#include <iostream>
#include "orientation.h"
#include "compass.h"
#include "artificialhorizon.h"
#include <QHBoxLayout>
Go to the source code of this file.