update mavlink
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifndef COMMANDUI_H
|
||||
#ifndef COMMANDUI_H
|
||||
#define COMMANDUI_H
|
||||
|
||||
#include <QWidget>
|
||||
@@ -60,6 +60,10 @@ protected:
|
||||
void wheelEvent(QWheelEvent *e);
|
||||
void mousePressEvent(QMouseEvent *event);
|
||||
|
||||
void keyPressEvent(QKeyEvent *event);
|
||||
|
||||
void loadCommandJson(const QString& jsonFilename);
|
||||
|
||||
public slots:
|
||||
void setFloat(void);
|
||||
void setFloatFlag(bool flag);
|
||||
@@ -91,9 +95,7 @@ private slots:
|
||||
|
||||
void on_groupBox_Command_clicked();
|
||||
|
||||
protected:
|
||||
|
||||
void loadCommandJson(const QString& jsonFilename);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user