Commit a16ca740 authored by Don Gagne's avatar Don Gagne

Merge pull request #978 from DonLakeFlyer/BogusFiles

Delete generated UIC files
parents 92e8b048 56caa239
/********************************************************************************
** Form generated from reading UI file 'AudioOutputWidget.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef AUDIOOUTPUTWIDGET_H
#define AUDIOOUTPUTWIDGET_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QGridLayout>
#include <QHeaderView>
#include <QPushButton>
#include <QSpacerItem>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_AudioOutputWidget
{
public:
QGridLayout *gridLayout;
QSpacerItem *horizontalSpacer;
QSpacerItem *verticalSpacer;
QPushButton *muteButton;
void setupUi(QWidget *AudioOutputWidget) {
if (AudioOutputWidget->objectName().isEmpty())
AudioOutputWidget->setObjectName(QString::fromUtf8("AudioOutputWidget"));
AudioOutputWidget->resize(195, 95);
gridLayout = new QGridLayout(AudioOutputWidget);
gridLayout->setContentsMargins(6, 6, 6, 6);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
horizontalSpacer = new QSpacerItem(53, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(horizontalSpacer, 0, 2, 1, 2);
verticalSpacer = new QSpacerItem(180, 43, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout->addItem(verticalSpacer, 1, 0, 1, 4);
muteButton = new QPushButton(AudioOutputWidget);
muteButton->setObjectName(QString::fromUtf8("muteButton"));
QIcon icon;
icon.addFile(QString::fromUtf8(":/files/images/status/audio-volume-muted.svg"), QSize(), QIcon::Normal, QIcon::Off);
muteButton->setIcon(icon);
muteButton->setIconSize(QSize(16, 16));
gridLayout->addWidget(muteButton, 0, 0, 1, 1);
retranslateUi(AudioOutputWidget);
QMetaObject::connectSlotsByName(AudioOutputWidget);
} // setupUi
void retranslateUi(QWidget *AudioOutputWidget) {
AudioOutputWidget->setWindowTitle(QApplication::translate("AudioOutputWidget", "Form", 0, QApplication::UnicodeUTF8));
muteButton->setText(QApplication::translate("AudioOutputWidget", "Mute", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class AudioOutputWidget: public Ui_AudioOutputWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // AUDIOOUTPUTWIDGET_H
/****************************************************************************
** Form interface generated from reading ui file 'src/ui/CommSettings.ui'
**
** Created: Tue Jun 1 20:21:32 2010
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
/********************************************************************************
** Form generated from reading UI file 'DebugConsole.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef DEBUGCONSOLE_H
#define DEBUGCONSOLE_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QCheckBox>
#include <QComboBox>
#include <QGridLayout>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QLabel>
#include <QLineEdit>
#include <QPlainTextEdit>
#include <QPushButton>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_DebugConsole
{
public:
QGridLayout *gridLayout;
QHBoxLayout *horizontalLayout_2;
QComboBox *linkComboBox;
QLabel *speedLabel;
QCheckBox *mavlinkCheckBox;
QCheckBox *hexCheckBox;
QCheckBox *holdCheckBox;
QPlainTextEdit *receiveText;
QLineEdit *sentText;
QLineEdit *sendText;
QHBoxLayout *horizontalLayout;
QPushButton *transmitButton;
QPushButton *holdButton;
QPushButton *clearButton;
void setupUi(QWidget *DebugConsole) {
if (DebugConsole->objectName().isEmpty())
DebugConsole->setObjectName(QString::fromUtf8("DebugConsole"));
DebugConsole->resize(435, 185);
gridLayout = new QGridLayout(DebugConsole);
gridLayout->setContentsMargins(6, 6, 6, 6);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setHorizontalSpacing(6);
gridLayout->setVerticalSpacing(4);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
linkComboBox = new QComboBox(DebugConsole);
linkComboBox->setObjectName(QString::fromUtf8("linkComboBox"));
linkComboBox->setMaximumSize(QSize(130, 16777215));
horizontalLayout_2->addWidget(linkComboBox);
speedLabel = new QLabel(DebugConsole);
speedLabel->setObjectName(QString::fromUtf8("speedLabel"));
horizontalLayout_2->addWidget(speedLabel);
mavlinkCheckBox = new QCheckBox(DebugConsole);
mavlinkCheckBox->setObjectName(QString::fromUtf8("mavlinkCheckBox"));
horizontalLayout_2->addWidget(mavlinkCheckBox);
hexCheckBox = new QCheckBox(DebugConsole);
hexCheckBox->setObjectName(QString::fromUtf8("hexCheckBox"));
horizontalLayout_2->addWidget(hexCheckBox);
holdCheckBox = new QCheckBox(DebugConsole);
holdCheckBox->setObjectName(QString::fromUtf8("holdCheckBox"));
horizontalLayout_2->addWidget(holdCheckBox);
horizontalLayout_2->setStretch(0, 10);
gridLayout->addLayout(horizontalLayout_2, 0, 0, 1, 2);
receiveText = new QPlainTextEdit(DebugConsole);
receiveText->setObjectName(QString::fromUtf8("receiveText"));
gridLayout->addWidget(receiveText, 1, 0, 1, 2);
sentText = new QLineEdit(DebugConsole);
sentText->setObjectName(QString::fromUtf8("sentText"));
sentText->setReadOnly(true);
gridLayout->addWidget(sentText, 2, 0, 1, 2);
sendText = new QLineEdit(DebugConsole);
sendText->setObjectName(QString::fromUtf8("sendText"));
gridLayout->addWidget(sendText, 3, 0, 1, 1);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
transmitButton = new QPushButton(DebugConsole);
transmitButton->setObjectName(QString::fromUtf8("transmitButton"));
QIcon icon;
icon.addFile(QString::fromUtf8(":/files/images/devices/network-wireless.svg"), QSize(), QIcon::Normal, QIcon::Off);
transmitButton->setIcon(icon);
horizontalLayout->addWidget(transmitButton);
holdButton = new QPushButton(DebugConsole);
holdButton->setObjectName(QString::fromUtf8("holdButton"));
holdButton->setCheckable(true);
horizontalLayout->addWidget(holdButton);
clearButton = new QPushButton(DebugConsole);
clearButton->setObjectName(QString::fromUtf8("clearButton"));
horizontalLayout->addWidget(clearButton);
gridLayout->addLayout(horizontalLayout, 3, 1, 1, 1);
retranslateUi(DebugConsole);
QObject::connect(clearButton, SIGNAL(clicked()), receiveText, SLOT(clear()));
QMetaObject::connectSlotsByName(DebugConsole);
} // setupUi
void retranslateUi(QWidget *DebugConsole) {
DebugConsole->setWindowTitle(QApplication::translate("DebugConsole", "Form", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
linkComboBox->setToolTip(QApplication::translate("DebugConsole", "Select the link to monitor", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
speedLabel->setText(QApplication::translate("DebugConsole", "0.0 kB/s", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
mavlinkCheckBox->setToolTip(QApplication::translate("DebugConsole", "Ignore MAVLINK protocol messages in display", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
mavlinkCheckBox->setText(QApplication::translate("DebugConsole", "No MAVLINK", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
hexCheckBox->setToolTip(QApplication::translate("DebugConsole", "Display and send bytes in HEX representation", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
hexCheckBox->setText(QApplication::translate("DebugConsole", "HEX", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
holdCheckBox->setToolTip(QApplication::translate("DebugConsole", "Saves CPU ressources, automatically set view to hold if data rate is too high to prevent fast scrolling", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
holdCheckBox->setStatusTip(QApplication::translate("DebugConsole", "Saves CPU ressources, automatically set view to hold if data rate is too high to prevent fast scrolling", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
holdCheckBox->setWhatsThis(QApplication::translate("DebugConsole", "Enable auto hold to lower the CPU consumption", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
holdCheckBox->setText(QApplication::translate("DebugConsole", "Auto hold", 0, QApplication::UnicodeUTF8));
sentText->setText(QApplication::translate("DebugConsole", "Enter data/text below to send", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
sendText->setToolTip(QApplication::translate("DebugConsole", "Type the bytes to send here, use 0xAA format for HEX (Check HEX checkbox above)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
transmitButton->setToolTip(QApplication::translate("DebugConsole", "Send the ASCII text or HEX values over the link", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
transmitButton->setText(QApplication::translate("DebugConsole", "Send", 0, QApplication::UnicodeUTF8));
holdButton->setText(QApplication::translate("DebugConsole", "Hold", 0, QApplication::UnicodeUTF8));
clearButton->setText(QApplication::translate("DebugConsole", "Clear", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class DebugConsole: public Ui_DebugConsole {};
} // namespace Ui
QT_END_NAMESPACE
#endif // DEBUGCONSOLE_H
/********************************************************************************
** Form generated from reading UI file 'HDDisplay.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef HDDISPLAY_H
#define HDDISPLAY_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QGraphicsView>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_HDDisplay
{
public:
QHBoxLayout *horizontalLayout;
QGraphicsView *view;
void setupUi(QWidget *HDDisplay) {
if (HDDisplay->objectName().isEmpty())
HDDisplay->setObjectName(QString::fromUtf8("HDDisplay"));
HDDisplay->resize(400, 300);
horizontalLayout = new QHBoxLayout(HDDisplay);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
view = new QGraphicsView(HDDisplay);
view->setObjectName(QString::fromUtf8("view"));
horizontalLayout->addWidget(view);
retranslateUi(HDDisplay);
QMetaObject::connectSlotsByName(HDDisplay);
} // setupUi
void retranslateUi(QWidget *HDDisplay) {
HDDisplay->setWindowTitle(QApplication::translate("HDDisplay", "Form", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class HDDisplay: public Ui_HDDisplay {};
} // namespace Ui
QT_END_NAMESPACE
#endif // HDDISPLAY_H
/********************************************************************************
** Form generated from reading UI file 'JoystickWidget.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef JOYSTICKWIDGET_H
#define JOYSTICKWIDGET_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QDial>
#include <QDialog>
#include <QDialogButtonBox>
#include <QGroupBox>
#include <QHeaderView>
#include <QLCDNumber>
#include <QProgressBar>
#include <QSlider>
QT_BEGIN_NAMESPACE
class Ui_JoystickWidget
{
public:
QDialogButtonBox *buttonBox;
QProgressBar *thrust;
QSlider *ySlider;
QSlider *xSlider;
QLCDNumber *xValue;
QLCDNumber *yValue;
QDial *dial;
QGroupBox *button0Label;
void setupUi(QDialog *JoystickWidget) {
if (JoystickWidget->objectName().isEmpty())
JoystickWidget->setObjectName(QString::fromUtf8("JoystickWidget"));
JoystickWidget->resize(400, 300);
buttonBox = new QDialogButtonBox(JoystickWidget);
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
buttonBox->setGeometry(QRect(30, 240, 341, 32));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
thrust = new QProgressBar(JoystickWidget);
thrust->setObjectName(QString::fromUtf8("thrust"));
thrust->setGeometry(QRect(350, 20, 31, 181));
thrust->setValue(0);
thrust->setOrientation(Qt::Vertical);
ySlider = new QSlider(JoystickWidget);
ySlider->setObjectName(QString::fromUtf8("ySlider"));
ySlider->setGeometry(QRect(160, 190, 160, 17));
ySlider->setMaximum(100);
ySlider->setOrientation(Qt::Horizontal);
xSlider = new QSlider(JoystickWidget);
xSlider->setObjectName(QString::fromUtf8("xSlider"));
xSlider->setGeometry(QRect(140, 40, 17, 160));
xSlider->setMaximum(100);
xSlider->setOrientation(Qt::Vertical);
xValue = new QLCDNumber(JoystickWidget);
xValue->setObjectName(QString::fromUtf8("xValue"));
xValue->setGeometry(QRect(160, 50, 41, 23));
xValue->setFrameShadow(QFrame::Plain);
xValue->setSmallDecimalPoint(true);
xValue->setNumDigits(3);
xValue->setSegmentStyle(QLCDNumber::Flat);
yValue = new QLCDNumber(JoystickWidget);
yValue->setObjectName(QString::fromUtf8("yValue"));
yValue->setGeometry(QRect(270, 160, 41, 23));
yValue->setFrameShadow(QFrame::Plain);
yValue->setSmallDecimalPoint(true);
yValue->setNumDigits(3);
yValue->setSegmentStyle(QLCDNumber::Flat);
dial = new QDial(JoystickWidget);
dial->setObjectName(QString::fromUtf8("dial"));
dial->setGeometry(QRect(210, 50, 101, 101));
button0Label = new QGroupBox(JoystickWidget);
button0Label->setObjectName(QString::fromUtf8("button0Label"));
button0Label->setGeometry(QRect(60, 20, 41, 16));
button0Label->setAutoFillBackground(false);
button0Label->setFlat(false);
retranslateUi(JoystickWidget);
QObject::connect(buttonBox, SIGNAL(accepted()), JoystickWidget, SLOT(accept()));
QObject::connect(buttonBox, SIGNAL(rejected()), JoystickWidget, SLOT(reject()));
QMetaObject::connectSlotsByName(JoystickWidget);
} // setupUi
void retranslateUi(QDialog *JoystickWidget) {
JoystickWidget->setWindowTitle(QApplication::translate("JoystickWidget", "Dialog", 0, QApplication::UnicodeUTF8));
button0Label->setStyleSheet(QApplication::translate("JoystickWidget", "QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}", 0, QApplication::UnicodeUTF8));
button0Label->setTitle(QString());
} // retranslateUi
};
namespace Ui
{
class JoystickWidget: public Ui_JoystickWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // JOYSTICKWIDGET_H
/********************************************************************************
** Form generated from reading UI file 'LineChart.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef LINECHART_H
#define LINECHART_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QScrollArea>
#include <QVBoxLayout>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_linechart
{
public:
QHBoxLayout *horizontalLayout_2;
QGroupBox *curveGroupBox;
QVBoxLayout *verticalLayout;
QScrollArea *curveListWidget;
QWidget *scrollAreaWidgetContents;
QGroupBox *diagramGroupBox;
void setupUi(QWidget *linechart) {
if (linechart->objectName().isEmpty())
linechart->setObjectName(QString::fromUtf8("linechart"));
linechart->resize(662, 381);
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
sizePolicy.setHorizontalStretch(3);
sizePolicy.setVerticalStretch(2);
sizePolicy.setHeightForWidth(linechart->sizePolicy().hasHeightForWidth());
linechart->setSizePolicy(sizePolicy);
linechart->setMinimumSize(QSize(300, 200));
horizontalLayout_2 = new QHBoxLayout(linechart);
horizontalLayout_2->setSpacing(3);
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
horizontalLayout_2->setContentsMargins(2, 0, 2, 2);
curveGroupBox = new QGroupBox(linechart);
curveGroupBox->setObjectName(QString::fromUtf8("curveGroupBox"));
QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::MinimumExpanding);
sizePolicy1.setHorizontalStretch(1);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(curveGroupBox->sizePolicy().hasHeightForWidth());
curveGroupBox->setSizePolicy(sizePolicy1);
curveGroupBox->setMinimumSize(QSize(250, 300));
curveGroupBox->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
verticalLayout = new QVBoxLayout(curveGroupBox);
verticalLayout->setSpacing(2);
verticalLayout->setContentsMargins(0, 0, 0, 0);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
curveListWidget = new QScrollArea(curveGroupBox);
curveListWidget->setObjectName(QString::fromUtf8("curveListWidget"));
QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Expanding);
sizePolicy2.setHorizontalStretch(0);
sizePolicy2.setVerticalStretch(0);
sizePolicy2.setHeightForWidth(curveListWidget->sizePolicy().hasHeightForWidth());
curveListWidget->setSizePolicy(sizePolicy2);
curveListWidget->setMinimumSize(QSize(240, 250));
curveListWidget->setBaseSize(QSize(150, 200));
curveListWidget->setAutoFillBackground(false);
curveListWidget->setFrameShape(QFrame::NoFrame);
curveListWidget->setFrameShadow(QFrame::Sunken);
curveListWidget->setWidgetResizable(true);
curveListWidget->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
scrollAreaWidgetContents = new QWidget();
scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 242, 361));
curveListWidget->setWidget(scrollAreaWidgetContents);
verticalLayout->addWidget(curveListWidget);
horizontalLayout_2->addWidget(curveGroupBox);
diagramGroupBox = new QGroupBox(linechart);
diagramGroupBox->setObjectName(QString::fromUtf8("diagramGroupBox"));
QSizePolicy sizePolicy3(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
sizePolicy3.setHorizontalStretch(9);
sizePolicy3.setVerticalStretch(0);
sizePolicy3.setHeightForWidth(diagramGroupBox->sizePolicy().hasHeightForWidth());
diagramGroupBox->setSizePolicy(sizePolicy3);
diagramGroupBox->setMinimumSize(QSize(400, 300));
diagramGroupBox->setBaseSize(QSize(800, 300));
horizontalLayout_2->addWidget(diagramGroupBox);
retranslateUi(linechart);
QMetaObject::connectSlotsByName(linechart);
} // setupUi
void retranslateUi(QWidget *linechart) {
linechart->setWindowTitle(QApplication::translate("linechart", "Form", 0, QApplication::UnicodeUTF8));
curveGroupBox->setTitle(QApplication::translate("linechart", "Curve Selection", 0, QApplication::UnicodeUTF8));
diagramGroupBox->setTitle(QApplication::translate("linechart", "Diagram", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class linechart: public Ui_linechart {};
} // namespace Ui
QT_END_NAMESPACE
#endif // LINECHART_H
/********************************************************************************
** Form generated from reading UI file 'MAVLinkSettingsWidget.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef MAVLINKSETTINGSWIDGET_H
#define MAVLINKSETTINGSWIDGET_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QCheckBox>
#include <QHeaderView>
#include <QSpacerItem>
#include <QVBoxLayout>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_MAVLinkSettingsWidget
{
public:
QVBoxLayout *verticalLayout;
QCheckBox *heartbeatCheckBox;
QCheckBox *loggingCheckBox;
QSpacerItem *verticalSpacer;
void setupUi(QWidget *MAVLinkSettingsWidget) {
if (MAVLinkSettingsWidget->objectName().isEmpty())
MAVLinkSettingsWidget->setObjectName(QString::fromUtf8("MAVLinkSettingsWidget"));
MAVLinkSettingsWidget->resize(267, 123);
verticalLayout = new QVBoxLayout(MAVLinkSettingsWidget);
verticalLayout->setContentsMargins(6, 6, 6, 6);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
heartbeatCheckBox = new QCheckBox(MAVLinkSettingsWidget);
heartbeatCheckBox->setObjectName(QString::fromUtf8("heartbeatCheckBox"));
verticalLayout->addWidget(heartbeatCheckBox);
loggingCheckBox = new QCheckBox(MAVLinkSettingsWidget);
loggingCheckBox->setObjectName(QString::fromUtf8("loggingCheckBox"));
verticalLayout->addWidget(loggingCheckBox);
verticalSpacer = new QSpacerItem(20, 84, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout->addItem(verticalSpacer);
retranslateUi(MAVLinkSettingsWidget);
QMetaObject::connectSlotsByName(MAVLinkSettingsWidget);
} // setupUi
void retranslateUi(QWidget *MAVLinkSettingsWidget) {
MAVLinkSettingsWidget->setWindowTitle(QApplication::translate("MAVLinkSettingsWidget", "Form", 0, QApplication::UnicodeUTF8));
heartbeatCheckBox->setText(QApplication::translate("MAVLinkSettingsWidget", "Emit heartbeat", 0, QApplication::UnicodeUTF8));
loggingCheckBox->setText(QApplication::translate("MAVLinkSettingsWidget", "Log all MAVLink packets", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class MAVLinkSettingsWidget: public Ui_MAVLinkSettingsWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // MAVLINKSETTINGSWIDGET_H
/****************************************************************************
** Form interface generated from reading ui file 'src/ui/MainWindow.ui'
**
** Created: Tue Jun 1 20:21:32 2010
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
/********************************************************************************
** Form generated from reading UI file 'MapWidget.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef MAPWIDGET_H
#define MAPWIDGET_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QHeaderView>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_MapWidget
{
public:
void setupUi(QWidget *MapWidget) {
if (MapWidget->objectName().isEmpty())
MapWidget->setObjectName(QString::fromUtf8("MapWidget"));
MapWidget->resize(400, 300);
retranslateUi(MapWidget);
QMetaObject::connectSlotsByName(MapWidget);
} // setupUi
void retranslateUi(QWidget *MapWidget) {
MapWidget->setWindowTitle(QApplication::translate("MapWidget", "Form", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class MapWidget: public Ui_MapWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // MAPWIDGET_H
/********************************************************************************
** Form generated from reading UI file 'ObjectDetectionView.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef OBJECTDETECTIONVIEW_H
#define OBJECTDETECTIONVIEW_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QGridLayout>
#include <QHeaderView>
#include <QLabel>
#include <QListWidget>
#include <QPushButton>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_ObjectDetectionView
{
public:
QGridLayout *gridLayout;
QListWidget *listWidget;
QListWidget *letterListWidget;
QLabel *imageLabel;
QLabel *letterLabel;
QLabel *nameLabel;
QPushButton *clearButton;
void setupUi(QWidget *ObjectDetectionView) {
if (ObjectDetectionView->objectName().isEmpty())
ObjectDetectionView->setObjectName(QString::fromUtf8("ObjectDetectionView"));
ObjectDetectionView->resize(246, 403);
gridLayout = new QGridLayout(ObjectDetectionView);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
listWidget = new QListWidget(ObjectDetectionView);
listWidget->setObjectName(QString::fromUtf8("listWidget"));
gridLayout->addWidget(listWidget, 0, 0, 1, 3);
letterListWidget = new QListWidget(ObjectDetectionView);
letterListWidget->setObjectName(QString::fromUtf8("letterListWidget"));
gridLayout->addWidget(letterListWidget, 1, 0, 1, 3);
imageLabel = new QLabel(ObjectDetectionView);
imageLabel->setObjectName(QString::fromUtf8("imageLabel"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
sizePolicy.setHorizontalStretch(10);
sizePolicy.setVerticalStretch(10);
sizePolicy.setHeightForWidth(imageLabel->sizePolicy().hasHeightForWidth());
imageLabel->setSizePolicy(sizePolicy);
imageLabel->setMinimumSize(QSize(110, 110));
imageLabel->setSizeIncrement(QSize(2, 2));
imageLabel->setBaseSize(QSize(10, 10));
gridLayout->addWidget(imageLabel, 2, 0, 1, 1);
letterLabel = new QLabel(ObjectDetectionView);
letterLabel->setObjectName(QString::fromUtf8("letterLabel"));
sizePolicy.setHeightForWidth(letterLabel->sizePolicy().hasHeightForWidth());
letterLabel->setSizePolicy(sizePolicy);
letterLabel->setMinimumSize(QSize(110, 110));
letterLabel->setSizeIncrement(QSize(2, 2));
letterLabel->setBaseSize(QSize(10, 10));
letterLabel->setStyleSheet(QString::fromUtf8("font: 72pt;\n"
"color: white;"));
letterLabel->setAlignment(Qt::AlignCenter);
gridLayout->addWidget(letterLabel, 2, 1, 1, 2);
nameLabel = new QLabel(ObjectDetectionView);
nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
gridLayout->addWidget(nameLabel, 3, 0, 1, 2);
clearButton = new QPushButton(ObjectDetectionView);
clearButton->setObjectName(QString::fromUtf8("clearButton"));
clearButton->setMaximumSize(QSize(80, 16777215));
gridLayout->addWidget(clearButton, 3, 2, 1, 1);
retranslateUi(ObjectDetectionView);
QMetaObject::connectSlotsByName(ObjectDetectionView);
} // setupUi
void retranslateUi(QWidget *ObjectDetectionView) {
ObjectDetectionView->setWindowTitle(QApplication::translate("ObjectDetectionView", "Form", 0, QApplication::UnicodeUTF8));
imageLabel->setText(QString());
letterLabel->setText(QString());
nameLabel->setText(QApplication::translate("ObjectDetectionView", "No objects recognized", 0, QApplication::UnicodeUTF8));
clearButton->setText(QApplication::translate("ObjectDetectionView", "Clear", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class ObjectDetectionView: public Ui_ObjectDetectionView {};
} // namespace Ui
QT_END_NAMESPACE
#endif // OBJECTDETECTIONVIEW_H
/********************************************************************************
** Form generated from reading UI file 'ParameterInterface.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef PARAMETERINTERFACE_H
#define PARAMETERINTERFACE_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QComboBox>
#include <QGridLayout>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QLabel>
#include <QStackedWidget>
#include <QVBoxLayout>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_parameterWidget
{
public:
QGridLayout *gridLayout;
QLabel *label;
QComboBox *vehicleComboBox;
QGroupBox *groupBox_2;
QHBoxLayout *horizontalLayout;
QStackedWidget *stackedWidget;
QWidget *page;
QVBoxLayout *verticalLayout;
QWidget *page_2;
QStackedWidget *sensorSettings;
QWidget *page_3;
QVBoxLayout *verticalLayout_2;
QWidget *page_4;
void setupUi(QWidget *parameterWidget) {
if (parameterWidget->objectName().isEmpty())
parameterWidget->setObjectName(QString::fromUtf8("parameterWidget"));
parameterWidget->resize(350, 545);
gridLayout = new QGridLayout(parameterWidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
label = new QLabel(parameterWidget);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 0, 0, 1, 1);
vehicleComboBox = new QComboBox(parameterWidget);
vehicleComboBox->setObjectName(QString::fromUtf8("vehicleComboBox"));
gridLayout->addWidget(vehicleComboBox, 0, 1, 1, 1);
groupBox_2 = new QGroupBox(parameterWidget);
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
horizontalLayout = new QHBoxLayout(groupBox_2);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
stackedWidget = new QStackedWidget(groupBox_2);
stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
page = new QWidget();
page->setObjectName(QString::fromUtf8("page"));
verticalLayout = new QVBoxLayout(page);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
stackedWidget->addWidget(page);
page_2 = new QWidget();
page_2->setObjectName(QString::fromUtf8("page_2"));
stackedWidget->addWidget(page_2);
horizontalLayout->addWidget(stackedWidget);
gridLayout->addWidget(groupBox_2, 1, 0, 1, 2);
sensorSettings = new QStackedWidget(parameterWidget);
sensorSettings->setObjectName(QString::fromUtf8("sensorSettings"));
page_3 = new QWidget();
page_3->setObjectName(QString::fromUtf8("page_3"));
verticalLayout_2 = new QVBoxLayout(page_3);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
sensorSettings->addWidget(page_3);
page_4 = new QWidget();
page_4->setObjectName(QString::fromUtf8("page_4"));
sensorSettings->addWidget(page_4);
gridLayout->addWidget(sensorSettings, 2, 0, 1, 2);
retranslateUi(parameterWidget);
stackedWidget->setCurrentIndex(0);
sensorSettings->setCurrentIndex(0);
QMetaObject::connectSlotsByName(parameterWidget);
} // setupUi
void retranslateUi(QWidget *parameterWidget) {
parameterWidget->setWindowTitle(QApplication::translate("parameterWidget", "Form", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("parameterWidget", "Vehicle", 0, QApplication::UnicodeUTF8));
groupBox_2->setTitle(QApplication::translate("parameterWidget", "Onboard Parameters", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class parameterWidget: public Ui_parameterWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // PARAMETERINTERFACE_H
/********************************************************************************
** Form generated from reading UI file 'QGCSensorSettingsWidget.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef QGCSENSORSETTINGSWIDGET_H
#define QGCSENSORSETTINGSWIDGET_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QCheckBox>
#include <QGridLayout>
#include <QGroupBox>
#include <QHeaderView>
#include <QLabel>
#include <QPushButton>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_QGCSensorSettingsWidget
{
public:
QGridLayout *gridLayout_4;
QGroupBox *groupBox;
QGridLayout *gridLayout_2;
QCheckBox *sendRawCheckBox;
QCheckBox *sendExtendedCheckBox;
QCheckBox *sendRCCheckBox;
QCheckBox *sendControllerCheckBox;
QCheckBox *sendPositionCheckBox;
QCheckBox *sendExtra1CheckBox;
QCheckBox *sendExtra2CheckBox;
QCheckBox *sendExtra3CheckBox;
QGroupBox *groupBox_3;
QGridLayout *gridLayout;
QPushButton *gyroCalButton;
QLabel *gyroCalDate;
QPushButton *magCalButton;
QLabel *magCalLabel;
void setupUi(QWidget *QGCSensorSettingsWidget) {
if (QGCSensorSettingsWidget->objectName().isEmpty())
QGCSensorSettingsWidget->setObjectName(QString::fromUtf8("QGCSensorSettingsWidget"));
QGCSensorSettingsWidget->resize(350, 545);
gridLayout_4 = new QGridLayout(QGCSensorSettingsWidget);
gridLayout_4->setContentsMargins(0, 0, 0, 0);
gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
groupBox = new QGroupBox(QGCSensorSettingsWidget);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
gridLayout_2 = new QGridLayout(groupBox);
gridLayout_2->setContentsMargins(6, 6, 6, 6);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
sendRawCheckBox = new QCheckBox(groupBox);
sendRawCheckBox->setObjectName(QString::fromUtf8("sendRawCheckBox"));
gridLayout_2->addWidget(sendRawCheckBox, 0, 0, 1, 1);
sendExtendedCheckBox = new QCheckBox(groupBox);
sendExtendedCheckBox->setObjectName(QString::fromUtf8("sendExtendedCheckBox"));
gridLayout_2->addWidget(sendExtendedCheckBox, 1, 0, 1, 1);
sendRCCheckBox = new QCheckBox(groupBox);
sendRCCheckBox->setObjectName(QString::fromUtf8("sendRCCheckBox"));
gridLayout_2->addWidget(sendRCCheckBox, 2, 0, 1, 1);
sendControllerCheckBox = new QCheckBox(groupBox);
sendControllerCheckBox->setObjectName(QString::fromUtf8("sendControllerCheckBox"));
gridLayout_2->addWidget(sendControllerCheckBox, 3, 0, 1, 1);
sendPositionCheckBox = new QCheckBox(groupBox);
sendPositionCheckBox->setObjectName(QString::fromUtf8("sendPositionCheckBox"));
gridLayout_2->addWidget(sendPositionCheckBox, 4, 0, 1, 1);
sendExtra1CheckBox = new QCheckBox(groupBox);
sendExtra1CheckBox->setObjectName(QString::fromUtf8("sendExtra1CheckBox"));
gridLayout_2->addWidget(sendExtra1CheckBox, 5, 0, 1, 1);
sendExtra2CheckBox = new QCheckBox(groupBox);
sendExtra2CheckBox->setObjectName(QString::fromUtf8("sendExtra2CheckBox"));
gridLayout_2->addWidget(sendExtra2CheckBox, 6, 0, 1, 1);
sendExtra3CheckBox = new QCheckBox(groupBox);
sendExtra3CheckBox->setObjectName(QString::fromUtf8("sendExtra3CheckBox"));
gridLayout_2->addWidget(sendExtra3CheckBox, 7, 0, 1, 1);
gridLayout_4->addWidget(groupBox, 0, 0, 1, 1);
groupBox_3 = new QGroupBox(QGCSensorSettingsWidget);
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
gridLayout = new QGridLayout(groupBox_3);
gridLayout->setContentsMargins(6, 6, 6, 6);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gyroCalButton = new QPushButton(groupBox_3);
gyroCalButton->setObjectName(QString::fromUtf8("gyroCalButton"));
gridLayout->addWidget(gyroCalButton, 0, 0, 1, 1);
gyroCalDate = new QLabel(groupBox_3);
gyroCalDate->setObjectName(QString::fromUtf8("gyroCalDate"));
gridLayout->addWidget(gyroCalDate, 0, 1, 1, 1);
magCalButton = new QPushButton(groupBox_3);
magCalButton->setObjectName(QString::fromUtf8("magCalButton"));
gridLayout->addWidget(magCalButton, 1, 0, 1, 1);
magCalLabel = new QLabel(groupBox_3);
magCalLabel->setObjectName(QString::fromUtf8("magCalLabel"));
gridLayout->addWidget(magCalLabel, 1, 1, 1, 1);
gridLayout_4->addWidget(groupBox_3, 1, 0, 1, 1);
retranslateUi(QGCSensorSettingsWidget);
QMetaObject::connectSlotsByName(QGCSensorSettingsWidget);
} // setupUi
void retranslateUi(QWidget *QGCSensorSettingsWidget) {
QGCSensorSettingsWidget->setWindowTitle(QApplication::translate("QGCSensorSettingsWidget", "Form", 0, QApplication::UnicodeUTF8));
groupBox->setTitle(QApplication::translate("QGCSensorSettingsWidget", "Activate Extended Output", 0, QApplication::UnicodeUTF8));
sendRawCheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send RAW Sensor data", 0, QApplication::UnicodeUTF8));
sendExtendedCheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send extended status", 0, QApplication::UnicodeUTF8));
sendRCCheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send RC-values", 0, QApplication::UnicodeUTF8));
sendControllerCheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send raw controller outputs", 0, QApplication::UnicodeUTF8));
sendPositionCheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send position setpoint and estimate", 0, QApplication::UnicodeUTF8));
sendExtra1CheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send Extra1", 0, QApplication::UnicodeUTF8));
sendExtra2CheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send Extra2", 0, QApplication::UnicodeUTF8));
sendExtra3CheckBox->setText(QApplication::translate("QGCSensorSettingsWidget", "Send Extra3", 0, QApplication::UnicodeUTF8));
groupBox_3->setTitle(QApplication::translate("QGCSensorSettingsWidget", "Calibration Wizards", 0, QApplication::UnicodeUTF8));
gyroCalButton->setText(QApplication::translate("QGCSensorSettingsWidget", "Start dynamic calibration", 0, QApplication::UnicodeUTF8));
gyroCalDate->setText(QApplication::translate("QGCSensorSettingsWidget", "Date unknown", 0, QApplication::UnicodeUTF8));
magCalButton->setText(QApplication::translate("QGCSensorSettingsWidget", "Start static calibration", 0, QApplication::UnicodeUTF8));
magCalLabel->setText(QApplication::translate("QGCSensorSettingsWidget", "Date unknown", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class QGCSensorSettingsWidget: public Ui_QGCSensorSettingsWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // QGCSENSORSETTINGSWIDGET_H
/****************************************************************************
** Form interface generated from reading ui file 'src/ui/SerialSettings.ui'
**
** Created: Tue Jun 1 20:21:32 2010
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
/********************************************************************************
** Form generated from reading UI file 'UASControl.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UASCONTROL_H
#define UASCONTROL_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QComboBox>
#include <QGridLayout>
#include <QHeaderView>
#include <QLabel>
#include <QPushButton>
#include <QSpacerItem>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_uasControl
{
public:
QGridLayout *gridLayout;
QLabel *controlStatusLabel;
QPushButton *controlButton;
QSpacerItem *verticalSpacer_2;
QSpacerItem *horizontalSpacer;
QPushButton *liftoffButton;
QPushButton *landButton;
QPushButton *shutdownButton;
QSpacerItem *horizontalSpacer_2;
QComboBox *modeComboBox;
QPushButton *setModeButton;
QLabel *lastActionLabel;
QSpacerItem *verticalSpacer;
void setupUi(QWidget *uasControl) {
if (uasControl->objectName().isEmpty())
uasControl->setObjectName(QString::fromUtf8("uasControl"));
uasControl->resize(280, 164);
uasControl->setMinimumSize(QSize(280, 130));
gridLayout = new QGridLayout(uasControl);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(6, 12, 6, 6);
controlStatusLabel = new QLabel(uasControl);
controlStatusLabel->setObjectName(QString::fromUtf8("controlStatusLabel"));
controlStatusLabel->setAlignment(Qt::AlignCenter);
gridLayout->addWidget(controlStatusLabel, 0, 1, 1, 4);
controlButton = new QPushButton(uasControl);
controlButton->setObjectName(QString::fromUtf8("controlButton"));
gridLayout->addWidget(controlButton, 1, 1, 1, 4);
verticalSpacer_2 = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::MinimumExpanding);
gridLayout->addItem(verticalSpacer_2, 2, 1, 1, 4);
horizontalSpacer = new QSpacerItem(31, 159, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(horizontalSpacer, 0, 0, 6, 1);
liftoffButton = new QPushButton(uasControl);
liftoffButton->setObjectName(QString::fromUtf8("liftoffButton"));
QIcon icon;
icon.addFile(QString::fromUtf8(":/files/images/control/launch.svg"), QSize(), QIcon::Normal, QIcon::Off);
liftoffButton->setIcon(icon);
gridLayout->addWidget(liftoffButton, 3, 1, 1, 1);
landButton = new QPushButton(uasControl);
landButton->setObjectName(QString::fromUtf8("landButton"));
QIcon icon1;
icon1.addFile(QString::fromUtf8(":/files/images/control/land.svg"), QSize(), QIcon::Normal, QIcon::Off);
landButton->setIcon(icon1);
gridLayout->addWidget(landButton, 3, 2, 1, 2);
shutdownButton = new QPushButton(uasControl);
shutdownButton->setObjectName(QString::fromUtf8("shutdownButton"));
QIcon icon2;
icon2.addFile(QString::fromUtf8(":/files/images/actions/system-log-out.svg"), QSize(), QIcon::Normal, QIcon::Off);
shutdownButton->setIcon(icon2);
gridLayout->addWidget(shutdownButton, 3, 4, 1, 1);
horizontalSpacer_2 = new QSpacerItem(30, 159, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(horizontalSpacer_2, 0, 5, 6, 1);
modeComboBox = new QComboBox(uasControl);
modeComboBox->setObjectName(QString::fromUtf8("modeComboBox"));
gridLayout->addWidget(modeComboBox, 4, 1, 1, 2);
setModeButton = new QPushButton(uasControl);
setModeButton->setObjectName(QString::fromUtf8("setModeButton"));
QIcon icon3;
icon3.addFile(QString::fromUtf8(":/files/images/devices/network-wireless.svg"), QSize(), QIcon::Normal, QIcon::Off);
setModeButton->setIcon(icon3);
gridLayout->addWidget(setModeButton, 4, 3, 1, 2);
lastActionLabel = new QLabel(uasControl);
lastActionLabel->setObjectName(QString::fromUtf8("lastActionLabel"));
lastActionLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
gridLayout->addWidget(lastActionLabel, 5, 1, 1, 4);
verticalSpacer = new QSpacerItem(0, 1, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout->addItem(verticalSpacer, 6, 0, 1, 6);
gridLayout->setRowMinimumHeight(0, 5);
gridLayout->setRowMinimumHeight(1, 10);
gridLayout->setRowMinimumHeight(2, 10);
gridLayout->setRowMinimumHeight(4, 10);
gridLayout->setRowMinimumHeight(5, 5);
retranslateUi(uasControl);
QMetaObject::connectSlotsByName(uasControl);
} // setupUi
void retranslateUi(QWidget *uasControl) {
uasControl->setWindowTitle(QApplication::translate("uasControl", "Form", 0, QApplication::UnicodeUTF8));
controlStatusLabel->setText(QApplication::translate("uasControl", "UNCONNECTED", 0, QApplication::UnicodeUTF8));
controlButton->setText(QApplication::translate("uasControl", "Activate Engine", 0, QApplication::UnicodeUTF8));
liftoffButton->setText(QApplication::translate("uasControl", "Liftoff", 0, QApplication::UnicodeUTF8));
landButton->setText(QApplication::translate("uasControl", "Land", 0, QApplication::UnicodeUTF8));
shutdownButton->setText(QApplication::translate("uasControl", "Halt", 0, QApplication::UnicodeUTF8));
setModeButton->setText(QApplication::translate("uasControl", "Set Mode", 0, QApplication::UnicodeUTF8));
lastActionLabel->setText(QApplication::translate("uasControl", "No actions executed so far", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class uasControl: public Ui_uasControl {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UASCONTROL_H
This diff is collapsed.
/********************************************************************************
** Form generated from reading UI file 'UASList.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UASLIST_H
#define UASLIST_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QHeaderView>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_UASList
{
public:
void setupUi(QWidget *UASList) {
if (UASList->objectName().isEmpty())
UASList->setObjectName(QString::fromUtf8("UASList"));
UASList->resize(400, 300);
UASList->setMinimumSize(QSize(500, 0));
retranslateUi(UASList);
QMetaObject::connectSlotsByName(UASList);
} // setupUi
void retranslateUi(QWidget *UASList) {
UASList->setWindowTitle(QApplication::translate("UASList", "Form", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class UASList: public Ui_UASList {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UASLIST_H
This diff is collapsed.
/********************************************************************************
** Form generated from reading UI file 'WatchdogControl.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef WATCHDOGCONTROL_H
#define WATCHDOGCONTROL_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QHeaderView>
#include <QLabel>
#include <QVBoxLayout>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_WatchdogControl
{
public:
QVBoxLayout *verticalLayout;
QWidget *mainWidget;
QLabel *processInfoLabel;
void setupUi(QWidget *WatchdogControl) {
if (WatchdogControl->objectName().isEmpty())
WatchdogControl->setObjectName(QString::fromUtf8("WatchdogControl"));
WatchdogControl->resize(400, 300);
verticalLayout = new QVBoxLayout(WatchdogControl);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
mainWidget = new QWidget(WatchdogControl);
mainWidget->setObjectName(QString::fromUtf8("mainWidget"));
verticalLayout->addWidget(mainWidget);
processInfoLabel = new QLabel(WatchdogControl);
processInfoLabel->setObjectName(QString::fromUtf8("processInfoLabel"));
verticalLayout->addWidget(processInfoLabel);
verticalLayout->setStretch(0, 100);
retranslateUi(WatchdogControl);
QMetaObject::connectSlotsByName(WatchdogControl);
} // setupUi
void retranslateUi(QWidget *WatchdogControl) {
WatchdogControl->setWindowTitle(QApplication::translate("WatchdogControl", "Form", 0, QApplication::UnicodeUTF8));
processInfoLabel->setText(QApplication::translate("WatchdogControl", "0 Processes Core 1: 0% Core 2: 0%", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class WatchdogControl: public Ui_WatchdogControl {};
} // namespace Ui
QT_END_NAMESPACE
#endif // WATCHDOGCONTROL_H
/********************************************************************************
** Form generated from reading UI file 'WatchdogProcessView.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef WATCHDOGPROCESSVIEW_H
#define WATCHDOGPROCESSVIEW_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QLabel>
#include <QToolButton>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_WatchdogProcessView
{
public:
QHBoxLayout *horizontalLayout;
QLabel *nameLabel;
QLabel *pidLabel;
QLabel *argumentsLabel;
QToolButton *startButton;
QToolButton *restartButton;
void setupUi(QWidget *WatchdogProcessView) {
if (WatchdogProcessView->objectName().isEmpty())
WatchdogProcessView->setObjectName(QString::fromUtf8("WatchdogProcessView"));
WatchdogProcessView->resize(400, 44);
horizontalLayout = new QHBoxLayout(WatchdogProcessView);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
nameLabel = new QLabel(WatchdogProcessView);
nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
horizontalLayout->addWidget(nameLabel);
pidLabel = new QLabel(WatchdogProcessView);
pidLabel->setObjectName(QString::fromUtf8("pidLabel"));
horizontalLayout->addWidget(pidLabel);
argumentsLabel = new QLabel(WatchdogProcessView);
argumentsLabel->setObjectName(QString::fromUtf8("argumentsLabel"));
horizontalLayout->addWidget(argumentsLabel);
startButton = new QToolButton(WatchdogProcessView);
startButton->setObjectName(QString::fromUtf8("startButton"));
horizontalLayout->addWidget(startButton);
restartButton = new QToolButton(WatchdogProcessView);
restartButton->setObjectName(QString::fromUtf8("restartButton"));
horizontalLayout->addWidget(restartButton);
retranslateUi(WatchdogProcessView);
QMetaObject::connectSlotsByName(WatchdogProcessView);
} // setupUi
void retranslateUi(QWidget *WatchdogProcessView) {
WatchdogProcessView->setWindowTitle(QApplication::translate("WatchdogProcessView", "Form", 0, QApplication::UnicodeUTF8));
nameLabel->setText(QApplication::translate("WatchdogProcessView", "TextLabel", 0, QApplication::UnicodeUTF8));
pidLabel->setText(QApplication::translate("WatchdogProcessView", "TextLabel", 0, QApplication::UnicodeUTF8));
argumentsLabel->setText(QApplication::translate("WatchdogProcessView", "TextLabel", 0, QApplication::UnicodeUTF8));
startButton->setText(QApplication::translate("WatchdogProcessView", "...", 0, QApplication::UnicodeUTF8));
restartButton->setText(QApplication::translate("WatchdogProcessView", "...", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class WatchdogProcessView: public Ui_WatchdogProcessView {};
} // namespace Ui
QT_END_NAMESPACE
#endif // WATCHDOGPROCESSVIEW_H
/********************************************************************************
** Form generated from reading UI file 'WatchdogView.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef WATCHDOGVIEW_H
#define WATCHDOGVIEW_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QGridLayout>
#include <QHeaderView>
#include <QLabel>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_WatchdogView
{
public:
QGridLayout *gridLayout;
QLabel *nameLabel;
QWidget *processListWidget;
void setupUi(QWidget *WatchdogView) {
if (WatchdogView->objectName().isEmpty())
WatchdogView->setObjectName(QString::fromUtf8("WatchdogView"));
WatchdogView->resize(400, 300);
gridLayout = new QGridLayout(WatchdogView);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
nameLabel = new QLabel(WatchdogView);
nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
gridLayout->addWidget(nameLabel, 0, 0, 1, 1);
processListWidget = new QWidget(WatchdogView);
processListWidget->setObjectName(QString::fromUtf8("processListWidget"));
gridLayout->addWidget(processListWidget, 1, 0, 1, 1);
gridLayout->setRowStretch(1, 100);
retranslateUi(WatchdogView);
QMetaObject::connectSlotsByName(WatchdogView);
} // setupUi
void retranslateUi(QWidget *WatchdogView) {
WatchdogView->setWindowTitle(QApplication::translate("WatchdogView", "Form", 0, QApplication::UnicodeUTF8));
nameLabel->setText(QApplication::translate("WatchdogView", "Watchdog", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class WatchdogView: public Ui_WatchdogView {};
} // namespace Ui
QT_END_NAMESPACE
#endif // WATCHDOGVIEW_H
/********************************************************************************
** Form generated from reading UI file 'WaypointList.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef WAYPOINTLIST_H
#define WAYPOINTLIST_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QGridLayout>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QLabel>
#include <QPushButton>
#include <QScrollArea>
#include <QSpacerItem>
#include <QToolButton>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_WaypointList
{
public:
QAction *actionAddWaypoint;
QAction *actionTransmit;
QAction *actionRead;
QGridLayout *gridLayout;
QScrollArea *scrollArea;
QWidget *scrollAreaWidgetContents;
QHBoxLayout *horizontalLayout;
QWidget *listWidget;
QPushButton *readButton;
QPushButton *transmitButton;
QLabel *statusLabel;
QToolButton *addButton;
QPushButton *loadButton;
QPushButton *saveButton;
QSpacerItem *horizontalSpacer;
QToolButton *positionAddButton;
void setupUi(QWidget *WaypointList) {
if (WaypointList->objectName().isEmpty())
WaypointList->setObjectName(QString::fromUtf8("WaypointList"));
WaypointList->resize(476, 218);
WaypointList->setMinimumSize(QSize(100, 120));
actionAddWaypoint = new QAction(WaypointList);
actionAddWaypoint->setObjectName(QString::fromUtf8("actionAddWaypoint"));
QIcon icon;
icon.addFile(QString::fromUtf8(":/files/images/actions/list-add.svg"), QSize(), QIcon::Normal, QIcon::Off);
actionAddWaypoint->setIcon(icon);
actionTransmit = new QAction(WaypointList);
actionTransmit->setObjectName(QString::fromUtf8("actionTransmit"));
QIcon icon1;
icon1.addFile(QString::fromUtf8(":/files/images/devices/network-wireless.svg"), QSize(), QIcon::Normal, QIcon::Off);
actionTransmit->setIcon(icon1);
actionRead = new QAction(WaypointList);
actionRead->setObjectName(QString::fromUtf8("actionRead"));
QIcon icon2;
icon2.addFile(QString::fromUtf8(":/files/images/status/software-update-available.svg"), QSize(), QIcon::Normal, QIcon::Off);
actionRead->setIcon(icon2);
gridLayout = new QGridLayout(WaypointList);
gridLayout->setSpacing(4);
gridLayout->setContentsMargins(4, 4, 4, 4);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
scrollArea = new QScrollArea(WaypointList);
scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
scrollArea->setWidgetResizable(true);
scrollAreaWidgetContents = new QWidget();
scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 466, 149));
horizontalLayout = new QHBoxLayout(scrollAreaWidgetContents);
horizontalLayout->setSpacing(0);
horizontalLayout->setContentsMargins(4, 4, 4, 4);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
listWidget = new QWidget(scrollAreaWidgetContents);
listWidget->setObjectName(QString::fromUtf8("listWidget"));
horizontalLayout->addWidget(listWidget);
scrollArea->setWidget(scrollAreaWidgetContents);
gridLayout->addWidget(scrollArea, 0, 0, 1, 9);
readButton = new QPushButton(WaypointList);
readButton->setObjectName(QString::fromUtf8("readButton"));
readButton->setIcon(icon2);
gridLayout->addWidget(readButton, 2, 7, 1, 1);
transmitButton = new QPushButton(WaypointList);
transmitButton->setObjectName(QString::fromUtf8("transmitButton"));
transmitButton->setIcon(icon1);
gridLayout->addWidget(transmitButton, 2, 8, 1, 1);
statusLabel = new QLabel(WaypointList);
statusLabel->setObjectName(QString::fromUtf8("statusLabel"));
gridLayout->addWidget(statusLabel, 3, 0, 1, 9);
addButton = new QToolButton(WaypointList);
addButton->setObjectName(QString::fromUtf8("addButton"));
addButton->setIcon(icon);
gridLayout->addWidget(addButton, 2, 6, 1, 1);
loadButton = new QPushButton(WaypointList);
loadButton->setObjectName(QString::fromUtf8("loadButton"));
gridLayout->addWidget(loadButton, 2, 3, 1, 1);
saveButton = new QPushButton(WaypointList);
saveButton->setObjectName(QString::fromUtf8("saveButton"));
gridLayout->addWidget(saveButton, 2, 2, 1, 1);
horizontalSpacer = new QSpacerItem(127, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(horizontalSpacer, 2, 4, 1, 1);
positionAddButton = new QToolButton(WaypointList);
positionAddButton->setObjectName(QString::fromUtf8("positionAddButton"));
QIcon icon3;
icon3.addFile(QString::fromUtf8(":/files/images/actions/go-bottom.svg"), QSize(), QIcon::Normal, QIcon::Off);
positionAddButton->setIcon(icon3);
gridLayout->addWidget(positionAddButton, 2, 5, 1, 1);
gridLayout->setRowStretch(0, 100);
retranslateUi(WaypointList);
QMetaObject::connectSlotsByName(WaypointList);
} // setupUi
void retranslateUi(QWidget *WaypointList) {
WaypointList->setWindowTitle(QApplication::translate("WaypointList", "Form", 0, QApplication::UnicodeUTF8));
actionAddWaypoint->setText(QApplication::translate("WaypointList", "Add Waypoint", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
actionAddWaypoint->setToolTip(QApplication::translate("WaypointList", "Add a new waypoint to the end of the list", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
actionTransmit->setText(QApplication::translate("WaypointList", "Transmit", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
actionTransmit->setToolTip(QApplication::translate("WaypointList", "Transmit waypoints to unmanned system", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
actionRead->setText(QApplication::translate("WaypointList", "Read", 0, QApplication::UnicodeUTF8));
readButton->setText(QApplication::translate("WaypointList", "Read", 0, QApplication::UnicodeUTF8));
transmitButton->setText(QApplication::translate("WaypointList", "Write", 0, QApplication::UnicodeUTF8));
statusLabel->setText(QApplication::translate("WaypointList", "TextLabel", 0, QApplication::UnicodeUTF8));
addButton->setText(QApplication::translate("WaypointList", "...", 0, QApplication::UnicodeUTF8));
loadButton->setText(QApplication::translate("WaypointList", "Load WPs", 0, QApplication::UnicodeUTF8));
saveButton->setText(QApplication::translate("WaypointList", "Save WPs", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
positionAddButton->setToolTip(QApplication::translate("WaypointList", "Set the current vehicle position as new waypoint", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
positionAddButton->setText(QApplication::translate("WaypointList", "...", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class WaypointList: public Ui_WaypointList {};
} // namespace Ui
QT_END_NAMESPACE
#endif // WAYPOINTLIST_H
This diff is collapsed.
/********************************************************************************
** Form generated from reading UI file 'XMLCommProtocolWidget.ui'
**
** Created: Sun Jul 11 18:53:34 2010
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef XMLCOMMPROTOCOLWIDGET_H
#define XMLCOMMPROTOCOLWIDGET_H
#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QGridLayout>
#include <QHeaderView>
#include <QLabel>
#include <QPlainTextEdit>
#include <QPushButton>
#include <QTextEdit>
#include <QTreeView>
#include <QWidget>
QT_BEGIN_NAMESPACE
class Ui_XMLCommProtocolWidget
{
public:
QGridLayout *gridLayout;
QLabel *fileNameLabel;
QPushButton *selectFileButton;
QTextEdit *xmlTextView;
QLabel *outputDirNameLabel;
QPushButton *selectOutputButton;
QTreeView *xmlTreeView;
QLabel *label;
QPlainTextEdit *compileLog;
QLabel *validXMLLabel;
QPushButton *saveButton;
QPushButton *generateButton;
void setupUi(QWidget *XMLCommProtocolWidget) {
if (XMLCommProtocolWidget->objectName().isEmpty())
XMLCommProtocolWidget->setObjectName(QString::fromUtf8("XMLCommProtocolWidget"));
XMLCommProtocolWidget->resize(846, 480);
gridLayout = new QGridLayout(XMLCommProtocolWidget);
gridLayout->setSpacing(12);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(-1, 6, 6, 6);
fileNameLabel = new QLabel(XMLCommProtocolWidget);
fileNameLabel->setObjectName(QString::fromUtf8("fileNameLabel"));
fileNameLabel->setMaximumSize(QSize(300, 16777215));
fileNameLabel->setScaledContents(true);
fileNameLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
gridLayout->addWidget(fileNameLabel, 0, 0, 1, 1);
selectFileButton = new QPushButton(XMLCommProtocolWidget);
selectFileButton->setObjectName(QString::fromUtf8("selectFileButton"));
QIcon icon;
icon.addFile(QString::fromUtf8(":/files/images/status/folder-open.svg"), QSize(), QIcon::Normal, QIcon::Off);
selectFileButton->setIcon(icon);
gridLayout->addWidget(selectFileButton, 0, 2, 1, 1);
xmlTextView = new QTextEdit(XMLCommProtocolWidget);
xmlTextView->setObjectName(QString::fromUtf8("xmlTextView"));
xmlTextView->setReadOnly(false);
gridLayout->addWidget(xmlTextView, 0, 3, 6, 1);
outputDirNameLabel = new QLabel(XMLCommProtocolWidget);
outputDirNameLabel->setObjectName(QString::fromUtf8("outputDirNameLabel"));
outputDirNameLabel->setMaximumSize(QSize(400, 16777215));
outputDirNameLabel->setScaledContents(true);
gridLayout->addWidget(outputDirNameLabel, 1, 0, 1, 2);
selectOutputButton = new QPushButton(XMLCommProtocolWidget);
selectOutputButton->setObjectName(QString::fromUtf8("selectOutputButton"));
selectOutputButton->setIcon(icon);
gridLayout->addWidget(selectOutputButton, 1, 2, 1, 1);
xmlTreeView = new QTreeView(XMLCommProtocolWidget);
xmlTreeView->setObjectName(QString::fromUtf8("xmlTreeView"));
gridLayout->addWidget(xmlTreeView, 2, 0, 1, 3);
label = new QLabel(XMLCommProtocolWidget);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 3, 0, 1, 2);
compileLog = new QPlainTextEdit(XMLCommProtocolWidget);
compileLog->setObjectName(QString::fromUtf8("compileLog"));
gridLayout->addWidget(compileLog, 4, 0, 1, 3);
validXMLLabel = new QLabel(XMLCommProtocolWidget);
validXMLLabel->setObjectName(QString::fromUtf8("validXMLLabel"));
gridLayout->addWidget(validXMLLabel, 5, 0, 1, 1);
saveButton = new QPushButton(XMLCommProtocolWidget);
saveButton->setObjectName(QString::fromUtf8("saveButton"));
gridLayout->addWidget(saveButton, 5, 1, 1, 1);
generateButton = new QPushButton(XMLCommProtocolWidget);
generateButton->setObjectName(QString::fromUtf8("generateButton"));
QIcon icon1;
icon1.addFile(QString::fromUtf8(":/files/images/categories/applications-system.svg"), QSize(), QIcon::Normal, QIcon::Off);
generateButton->setIcon(icon1);
gridLayout->addWidget(generateButton, 5, 2, 1, 1);
gridLayout->setRowStretch(2, 100);
gridLayout->setColumnStretch(0, 1);
gridLayout->setColumnStretch(1, 1);
gridLayout->setColumnStretch(2, 1);
gridLayout->setColumnStretch(3, 100);
retranslateUi(XMLCommProtocolWidget);
QMetaObject::connectSlotsByName(XMLCommProtocolWidget);
} // setupUi
void retranslateUi(QWidget *XMLCommProtocolWidget) {
XMLCommProtocolWidget->setWindowTitle(QApplication::translate("XMLCommProtocolWidget", "Form", 0, QApplication::UnicodeUTF8));
fileNameLabel->setText(QApplication::translate("XMLCommProtocolWidget", "Select input file", 0, QApplication::UnicodeUTF8));
selectFileButton->setText(QApplication::translate("XMLCommProtocolWidget", "Select input file", 0, QApplication::UnicodeUTF8));
outputDirNameLabel->setText(QApplication::translate("XMLCommProtocolWidget", "Select output directory", 0, QApplication::UnicodeUTF8));
selectOutputButton->setText(QApplication::translate("XMLCommProtocolWidget", "Select directory", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("XMLCommProtocolWidget", "Compile Output", 0, QApplication::UnicodeUTF8));
validXMLLabel->setText(QApplication::translate("XMLCommProtocolWidget", "No file loaded", 0, QApplication::UnicodeUTF8));
saveButton->setText(QApplication::translate("XMLCommProtocolWidget", "Save file", 0, QApplication::UnicodeUTF8));
generateButton->setText(QApplication::translate("XMLCommProtocolWidget", "Save and generate", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui
{
class XMLCommProtocolWidget: public Ui_XMLCommProtocolWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // XMLCOMMPROTOCOLWIDGET_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment