更新ui
This commit is contained in:
+120
@@ -0,0 +1,120 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Scope.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.14.1
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_SCOPE_H
|
||||
#define UI_SCOPE_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSpacerItem>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_Scope
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QFrame *frame;
|
||||
QGridLayout *gridLayout_3;
|
||||
QPushButton *pushButton_Flag1;
|
||||
QPushButton *pushButton_Pause;
|
||||
QPushButton *pushButton_Close;
|
||||
QPushButton *pushButton_Clear;
|
||||
QPushButton *pushButton_Flag2;
|
||||
QSpacerItem *verticalSpacer;
|
||||
|
||||
void setupUi(QWidget *Scope)
|
||||
{
|
||||
if (Scope->objectName().isEmpty())
|
||||
Scope->setObjectName(QString::fromUtf8("Scope"));
|
||||
Scope->resize(658, 409);
|
||||
gridLayout = new QGridLayout(Scope);
|
||||
gridLayout->setSpacing(0);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
gridLayout->setContentsMargins(0, 0, 0, 0);
|
||||
frame = new QFrame(Scope);
|
||||
frame->setObjectName(QString::fromUtf8("frame"));
|
||||
frame->setFrameShape(QFrame::StyledPanel);
|
||||
frame->setFrameShadow(QFrame::Raised);
|
||||
|
||||
gridLayout->addWidget(frame, 0, 0, 1, 1);
|
||||
|
||||
gridLayout_3 = new QGridLayout();
|
||||
gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
|
||||
gridLayout_3->setContentsMargins(6, 6, 6, 6);
|
||||
pushButton_Flag1 = new QPushButton(Scope);
|
||||
pushButton_Flag1->setObjectName(QString::fromUtf8("pushButton_Flag1"));
|
||||
pushButton_Flag1->setMinimumSize(QSize(60, 60));
|
||||
pushButton_Flag1->setMaximumSize(QSize(60, 60));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_Flag1, 2, 0, 1, 1);
|
||||
|
||||
pushButton_Pause = new QPushButton(Scope);
|
||||
pushButton_Pause->setObjectName(QString::fromUtf8("pushButton_Pause"));
|
||||
pushButton_Pause->setMinimumSize(QSize(60, 60));
|
||||
pushButton_Pause->setMaximumSize(QSize(60, 60));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_Pause, 0, 0, 1, 1);
|
||||
|
||||
pushButton_Close = new QPushButton(Scope);
|
||||
pushButton_Close->setObjectName(QString::fromUtf8("pushButton_Close"));
|
||||
pushButton_Close->setMinimumSize(QSize(60, 60));
|
||||
pushButton_Close->setMaximumSize(QSize(60, 60));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_Close, 4, 0, 1, 1);
|
||||
|
||||
pushButton_Clear = new QPushButton(Scope);
|
||||
pushButton_Clear->setObjectName(QString::fromUtf8("pushButton_Clear"));
|
||||
pushButton_Clear->setMinimumSize(QSize(60, 60));
|
||||
pushButton_Clear->setMaximumSize(QSize(60, 60));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_Clear, 1, 0, 1, 1);
|
||||
|
||||
pushButton_Flag2 = new QPushButton(Scope);
|
||||
pushButton_Flag2->setObjectName(QString::fromUtf8("pushButton_Flag2"));
|
||||
pushButton_Flag2->setMinimumSize(QSize(60, 60));
|
||||
pushButton_Flag2->setMaximumSize(QSize(60, 60));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_Flag2, 3, 0, 1, 1);
|
||||
|
||||
verticalSpacer = new QSpacerItem(17, 72, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||
|
||||
gridLayout_3->addItem(verticalSpacer, 5, 0, 1, 1);
|
||||
|
||||
|
||||
gridLayout->addLayout(gridLayout_3, 0, 1, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(Scope);
|
||||
|
||||
QMetaObject::connectSlotsByName(Scope);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *Scope)
|
||||
{
|
||||
Scope->setWindowTitle(QCoreApplication::translate("Scope", "Form", nullptr));
|
||||
pushButton_Flag1->setText(QCoreApplication::translate("Scope", "Flag1", nullptr));
|
||||
pushButton_Pause->setText(QCoreApplication::translate("Scope", "Pause", nullptr));
|
||||
pushButton_Close->setText(QCoreApplication::translate("Scope", "Close", nullptr));
|
||||
pushButton_Clear->setText(QCoreApplication::translate("Scope", "Clear", nullptr));
|
||||
pushButton_Flag2->setText(QCoreApplication::translate("Scope", "Flag2", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class Scope: public Ui_Scope {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_SCOPE_H
|
||||
Reference in New Issue
Block a user