Ai
1 Star 0 Fork 0

郭瑞/点子记录器+时间流水器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ui_CThingDlg.h 4.57 KB
一键复制 编辑 原始数据 按行查看 历史
郭瑞 提交于 2021-06-21 16:20 +08:00 . ui完成版本
/********************************************************************************
** Form generated from reading UI file 'CThingDlg.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_CTHINGDLG_H
#define UI_CTHINGDLG_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QTableWidget>
QT_BEGIN_NAMESPACE
class Ui_CThingDlg
{
public:
QAction *AddThingAct;
QAction *DelThingAct;
QAction *UpdThingAct;
QAction *QryThingAct;
QTableWidget *tableWidgetPl;
QTableWidget *tableWidgetTh;
QLabel *labelThing;
QLabel *labelPlanItem;
QLabel *label;
void setupUi(QDialog *CThingDlg)
{
if (CThingDlg->objectName().isEmpty())
CThingDlg->setObjectName(QString::fromUtf8("CThingDlg"));
CThingDlg->resize(749, 441);
AddThingAct = new QAction(CThingDlg);
AddThingAct->setObjectName(QString::fromUtf8("AddThingAct"));
DelThingAct = new QAction(CThingDlg);
DelThingAct->setObjectName(QString::fromUtf8("DelThingAct"));
UpdThingAct = new QAction(CThingDlg);
UpdThingAct->setObjectName(QString::fromUtf8("UpdThingAct"));
QryThingAct = new QAction(CThingDlg);
QryThingAct->setObjectName(QString::fromUtf8("QryThingAct"));
tableWidgetPl = new QTableWidget(CThingDlg);
tableWidgetPl->setObjectName(QString::fromUtf8("tableWidgetPl"));
tableWidgetPl->setGeometry(QRect(10, 30, 401, 351));
tableWidgetTh = new QTableWidget(CThingDlg);
tableWidgetTh->setObjectName(QString::fromUtf8("tableWidgetTh"));
tableWidgetTh->setGeometry(QRect(420, 30, 321, 351));
labelThing = new QLabel(CThingDlg);
labelThing->setObjectName(QString::fromUtf8("labelThing"));
labelThing->setGeometry(QRect(500, 10, 151, 16));
labelPlanItem = new QLabel(CThingDlg);
labelPlanItem->setObjectName(QString::fromUtf8("labelPlanItem"));
labelPlanItem->setGeometry(QRect(150, 10, 72, 15));
label = new QLabel(CThingDlg);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(540, 400, 161, 21));
retranslateUi(CThingDlg);
QMetaObject::connectSlotsByName(CThingDlg);
} // setupUi
void retranslateUi(QDialog *CThingDlg)
{
CThingDlg->setWindowTitle(QCoreApplication::translate("CThingDlg", "Dialog", nullptr));
AddThingAct->setText(QCoreApplication::translate("CThingDlg", "\346\267\273\345\212\240\344\272\213\351\241\271", nullptr));
#if QT_CONFIG(tooltip)
AddThingAct->setToolTip(QCoreApplication::translate("CThingDlg", "\346\267\273\345\212\240\344\272\213\351\241\271", nullptr));
#endif // QT_CONFIG(tooltip)
DelThingAct->setText(QCoreApplication::translate("CThingDlg", "\345\210\240\351\231\244\344\272\213\351\241\271", nullptr));
#if QT_CONFIG(tooltip)
DelThingAct->setToolTip(QCoreApplication::translate("CThingDlg", "\345\210\240\351\231\244\344\272\213\351\241\271", nullptr));
#endif // QT_CONFIG(tooltip)
UpdThingAct->setText(QCoreApplication::translate("CThingDlg", "\346\233\264\346\226\260\344\272\213\351\241\271", nullptr));
#if QT_CONFIG(tooltip)
UpdThingAct->setToolTip(QCoreApplication::translate("CThingDlg", "\346\233\264\346\226\260\344\272\213\351\241\271", nullptr));
#endif // QT_CONFIG(tooltip)
QryThingAct->setText(QCoreApplication::translate("CThingDlg", "\346\237\245\350\257\242\344\272\213\351\241\271", nullptr));
#if QT_CONFIG(tooltip)
QryThingAct->setToolTip(QCoreApplication::translate("CThingDlg", "\346\237\245\350\257\242\344\272\213\351\241\271", nullptr));
#endif // QT_CONFIG(tooltip)
labelThing->setText(QCoreApplication::translate("CThingDlg", "\345\275\223\345\211\215\350\256\241\345\210\222\351\241\271\344\270\213\347\232\204\344\272\213\351\241\271", nullptr));
labelPlanItem->setText(QCoreApplication::translate("CThingDlg", "\345\275\223\345\211\215\350\256\241\345\210\222\351\241\271", nullptr));
label->setText(QCoreApplication::translate("CThingDlg", "\346\217\220\347\244\272\357\274\232\345\217\263\345\207\273\346\230\276\347\244\272\351\235\242\346\235\277\343\200\202", nullptr));
} // retranslateUi
};
namespace Ui {
class CThingDlg: public Ui_CThingDlg {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CTHINGDLG_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/gtxiaoruirui/IdeaCollectionAndTimeWater.git
git@gitee.com:gtxiaoruirui/IdeaCollectionAndTimeWater.git
gtxiaoruirui
IdeaCollectionAndTimeWater
点子记录器+时间流水器
dev_gun

搜索帮助