/******************************************************************************** ** Form generated from reading UI file 'AvReceiverGui.ui' ** ** Created by: Qt User Interface Compiler version 5.14.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_AVRECEIVERGUI_H #define UI_AVRECEIVERGUI_H #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_CAvReceiverGui { public: QLabel *label; QLabel *mRcvrStatusLabel; QCheckBox *mSpkBCheckBox; QCheckBox *mSpkACheckBox; void setupUi(QWidget *CAvReceiverGui) { if (CAvReceiverGui->objectName().isEmpty()) CAvReceiverGui->setObjectName(QString::fromUtf8("CAvReceiverGui")); CAvReceiverGui->resize(796, 447); label = new QLabel(CAvReceiverGui); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(230, 30, 201, 16)); mRcvrStatusLabel = new QLabel(CAvReceiverGui); mRcvrStatusLabel->setObjectName(QString::fromUtf8("mRcvrStatusLabel")); mRcvrStatusLabel->setGeometry(QRect(100, 110, 181, 231)); mSpkBCheckBox = new QCheckBox(CAvReceiverGui); mSpkBCheckBox->setObjectName(QString::fromUtf8("mSpkBCheckBox")); mSpkBCheckBox->setGeometry(QRect(570, 130, 70, 17)); mSpkACheckBox = new QCheckBox(CAvReceiverGui); mSpkACheckBox->setObjectName(QString::fromUtf8("mSpkACheckBox")); mSpkACheckBox->setGeometry(QRect(570, 160, 70, 17)); retranslateUi(CAvReceiverGui); QMetaObject::connectSlotsByName(CAvReceiverGui); } // setupUi void retranslateUi(QWidget *CAvReceiverGui) { CAvReceiverGui->setWindowTitle(QCoreApplication::translate("CAvReceiverGui", "Form", nullptr)); label->setText(QCoreApplication::translate("CAvReceiverGui", "AvReceiver", nullptr)); mRcvrStatusLabel->setText(QCoreApplication::translate("CAvReceiverGui", "TextLabel", nullptr)); mSpkBCheckBox->setText(QCoreApplication::translate("CAvReceiverGui", "Speaker B", nullptr)); mSpkACheckBox->setText(QCoreApplication::translate("CAvReceiverGui", "Speaker A", nullptr)); } // retranslateUi }; namespace Ui { class CAvReceiverGui: public Ui_CAvReceiverGui {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_AVRECEIVERGUI_H