代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'QtDemo1.ui'
**
** Created by: Qt User Interface Compiler version 6.4.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_QTDEMO1_H
#define UI_QTDEMO1_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QGraphicsView>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_QtDemo1Class
{
public:
QGroupBox *groupBox;
QGraphicsView *graphicsView;
QComboBox *comboBox;
void setupUi(QWidget *QtDemo1Class)
{
if (QtDemo1Class->objectName().isEmpty())
QtDemo1Class->setObjectName("QtDemo1Class");
QtDemo1Class->resize(1313, 796);
groupBox = new QGroupBox(QtDemo1Class);
groupBox->setObjectName("groupBox");
groupBox->setGeometry(QRect(20, 90, 1291, 711));
graphicsView = new QGraphicsView(groupBox);
graphicsView->setObjectName("graphicsView");
graphicsView->setGeometry(QRect(10, 0, 981, 671));
comboBox = new QComboBox(groupBox);
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->setObjectName("comboBox");
comboBox->setGeometry(QRect(1020, 30, 141, 31));
retranslateUi(QtDemo1Class);
QMetaObject::connectSlotsByName(QtDemo1Class);
} // setupUi
void retranslateUi(QWidget *QtDemo1Class)
{
QtDemo1Class->setWindowTitle(QCoreApplication::translate("QtDemo1Class", "QtDemo1", nullptr));
groupBox->setTitle(QCoreApplication::translate("QtDemo1Class", "GroupBox", nullptr));
comboBox->setItemText(0, QCoreApplication::translate("QtDemo1Class", "\347\237\251\345\275\242", nullptr));
comboBox->setItemText(1, QCoreApplication::translate("QtDemo1Class", "\346\227\213\350\275\254\347\237\251\345\275\242", nullptr));
comboBox->setItemText(2, QCoreApplication::translate("QtDemo1Class", "\345\234\206\345\275\242", nullptr));
comboBox->setItemText(3, QCoreApplication::translate("QtDemo1Class", "\346\244\255\345\234\206", nullptr));
comboBox->setItemText(4, QCoreApplication::translate("QtDemo1Class", "\345\234\206\347\216\257", nullptr));
comboBox->setItemText(5, QCoreApplication::translate("QtDemo1Class", "\345\234\206\345\274\247", nullptr));
comboBox->setItemText(6, QCoreApplication::translate("QtDemo1Class", "\345\244\232\350\276\271\345\275\242", nullptr));
} // retranslateUi
};
namespace Ui {
class QtDemo1Class: public Ui_QtDemo1Class {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_QTDEMO1_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。