QGCPX4MulticopterConfig.h 395 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#ifndef QGCPX4MULTICOPTERCONFIG_H
#define QGCPX4MULTICOPTERCONFIG_H

#include <QWidget>

namespace Ui {
class QGCPX4MulticopterConfig;
}

class QGCPX4MulticopterConfig : public QWidget
{
    Q_OBJECT
    
public:
    explicit QGCPX4MulticopterConfig(QWidget *parent = 0);
    ~QGCPX4MulticopterConfig();
    
private:
    Ui::QGCPX4MulticopterConfig *ui;
};

#endif // QGCPX4MULTICOPTERCONFIG_H