2 Star 0 Fork 0

huwei/RTSSIM_LINUX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_drawgraph.h 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
huwei 提交于 2023-09-11 16:23 . 9.11new
/********************************************************************************
** Form generated from reading UI file 'drawgraph.ui'
**
** Created by: Qt User Interface Compiler version 5.12.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_DRAWGRAPH_H
#define UI_DRAWGRAPH_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_DrawGraph
{
public:
void setupUi(QWidget *DrawGraph)
{
if (DrawGraph->objectName().isEmpty())
DrawGraph->setObjectName(QString::fromUtf8("DrawGraph"));
DrawGraph->resize(1000, 1000);
retranslateUi(DrawGraph);
QMetaObject::connectSlotsByName(DrawGraph);
} // setupUi
void retranslateUi(QWidget *DrawGraph)
{
DrawGraph->setWindowTitle(QApplication::translate("DrawGraph", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class DrawGraph: public Ui_DrawGraph {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DRAWGRAPH_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huweizdt/rtssim_-linux.git
git@gitee.com:huweizdt/rtssim_-linux.git
huweizdt
rtssim_-linux
RTSSIM_LINUX
master

搜索帮助