This commit is contained in:
2022-08-11 08:59:12 +08:00
parent 00e34a0b38
commit de7234e637
106 changed files with 290370 additions and 6 deletions
+86
View File
@@ -0,0 +1,86 @@
/********************************************************************************
** Form generated from reading UI file 'MAVLinkInspector.ui'
**
** Created by: Qt User Interface Compiler version 5.9.9
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MAVLINKINSPECTOR_H
#define UI_MAVLINKINSPECTOR_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QTreeWidget>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MAVLinkInspector
{
public:
QGridLayout *gridLayout;
QPushButton *pushButton_system;
QTreeWidget *treeWidget;
QPushButton *clearButton;
void setupUi(QWidget *MAVLinkInspector)
{
if (MAVLinkInspector->objectName().isEmpty())
MAVLinkInspector->setObjectName(QStringLiteral("MAVLinkInspector"));
MAVLinkInspector->resize(707, 504);
gridLayout = new QGridLayout(MAVLinkInspector);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
gridLayout->setContentsMargins(6, 6, 6, 6);
pushButton_system = new QPushButton(MAVLinkInspector);
pushButton_system->setObjectName(QStringLiteral("pushButton_system"));
pushButton_system->setMinimumSize(QSize(0, 60));
gridLayout->addWidget(pushButton_system, 0, 0, 1, 1);
treeWidget = new QTreeWidget(MAVLinkInspector);
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
__qtreewidgetitem->setText(2, QStringLiteral("3"));
__qtreewidgetitem->setText(1, QStringLiteral("2"));
__qtreewidgetitem->setText(0, QStringLiteral("1"));
treeWidget->setHeaderItem(__qtreewidgetitem);
treeWidget->setObjectName(QStringLiteral("treeWidget"));
treeWidget->setHeaderHidden(true);
treeWidget->setColumnCount(3);
gridLayout->addWidget(treeWidget, 2, 0, 1, 2);
clearButton = new QPushButton(MAVLinkInspector);
clearButton->setObjectName(QStringLiteral("clearButton"));
clearButton->setMinimumSize(QSize(120, 60));
gridLayout->addWidget(clearButton, 0, 1, 1, 1);
gridLayout->setColumnStretch(0, 2);
retranslateUi(MAVLinkInspector);
QMetaObject::connectSlotsByName(MAVLinkInspector);
} // setupUi
void retranslateUi(QWidget *MAVLinkInspector)
{
MAVLinkInspector->setWindowTitle(QApplication::translate("MAVLinkInspector", "MAVLink Inspector", Q_NULLPTR));
pushButton_system->setText(QString());
clearButton->setText(QApplication::translate("MAVLinkInspector", "Clear", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class MAVLinkInspector: public Ui_MAVLinkInspector {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAVLINKINSPECTOR_H