1 Star 0 Fork 4

latte79 / spreadsheet

forked from EarlDoss / spreadsheet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_dialog.h 4.21 KB
一键复制 编辑 原始数据 按行查看 历史
EarlDoss 提交于 2017-10-30 19:49 . Upload ui_dialog.h
/********************************************************************************
** Form generated from reading UI file 'dialog.ui'
**
** Created by: Qt User Interface Compiler version 5.3.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_DIALOG_H
#define UI_DIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Dialog
{
public:
QWidget *widget;
QHBoxLayout *horizontalLayout;
QLabel *label;
QLineEdit *lineEdit;
QWidget *widget1;
QHBoxLayout *horizontalLayout_2;
QVBoxLayout *verticalLayout;
QSpacerItem *horizontalSpacer;
QPushButton *okButton;
QPushButton *cancelButton;
void setupUi(QDialog *Dialog)
{
if (Dialog->objectName().isEmpty())
Dialog->setObjectName(QStringLiteral("Dialog"));
Dialog->resize(301, 123);
widget = new QWidget(Dialog);
widget->setObjectName(QStringLiteral("widget"));
widget->setGeometry(QRect(40, 20, 252, 23));
horizontalLayout = new QHBoxLayout(widget);
horizontalLayout->setSpacing(6);
horizontalLayout->setContentsMargins(11, 11, 11, 11);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
label = new QLabel(widget);
label->setObjectName(QStringLiteral("label"));
horizontalLayout->addWidget(label);
lineEdit = new QLineEdit(widget);
lineEdit->setObjectName(QStringLiteral("lineEdit"));
horizontalLayout->addWidget(lineEdit);
widget1 = new QWidget(Dialog);
widget1->setObjectName(QStringLiteral("widget1"));
widget1->setGeometry(QRect(40, 50, 252, 60));
horizontalLayout_2 = new QHBoxLayout(widget1);
horizontalLayout_2->setSpacing(6);
horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
verticalLayout = new QVBoxLayout();
verticalLayout->setSpacing(6);
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
horizontalLayout_2->addLayout(verticalLayout);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer);
okButton = new QPushButton(widget1);
okButton->setObjectName(QStringLiteral("okButton"));
okButton->setEnabled(false);
horizontalLayout_2->addWidget(okButton);
cancelButton = new QPushButton(widget1);
cancelButton->setObjectName(QStringLiteral("cancelButton"));
horizontalLayout_2->addWidget(cancelButton);
#ifndef QT_NO_SHORTCUT
label->setBuddy(lineEdit);
#endif // QT_NO_SHORTCUT
retranslateUi(Dialog);
QObject::connect(okButton, SIGNAL(clicked()), Dialog, SLOT(reject()));
QObject::connect(cancelButton, SIGNAL(clicked()), Dialog, SLOT(reject()));
QObject::connect(lineEdit, SIGNAL(textChanged(QString)), Dialog, SLOT(on_lineEdit_textChanged()));
QMetaObject::connectSlotsByName(Dialog);
} // setupUi
void retranslateUi(QDialog *Dialog)
{
Dialog->setWindowTitle(QApplication::translate("Dialog", "Go To Cell", 0));
label->setText(QApplication::translate("Dialog", "&Cell Location", 0));
okButton->setText(QApplication::translate("Dialog", "OK", 0));
cancelButton->setText(QApplication::translate("Dialog", "Cancel", 0));
} // retranslateUi
};
namespace Ui {
class Dialog: public Ui_Dialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DIALOG_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/latte79/spreadsheet.git
git@gitee.com:latte79/spreadsheet.git
latte79
spreadsheet
spreadsheet
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891