1 Star 0 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ui_CPlanMainWindow.h 12.35 KB
一键复制 编辑 原始数据 按行查看 历史
郭瑞 提交于 2021-06-21 16:20 +08:00 . ui完成版本
/********************************************************************************
** Form generated from reading UI file 'CPlanMainWindow.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_CPLANMAINWINDOW_H
#define UI_CPLANMAINWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDockWidget>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLCDNumber>
#include <QtWidgets/QLabel>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenu>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QSlider>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QTableWidget>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_CPlanMainWindow
{
public:
QAction *OpenPlanAct;
QAction *MngPlanItemAct;
QAction *FnsThingAct;
QAction *SavePlanAct;
QAction *QuitAct;
QAction *MngThingAct;
QAction *AddPlanAct;
QAction *DelPlanAct;
QWidget *centralwidget;
QWidget *wgtSetting;
QLCDNumber *lnCurTime;
QComboBox *cbPlanList;
QWidget *wgtMainDisplay;
QSlider *s1;
QSlider *s2;
QSlider *s4;
QSlider *s3;
QSlider *s5;
QSlider *s7;
QSlider *s6;
QLabel *label_2;
QLabel *label_3;
QLabel *label_4;
QLabel *label_5;
QLabel *label_6;
QLabel *label_7;
QLabel *label_8;
QLabel *label_9;
QMenuBar *menubar;
QMenu *mnFile;
QMenu *mnOp;
QStatusBar *statusbar;
QDockWidget *dockWidget;
QWidget *dockWidgetContents;
QTableWidget *twThings;
void setupUi(QMainWindow *CPlanMainWindow)
{
if (CPlanMainWindow->objectName().isEmpty())
CPlanMainWindow->setObjectName(QString::fromUtf8("CPlanMainWindow"));
CPlanMainWindow->resize(420, 746);
OpenPlanAct = new QAction(CPlanMainWindow);
OpenPlanAct->setObjectName(QString::fromUtf8("OpenPlanAct"));
MngPlanItemAct = new QAction(CPlanMainWindow);
MngPlanItemAct->setObjectName(QString::fromUtf8("MngPlanItemAct"));
FnsThingAct = new QAction(CPlanMainWindow);
FnsThingAct->setObjectName(QString::fromUtf8("FnsThingAct"));
SavePlanAct = new QAction(CPlanMainWindow);
SavePlanAct->setObjectName(QString::fromUtf8("SavePlanAct"));
QuitAct = new QAction(CPlanMainWindow);
QuitAct->setObjectName(QString::fromUtf8("QuitAct"));
MngThingAct = new QAction(CPlanMainWindow);
MngThingAct->setObjectName(QString::fromUtf8("MngThingAct"));
AddPlanAct = new QAction(CPlanMainWindow);
AddPlanAct->setObjectName(QString::fromUtf8("AddPlanAct"));
DelPlanAct = new QAction(CPlanMainWindow);
DelPlanAct->setObjectName(QString::fromUtf8("DelPlanAct"));
centralwidget = new QWidget(CPlanMainWindow);
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
wgtSetting = new QWidget(centralwidget);
wgtSetting->setObjectName(QString::fromUtf8("wgtSetting"));
wgtSetting->setGeometry(QRect(0, 0, 421, 71));
lnCurTime = new QLCDNumber(wgtSetting);
lnCurTime->setObjectName(QString::fromUtf8("lnCurTime"));
lnCurTime->setGeometry(QRect(160, 0, 71, 21));
cbPlanList = new QComboBox(wgtSetting);
cbPlanList->setObjectName(QString::fromUtf8("cbPlanList"));
cbPlanList->setGeometry(QRect(240, 0, 171, 21));
wgtMainDisplay = new QWidget(centralwidget);
wgtMainDisplay->setObjectName(QString::fromUtf8("wgtMainDisplay"));
wgtMainDisplay->setGeometry(QRect(0, 70, 411, 391));
s1 = new QSlider(wgtMainDisplay);
s1->setObjectName(QString::fromUtf8("s1"));
s1->setGeometry(QRect(20, 40, 350, 21));
s1->setOrientation(Qt::Horizontal);
s2 = new QSlider(wgtMainDisplay);
s2->setObjectName(QString::fromUtf8("s2"));
s2->setGeometry(QRect(360, 50, 21, 100));
s2->setOrientation(Qt::Vertical);
s4 = new QSlider(wgtMainDisplay);
s4->setObjectName(QString::fromUtf8("s4"));
s4->setGeometry(QRect(20, 150, 16, 100));
s4->setSingleStep(1);
s4->setOrientation(Qt::Vertical);
s3 = new QSlider(wgtMainDisplay);
s3->setObjectName(QString::fromUtf8("s3"));
s3->setGeometry(QRect(20, 140, 351, 21));
s3->setOrientation(Qt::Horizontal);
s5 = new QSlider(wgtMainDisplay);
s5->setObjectName(QString::fromUtf8("s5"));
s5->setGeometry(QRect(20, 240, 351, 21));
s5->setOrientation(Qt::Horizontal);
s7 = new QSlider(wgtMainDisplay);
s7->setObjectName(QString::fromUtf8("s7"));
s7->setGeometry(QRect(20, 340, 351, 20));
s7->setOrientation(Qt::Horizontal);
s6 = new QSlider(wgtMainDisplay);
s6->setObjectName(QString::fromUtf8("s6"));
s6->setGeometry(QRect(360, 250, 21, 100));
s6->setOrientation(Qt::Vertical);
label_2 = new QLabel(wgtMainDisplay);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(0, 10, 72, 15));
label_3 = new QLabel(wgtMainDisplay);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(330, 10, 72, 15));
label_4 = new QLabel(wgtMainDisplay);
label_4->setObjectName(QString::fromUtf8("label_4"));
label_4->setGeometry(QRect(330, 160, 72, 15));
label_5 = new QLabel(wgtMainDisplay);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setGeometry(QRect(0, 100, 72, 15));
label_6 = new QLabel(wgtMainDisplay);
label_6->setObjectName(QString::fromUtf8("label_6"));
label_6->setGeometry(QRect(0, 260, 72, 15));
label_7 = new QLabel(wgtMainDisplay);
label_7->setObjectName(QString::fromUtf8("label_7"));
label_7->setGeometry(QRect(330, 200, 72, 15));
label_8 = new QLabel(wgtMainDisplay);
label_8->setObjectName(QString::fromUtf8("label_8"));
label_8->setGeometry(QRect(330, 340, 72, 15));
label_9 = new QLabel(wgtMainDisplay);
label_9->setObjectName(QString::fromUtf8("label_9"));
label_9->setGeometry(QRect(10, 350, 72, 15));
CPlanMainWindow->setCentralWidget(centralwidget);
menubar = new QMenuBar(CPlanMainWindow);
menubar->setObjectName(QString::fromUtf8("menubar"));
menubar->setGeometry(QRect(0, 0, 420, 26));
mnFile = new QMenu(menubar);
mnFile->setObjectName(QString::fromUtf8("mnFile"));
mnOp = new QMenu(menubar);
mnOp->setObjectName(QString::fromUtf8("mnOp"));
CPlanMainWindow->setMenuBar(menubar);
statusbar = new QStatusBar(CPlanMainWindow);
statusbar->setObjectName(QString::fromUtf8("statusbar"));
CPlanMainWindow->setStatusBar(statusbar);
dockWidget = new QDockWidget(CPlanMainWindow);
dockWidget->setObjectName(QString::fromUtf8("dockWidget"));
dockWidgetContents = new QWidget();
dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents"));
twThings = new QTableWidget(dockWidgetContents);
twThings->setObjectName(QString::fromUtf8("twThings"));
twThings->setGeometry(QRect(10, 10, 401, 641));
twThings->setRowCount(0);
twThings->setColumnCount(0);
dockWidget->setWidget(dockWidgetContents);
CPlanMainWindow->addDockWidget(Qt::BottomDockWidgetArea, dockWidget);
menubar->addAction(mnFile->menuAction());
menubar->addAction(mnOp->menuAction());
mnFile->addAction(OpenPlanAct);
mnFile->addAction(SavePlanAct);
mnFile->addSeparator();
mnFile->addAction(AddPlanAct);
mnFile->addAction(DelPlanAct);
mnFile->addSeparator();
mnFile->addAction(QuitAct);
mnOp->addAction(MngPlanItemAct);
mnOp->addAction(MngThingAct);
mnOp->addSeparator();
retranslateUi(CPlanMainWindow);
QMetaObject::connectSlotsByName(CPlanMainWindow);
} // setupUi
void retranslateUi(QMainWindow *CPlanMainWindow)
{
CPlanMainWindow->setWindowTitle(QCoreApplication::translate("CPlanMainWindow", "MainWindow", nullptr));
OpenPlanAct->setText(QCoreApplication::translate("CPlanMainWindow", "\346\211\223\345\274\200\350\256\241\345\210\222", nullptr));
#if QT_CONFIG(tooltip)
OpenPlanAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\346\211\223\345\274\200\350\256\241\345\210\222", nullptr));
#endif // QT_CONFIG(tooltip)
MngPlanItemAct->setText(QCoreApplication::translate("CPlanMainWindow", "\347\256\241\347\220\206\350\256\241\345\210\222\351\241\271", nullptr));
#if QT_CONFIG(tooltip)
MngPlanItemAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\347\256\241\347\220\206\350\256\241\345\210\222\351\241\271", nullptr));
#endif // QT_CONFIG(tooltip)
#if QT_CONFIG(shortcut)
MngPlanItemAct->setShortcut(QCoreApplication::translate("CPlanMainWindow", "Space", nullptr));
#endif // QT_CONFIG(shortcut)
FnsThingAct->setText(QCoreApplication::translate("CPlanMainWindow", "\345\256\214\346\210\220\344\272\213\351\241\271", nullptr));
#if QT_CONFIG(tooltip)
FnsThingAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\345\256\214\346\210\220\344\272\213\351\241\271", nullptr));
#endif // QT_CONFIG(tooltip)
SavePlanAct->setText(QCoreApplication::translate("CPlanMainWindow", "\344\277\235\345\255\230\350\256\241\345\210\222", nullptr));
#if QT_CONFIG(tooltip)
SavePlanAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\344\277\235\345\255\230\350\256\241\345\210\222", nullptr));
#endif // QT_CONFIG(tooltip)
#if QT_CONFIG(shortcut)
SavePlanAct->setShortcut(QCoreApplication::translate("CPlanMainWindow", "Ctrl+S", nullptr));
#endif // QT_CONFIG(shortcut)
QuitAct->setText(QCoreApplication::translate("CPlanMainWindow", "\351\200\200\345\207\272", nullptr));
#if QT_CONFIG(tooltip)
QuitAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\351\200\200\345\207\272", nullptr));
#endif // QT_CONFIG(tooltip)
MngThingAct->setText(QCoreApplication::translate("CPlanMainWindow", "\347\256\241\347\220\206\344\272\213\351\241\271", nullptr));
#if QT_CONFIG(tooltip)
MngThingAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\347\256\241\347\220\206\344\272\213\351\241\271", nullptr));
#endif // QT_CONFIG(tooltip)
#if QT_CONFIG(shortcut)
MngThingAct->setShortcut(QCoreApplication::translate("CPlanMainWindow", "Ctrl+Space", nullptr));
#endif // QT_CONFIG(shortcut)
AddPlanAct->setText(QCoreApplication::translate("CPlanMainWindow", "\346\267\273\345\212\240\350\256\241\345\210\222", nullptr));
#if QT_CONFIG(tooltip)
AddPlanAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\346\267\273\345\212\240\350\256\241\345\210\222", nullptr));
#endif // QT_CONFIG(tooltip)
DelPlanAct->setText(QCoreApplication::translate("CPlanMainWindow", "\345\210\240\351\231\244\350\256\241\345\210\222", nullptr));
#if QT_CONFIG(tooltip)
DelPlanAct->setToolTip(QCoreApplication::translate("CPlanMainWindow", "\345\210\240\351\231\244\350\256\241\345\210\222", nullptr));
#endif // QT_CONFIG(tooltip)
label_2->setText(QCoreApplication::translate("CPlanMainWindow", "0:00", nullptr));
label_3->setText(QCoreApplication::translate("CPlanMainWindow", "6:00", nullptr));
label_4->setText(QCoreApplication::translate("CPlanMainWindow", "8:00", nullptr));
label_5->setText(QCoreApplication::translate("CPlanMainWindow", "12:00", nullptr));
label_6->setText(QCoreApplication::translate("CPlanMainWindow", "14:00", nullptr));
label_7->setText(QCoreApplication::translate("CPlanMainWindow", "18:00", nullptr));
label_8->setText(QCoreApplication::translate("CPlanMainWindow", "20:00", nullptr));
label_9->setText(QCoreApplication::translate("CPlanMainWindow", "24:00", nullptr));
mnFile->setTitle(QCoreApplication::translate("CPlanMainWindow", "\346\226\207\344\273\266", nullptr));
mnOp->setTitle(QCoreApplication::translate("CPlanMainWindow", "\346\223\215\344\275\234", nullptr));
} // retranslateUi
};
namespace Ui {
class CPlanMainWindow: public Ui_CPlanMainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CPLANMAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/gtxiaoruirui/IdeaCollectionAndTimeWater.git
git@gitee.com:gtxiaoruirui/IdeaCollectionAndTimeWater.git
gtxiaoruirui
IdeaCollectionAndTimeWater
点子记录器+时间流水器
dev_gun

搜索帮助