91 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			91 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
|  | /********************************************************************************
 | ||
|  | ** Form generated from reading UI file 'fesparambtn.ui' | ||
|  | ** | ||
|  | ** Created by: Qt User Interface Compiler version 5.13.0 | ||
|  | ** | ||
|  | ** WARNING! All changes made in this file will be lost when recompiling UI file! | ||
|  | ********************************************************************************/ | ||
|  | 
 | ||
|  | #ifndef UI_FESPARAMBTN_H
 | ||
|  | #define UI_FESPARAMBTN_H
 | ||
|  | 
 | ||
|  | #include <QtCore/QVariant>
 | ||
|  | #include <QtWidgets/QApplication>
 | ||
|  | #include <QtWidgets/QGroupBox>
 | ||
|  | #include <QtWidgets/QLabel>
 | ||
|  | #include <QtWidgets/QWidget>
 | ||
|  | 
 | ||
|  | QT_BEGIN_NAMESPACE | ||
|  | 
 | ||
|  | class Ui_FesParamBtn | ||
|  | { | ||
|  | public: | ||
|  |     QLabel *title_Label; | ||
|  |     QLabel *data_Label; | ||
|  |     QLabel *unit_Label; | ||
|  |     QGroupBox *groupBox; | ||
|  | 
 | ||
|  |     void setupUi(QWidget *FesParamBtn) | ||
|  |     { | ||
|  |         if (FesParamBtn->objectName().isEmpty()) | ||
|  |             FesParamBtn->setObjectName(QString::fromUtf8("FesParamBtn")); | ||
|  |         FesParamBtn->resize(250, 170); | ||
|  |         title_Label = new QLabel(FesParamBtn); | ||
|  |         title_Label->setObjectName(QString::fromUtf8("title_Label")); | ||
|  |         title_Label->setGeometry(QRect(30, 23, 181, 61)); | ||
|  |         QFont font; | ||
|  |         font.setFamily(QString::fromUtf8("\351\273\221\344\275\223")); | ||
|  |         font.setPointSize(18); | ||
|  |         title_Label->setFont(font); | ||
|  |         title_Label->setAlignment(Qt::AlignCenter); | ||
|  |         title_Label->setWordWrap(true); | ||
|  |         data_Label = new QLabel(FesParamBtn); | ||
|  |         data_Label->setObjectName(QString::fromUtf8("data_Label")); | ||
|  |         data_Label->setGeometry(QRect(80, 90, 81, 70)); | ||
|  |         QFont font1; | ||
|  |         font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223")); | ||
|  |         font1.setPointSize(30); | ||
|  |         font1.setBold(true); | ||
|  |         data_Label->setFont(font1); | ||
|  |         data_Label->setAlignment(Qt::AlignCenter); | ||
|  |         unit_Label = new QLabel(FesParamBtn); | ||
|  |         unit_Label->setObjectName(QString::fromUtf8("unit_Label")); | ||
|  |         unit_Label->setGeometry(QRect(160, 120, 91, 31)); | ||
|  |         QFont font2; | ||
|  |         font2.setPointSize(15); | ||
|  |         font2.setBold(true); | ||
|  |         unit_Label->setFont(font2); | ||
|  |         groupBox = new QGroupBox(FesParamBtn); | ||
|  |         groupBox->setObjectName(QString::fromUtf8("groupBox")); | ||
|  |         groupBox->setGeometry(QRect(0, 0, 250, 170)); | ||
|  |         groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #E4F4FC;\n" | ||
|  | "border-radius: 6px;}")); | ||
|  |         groupBox->raise(); | ||
|  |         title_Label->raise(); | ||
|  |         data_Label->raise(); | ||
|  |         unit_Label->raise(); | ||
|  | 
 | ||
|  |         retranslateUi(FesParamBtn); | ||
|  | 
 | ||
|  |         QMetaObject::connectSlotsByName(FesParamBtn); | ||
|  |     } // setupUi
 | ||
|  | 
 | ||
|  |     void retranslateUi(QWidget *FesParamBtn) | ||
|  |     { | ||
|  |         FesParamBtn->setWindowTitle(QCoreApplication::translate("FesParamBtn", "Form", nullptr)); | ||
|  |         title_Label->setText(QString()); | ||
|  |         data_Label->setText(QCoreApplication::translate("FesParamBtn", "5", nullptr)); | ||
|  |         unit_Label->setText(QString()); | ||
|  |         groupBox->setTitle(QString()); | ||
|  |     } // retranslateUi
 | ||
|  | 
 | ||
|  | }; | ||
|  | 
 | ||
|  | namespace Ui { | ||
|  |     class FesParamBtn: public Ui_FesParamBtn {}; | ||
|  | } // namespace Ui
 | ||
|  | 
 | ||
|  | QT_END_NAMESPACE | ||
|  | 
 | ||
|  | #endif // UI_FESPARAMBTN_H
 |