85 lines
2.9 KiB
C++
85 lines
2.9 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'MAVLinkInspector.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.1
|
|
**
|
|
** 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/QApplication>
|
|
#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(QString::fromUtf8("MAVLinkInspector"));
|
|
MAVLinkInspector->resize(707, 504);
|
|
gridLayout = new QGridLayout(MAVLinkInspector);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
gridLayout->setContentsMargins(6, 6, 6, 6);
|
|
pushButton_system = new QPushButton(MAVLinkInspector);
|
|
pushButton_system->setObjectName(QString::fromUtf8("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, QString::fromUtf8("3"));
|
|
__qtreewidgetitem->setText(1, QString::fromUtf8("2"));
|
|
__qtreewidgetitem->setText(0, QString::fromUtf8("1"));
|
|
treeWidget->setHeaderItem(__qtreewidgetitem);
|
|
treeWidget->setObjectName(QString::fromUtf8("treeWidget"));
|
|
treeWidget->setHeaderHidden(true);
|
|
treeWidget->setColumnCount(3);
|
|
|
|
gridLayout->addWidget(treeWidget, 2, 0, 1, 2);
|
|
|
|
clearButton = new QPushButton(MAVLinkInspector);
|
|
clearButton->setObjectName(QString::fromUtf8("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(QCoreApplication::translate("MAVLinkInspector", "MAVLink Inspector", nullptr));
|
|
pushButton_system->setText(QString());
|
|
clearButton->setText(QCoreApplication::translate("MAVLinkInspector", "Clear", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class MAVLinkInspector: public Ui_MAVLinkInspector {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_MAVLINKINSPECTOR_H
|