1 Star 0 Fork 0

不吃香菜 / qt-serial_port_debug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ui_mywidget.h 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
/********************************************************************************
** Form generated from reading UI file 'mywidget.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_MYWIDGET_H
#define UI_MYWIDGET_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QSlider>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_myWidget
{
public:
QHBoxLayout *horizontalLayout;
QSpinBox *spinBox;
QSlider *horizontalSlider;
void setupUi(QWidget *myWidget)
{
if (myWidget->objectName().isEmpty())
myWidget->setObjectName(QString::fromUtf8("myWidget"));
myWidget->resize(256, 40);
horizontalLayout = new QHBoxLayout(myWidget);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
spinBox = new QSpinBox(myWidget);
spinBox->setObjectName(QString::fromUtf8("spinBox"));
horizontalLayout->addWidget(spinBox);
horizontalSlider = new QSlider(myWidget);
horizontalSlider->setObjectName(QString::fromUtf8("horizontalSlider"));
horizontalSlider->setOrientation(Qt::Horizontal);
horizontalLayout->addWidget(horizontalSlider);
retranslateUi(myWidget);
QMetaObject::connectSlotsByName(myWidget);
} // setupUi
void retranslateUi(QWidget *myWidget)
{
myWidget->setWindowTitle(QCoreApplication::translate("myWidget", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class myWidget: public Ui_myWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MYWIDGET_H
C++
1
https://gitee.com/nonnnnnn/qt-serial_port_debug.git
git@gitee.com:nonnnnnn/qt-serial_port_debug.git
nonnnnnn
qt-serial_port_debug
qt-serial_port_debug
master

搜索帮助