|
|
|
@ -95,7 +95,7 @@ protected:
@@ -95,7 +95,7 @@ protected:
|
|
|
|
|
|
|
|
|
|
void hideEvent(QHideEvent* event); |
|
|
|
|
public slots: |
|
|
|
|
void setTitle(QString title); |
|
|
|
|
void setTitle(const QString &title); |
|
|
|
|
void addParam(int uas,int component,QString paramname,QVariant value); |
|
|
|
|
protected slots: |
|
|
|
|
void addParam(); |
|
|
|
@ -103,9 +103,6 @@ protected slots:
@@ -103,9 +103,6 @@ protected slots:
|
|
|
|
|
void addLabel(); |
|
|
|
|
void setTitle(); |
|
|
|
|
|
|
|
|
|
void setWindowTitle(const QString& title); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
Ui::QGCToolWidget *ui; |
|
|
|
|
}; |
|
|
|
|