/******************************************************************************** ** Form generated from reading UI file 'lattice_com_reign.ui' ** ** Created by: Qt User Interface Compiler version 5.6.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_LATTICE_COM_REIGN_H #define UI_LATTICE_COM_REIGN_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_lattice_com_reign { public: QWidget *centralWidget; QPushButton *com_reflesh; QComboBox *com_list; QPushButton *connect; QTextEdit *log; QSpinBox *byte_to_transmit; QPushButton *com_tx; QLabel *time; QPushButton *clear_log; QMenuBar *menuBar; QToolBar *mainToolBar; QStatusBar *statusBar; void setupUi(QMainWindow *lattice_com_reign) { if (lattice_com_reign->objectName().isEmpty()) lattice_com_reign->setObjectName(QStringLiteral("lattice_com_reign")); lattice_com_reign->resize(588, 492); centralWidget = new QWidget(lattice_com_reign); centralWidget->setObjectName(QStringLiteral("centralWidget")); com_reflesh = new QPushButton(centralWidget); com_reflesh->setObjectName(QStringLiteral("com_reflesh")); com_reflesh->setGeometry(QRect(10, 0, 31, 27)); com_list = new QComboBox(centralWidget); com_list->setObjectName(QStringLiteral("com_list")); com_list->setGeometry(QRect(54, 0, 91, 27)); connect = new QPushButton(centralWidget); connect->setObjectName(QStringLiteral("connect")); connect->setGeometry(QRect(160, 0, 99, 27)); log = new QTextEdit(centralWidget); log->setObjectName(QStringLiteral("log")); log->setGeometry(QRect(10, 90, 571, 331)); byte_to_transmit = new QSpinBox(centralWidget); byte_to_transmit->setObjectName(QStringLiteral("byte_to_transmit")); byte_to_transmit->setGeometry(QRect(310, 0, 51, 27)); byte_to_transmit->setMaximum(255); byte_to_transmit->setValue(0); byte_to_transmit->setDisplayIntegerBase(16); com_tx = new QPushButton(centralWidget); com_tx->setObjectName(QStringLiteral("com_tx")); com_tx->setGeometry(QRect(370, 0, 99, 27)); time = new QLabel(centralWidget); time->setObjectName(QStringLiteral("time")); time->setGeometry(QRect(480, -4, 101, 31)); QFont font; font.setPointSize(18); font.setBold(true); font.setWeight(75); time->setFont(font); clear_log = new QPushButton(centralWidget); clear_log->setObjectName(QStringLiteral("clear_log")); clear_log->setGeometry(QRect(10, 50, 99, 27)); lattice_com_reign->setCentralWidget(centralWidget); menuBar = new QMenuBar(lattice_com_reign); menuBar->setObjectName(QStringLiteral("menuBar")); menuBar->setGeometry(QRect(0, 0, 588, 25)); lattice_com_reign->setMenuBar(menuBar); mainToolBar = new QToolBar(lattice_com_reign); mainToolBar->setObjectName(QStringLiteral("mainToolBar")); lattice_com_reign->addToolBar(Qt::TopToolBarArea, mainToolBar); statusBar = new QStatusBar(lattice_com_reign); statusBar->setObjectName(QStringLiteral("statusBar")); lattice_com_reign->setStatusBar(statusBar); retranslateUi(lattice_com_reign); QMetaObject::connectSlotsByName(lattice_com_reign); } // setupUi void retranslateUi(QMainWindow *lattice_com_reign) { lattice_com_reign->setWindowTitle(QApplication::translate("lattice_com_reign", "lattice_com_reign", 0)); com_reflesh->setText(QApplication::translate("lattice_com_reign", "R", 0)); connect->setText(QApplication::translate("lattice_com_reign", "Connect", 0)); com_tx->setText(QApplication::translate("lattice_com_reign", "Transmit", 0)); time->setText(QApplication::translate("lattice_com_reign", "12:15:28", 0)); clear_log->setText(QApplication::translate("lattice_com_reign", "CLR", 0)); } // retranslateUi }; namespace Ui { class lattice_com_reign: public Ui_lattice_com_reign {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_LATTICE_COM_REIGN_H