删除多余的文件
This commit is contained in:
@@ -1,253 +0,0 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Inputter.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.9.9
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_INPUTTER_H
|
||||
#define UI_INPUTTER_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QAction>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QButtonGroup>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSpacerItem>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_Inputter
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout_3;
|
||||
QFrame *frame;
|
||||
QGridLayout *gridLayout_2;
|
||||
QLabel *label_decription;
|
||||
QLineEdit *lineEdit;
|
||||
QGridLayout *gridLayout;
|
||||
QPushButton *pushButton_3;
|
||||
QPushButton *pushButton_7;
|
||||
QPushButton *pushButton_9;
|
||||
QPushButton *pushButton_del;
|
||||
QPushButton *pushButton_8;
|
||||
QPushButton *pushButton_ok;
|
||||
QPushButton *pushButton_0;
|
||||
QPushButton *pushButton_4;
|
||||
QPushButton *pushButton_6;
|
||||
QPushButton *pushButton_nan;
|
||||
QPushButton *pushButton_cancel;
|
||||
QPushButton *pushButton_2;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QPushButton *pushButton_5;
|
||||
QPushButton *pushButton_point;
|
||||
QPushButton *pushButton_minus;
|
||||
QPushButton *pushButton_1;
|
||||
QSpacerItem *horizontalSpacer_2;
|
||||
|
||||
void setupUi(QWidget *Inputter)
|
||||
{
|
||||
if (Inputter->objectName().isEmpty())
|
||||
Inputter->setObjectName(QStringLiteral("Inputter"));
|
||||
Inputter->resize(372, 604);
|
||||
gridLayout_3 = new QGridLayout(Inputter);
|
||||
gridLayout_3->setSpacing(0);
|
||||
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
|
||||
gridLayout_3->setContentsMargins(0, 0, 0, 0);
|
||||
frame = new QFrame(Inputter);
|
||||
frame->setObjectName(QStringLiteral("frame"));
|
||||
frame->setStyleSheet(QStringLiteral(""));
|
||||
frame->setFrameShape(QFrame::StyledPanel);
|
||||
frame->setFrameShadow(QFrame::Raised);
|
||||
gridLayout_2 = new QGridLayout(frame);
|
||||
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
||||
label_decription = new QLabel(frame);
|
||||
label_decription->setObjectName(QStringLiteral("label_decription"));
|
||||
|
||||
gridLayout_2->addWidget(label_decription, 2, 0, 1, 1);
|
||||
|
||||
lineEdit = new QLineEdit(frame);
|
||||
lineEdit->setObjectName(QStringLiteral("lineEdit"));
|
||||
lineEdit->setMinimumSize(QSize(0, 60));
|
||||
QFont font;
|
||||
font.setFamily(QStringLiteral("Arial"));
|
||||
font.setPointSize(20);
|
||||
font.setBold(false);
|
||||
font.setWeight(50);
|
||||
lineEdit->setFont(font);
|
||||
|
||||
gridLayout_2->addWidget(lineEdit, 0, 0, 1, 1);
|
||||
|
||||
gridLayout = new QGridLayout();
|
||||
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
||||
pushButton_3 = new QPushButton(frame);
|
||||
pushButton_3->setObjectName(QStringLiteral("pushButton_3"));
|
||||
pushButton_3->setMinimumSize(QSize(80, 20));
|
||||
pushButton_3->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_3, 0, 3, 1, 1);
|
||||
|
||||
pushButton_7 = new QPushButton(frame);
|
||||
pushButton_7->setObjectName(QStringLiteral("pushButton_7"));
|
||||
pushButton_7->setMinimumSize(QSize(80, 20));
|
||||
pushButton_7->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_7, 2, 1, 1, 1);
|
||||
|
||||
pushButton_9 = new QPushButton(frame);
|
||||
pushButton_9->setObjectName(QStringLiteral("pushButton_9"));
|
||||
pushButton_9->setMinimumSize(QSize(80, 20));
|
||||
pushButton_9->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_9, 2, 3, 1, 1);
|
||||
|
||||
pushButton_del = new QPushButton(frame);
|
||||
pushButton_del->setObjectName(QStringLiteral("pushButton_del"));
|
||||
pushButton_del->setMinimumSize(QSize(80, 40));
|
||||
pushButton_del->setMaximumSize(QSize(80, 6666));
|
||||
|
||||
gridLayout->addWidget(pushButton_del, 2, 4, 2, 1);
|
||||
|
||||
pushButton_8 = new QPushButton(frame);
|
||||
pushButton_8->setObjectName(QStringLiteral("pushButton_8"));
|
||||
pushButton_8->setMinimumSize(QSize(80, 20));
|
||||
pushButton_8->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_8, 2, 2, 1, 1);
|
||||
|
||||
pushButton_ok = new QPushButton(frame);
|
||||
pushButton_ok->setObjectName(QStringLiteral("pushButton_ok"));
|
||||
pushButton_ok->setMinimumSize(QSize(160, 20));
|
||||
pushButton_ok->setMaximumSize(QSize(6666, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_ok, 5, 3, 1, 2);
|
||||
|
||||
pushButton_0 = new QPushButton(frame);
|
||||
pushButton_0->setObjectName(QStringLiteral("pushButton_0"));
|
||||
pushButton_0->setMinimumSize(QSize(80, 20));
|
||||
pushButton_0->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_0, 3, 2, 1, 1);
|
||||
|
||||
pushButton_4 = new QPushButton(frame);
|
||||
pushButton_4->setObjectName(QStringLiteral("pushButton_4"));
|
||||
pushButton_4->setMinimumSize(QSize(80, 20));
|
||||
pushButton_4->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_4, 1, 1, 1, 1);
|
||||
|
||||
pushButton_6 = new QPushButton(frame);
|
||||
pushButton_6->setObjectName(QStringLiteral("pushButton_6"));
|
||||
pushButton_6->setMinimumSize(QSize(80, 20));
|
||||
pushButton_6->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_6, 1, 3, 1, 1);
|
||||
|
||||
pushButton_nan = new QPushButton(frame);
|
||||
pushButton_nan->setObjectName(QStringLiteral("pushButton_nan"));
|
||||
pushButton_nan->setMinimumSize(QSize(80, 20));
|
||||
pushButton_nan->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_nan, 3, 3, 1, 1);
|
||||
|
||||
pushButton_cancel = new QPushButton(frame);
|
||||
pushButton_cancel->setObjectName(QStringLiteral("pushButton_cancel"));
|
||||
pushButton_cancel->setMinimumSize(QSize(160, 20));
|
||||
pushButton_cancel->setMaximumSize(QSize(666, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_cancel, 5, 1, 1, 2);
|
||||
|
||||
pushButton_2 = new QPushButton(frame);
|
||||
pushButton_2->setObjectName(QStringLiteral("pushButton_2"));
|
||||
pushButton_2->setMinimumSize(QSize(80, 20));
|
||||
pushButton_2->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_2, 0, 2, 1, 1);
|
||||
|
||||
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
gridLayout->addItem(horizontalSpacer, 2, 5, 1, 1);
|
||||
|
||||
pushButton_5 = new QPushButton(frame);
|
||||
pushButton_5->setObjectName(QStringLiteral("pushButton_5"));
|
||||
pushButton_5->setMinimumSize(QSize(80, 20));
|
||||
pushButton_5->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_5, 1, 2, 1, 1);
|
||||
|
||||
pushButton_point = new QPushButton(frame);
|
||||
pushButton_point->setObjectName(QStringLiteral("pushButton_point"));
|
||||
pushButton_point->setMinimumSize(QSize(80, 20));
|
||||
pushButton_point->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_point, 3, 1, 1, 1);
|
||||
|
||||
pushButton_minus = new QPushButton(frame);
|
||||
pushButton_minus->setObjectName(QStringLiteral("pushButton_minus"));
|
||||
pushButton_minus->setMinimumSize(QSize(80, 40));
|
||||
pushButton_minus->setMaximumSize(QSize(100, 6666));
|
||||
|
||||
gridLayout->addWidget(pushButton_minus, 0, 4, 2, 1);
|
||||
|
||||
pushButton_1 = new QPushButton(frame);
|
||||
pushButton_1->setObjectName(QStringLiteral("pushButton_1"));
|
||||
pushButton_1->setMinimumSize(QSize(80, 20));
|
||||
pushButton_1->setMaximumSize(QSize(100, 100));
|
||||
|
||||
gridLayout->addWidget(pushButton_1, 0, 1, 1, 1);
|
||||
|
||||
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
gridLayout->addItem(horizontalSpacer_2, 2, 0, 1, 1);
|
||||
|
||||
|
||||
gridLayout_2->addLayout(gridLayout, 3, 0, 1, 1);
|
||||
|
||||
|
||||
gridLayout_3->addWidget(frame, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(Inputter);
|
||||
|
||||
QMetaObject::connectSlotsByName(Inputter);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *Inputter)
|
||||
{
|
||||
Inputter->setWindowTitle(QApplication::translate("Inputter", "Form", Q_NULLPTR));
|
||||
label_decription->setText(QString());
|
||||
lineEdit->setText(QString());
|
||||
pushButton_3->setText(QApplication::translate("Inputter", "3", Q_NULLPTR));
|
||||
pushButton_7->setText(QApplication::translate("Inputter", "7", Q_NULLPTR));
|
||||
pushButton_9->setText(QApplication::translate("Inputter", "9", Q_NULLPTR));
|
||||
pushButton_del->setText(QApplication::translate("Inputter", "del", Q_NULLPTR));
|
||||
pushButton_8->setText(QApplication::translate("Inputter", "8", Q_NULLPTR));
|
||||
pushButton_ok->setText(QApplication::translate("Inputter", "ok", Q_NULLPTR));
|
||||
pushButton_0->setText(QApplication::translate("Inputter", "0", Q_NULLPTR));
|
||||
pushButton_4->setText(QApplication::translate("Inputter", "4", Q_NULLPTR));
|
||||
pushButton_6->setText(QApplication::translate("Inputter", "6", Q_NULLPTR));
|
||||
pushButton_nan->setText(QApplication::translate("Inputter", "nan", Q_NULLPTR));
|
||||
pushButton_cancel->setText(QApplication::translate("Inputter", "cancel", Q_NULLPTR));
|
||||
pushButton_2->setText(QApplication::translate("Inputter", "2", Q_NULLPTR));
|
||||
pushButton_5->setText(QApplication::translate("Inputter", "5", Q_NULLPTR));
|
||||
pushButton_point->setText(QApplication::translate("Inputter", ".", Q_NULLPTR));
|
||||
pushButton_minus->setText(QApplication::translate("Inputter", "-", Q_NULLPTR));
|
||||
pushButton_1->setText(QApplication::translate("Inputter", "1", Q_NULLPTR));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class Inputter: public Ui_Inputter {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_INPUTTER_H
|
||||
Reference in New Issue
Block a user