代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'alignscreen.ui'
**
** Created by: Qt User Interface Compiler version 5.12.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ALIGNSCREEN_H
#define UI_ALIGNSCREEN_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_AlignScreen
{
public:
QPushButton *MaxDistanceDec;
QPushButton *AlignUp;
QPushButton *HeightRatioDec;
QPushButton *HeightRatioAdd;
QPushButton *MaxDistanceAdd;
QLabel *AlignUpDownDisplay;
QLabel *MaxDistanceDisplay;
QPushButton *AlignDown;
QLabel *HeightRatioDisplay;
QLabel *label_2;
void setupUi(QWidget *AlignScreen)
{
if (AlignScreen->objectName().isEmpty())
AlignScreen->setObjectName(QString::fromUtf8("AlignScreen"));
AlignScreen->resize(520, 560);
AlignScreen->setStyleSheet(QString::fromUtf8(""));
MaxDistanceDec = new QPushButton(AlignScreen);
MaxDistanceDec->setObjectName(QString::fromUtf8("MaxDistanceDec"));
MaxDistanceDec->setGeometry(QRect(350, 80, 150, 80));
MaxDistanceDec->setStyleSheet(QString::fromUtf8("border-image: url(:/image/right.png);\n"
"background-color: rgba(255, 255, 255,0);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(0, 0, 0);"));
AlignUp = new QPushButton(AlignScreen);
AlignUp->setObjectName(QString::fromUtf8("AlignUp"));
AlignUp->setGeometry(QRect(20, 210, 150, 80));
AlignUp->setStyleSheet(QString::fromUtf8("border-image: url(:/image/left.png);\n"
"background-color: rgba(255, 255, 255,0);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(0, 0, 0);"));
HeightRatioDec = new QPushButton(AlignScreen);
HeightRatioDec->setObjectName(QString::fromUtf8("HeightRatioDec"));
HeightRatioDec->setGeometry(QRect(350, 350, 150, 80));
HeightRatioDec->setStyleSheet(QString::fromUtf8("border-image: url(:/image/right.png);\n"
"background-color: rgba(255, 255, 255,0);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(0, 0, 0);"));
HeightRatioAdd = new QPushButton(AlignScreen);
HeightRatioAdd->setObjectName(QString::fromUtf8("HeightRatioAdd"));
HeightRatioAdd->setGeometry(QRect(20, 350, 150, 80));
QFont font;
font.setFamily(QString::fromUtf8("Ubuntu"));
font.setBold(true);
font.setItalic(false);
font.setWeight(75);
HeightRatioAdd->setFont(font);
HeightRatioAdd->setStyleSheet(QString::fromUtf8("border-image: url(:/image/left.png);\n"
"background-color: rgba(255, 255, 255,0);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(0, 0, 0);"));
MaxDistanceAdd = new QPushButton(AlignScreen);
MaxDistanceAdd->setObjectName(QString::fromUtf8("MaxDistanceAdd"));
MaxDistanceAdd->setGeometry(QRect(20, 80, 150, 80));
MaxDistanceAdd->setStyleSheet(QString::fromUtf8("border-image: url(:/image/left.png);\n"
"background-color: rgba(255, 255, 255,0);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(0, 0, 0);"));
AlignUpDownDisplay = new QLabel(AlignScreen);
AlignUpDownDisplay->setObjectName(QString::fromUtf8("AlignUpDownDisplay"));
AlignUpDownDisplay->setGeometry(QRect(20, 210, 480, 80));
AlignUpDownDisplay->setStyleSheet(QString::fromUtf8("border-image: url(:/image/Mid1.png);\n"
"color: rgb(52, 101, 164);\n"
"font: 30pt \"Ubuntu\";\n"
"border:0px solid;\n"
"background-color: rgba(24,30,64,0);"));
MaxDistanceDisplay = new QLabel(AlignScreen);
MaxDistanceDisplay->setObjectName(QString::fromUtf8("MaxDistanceDisplay"));
MaxDistanceDisplay->setGeometry(QRect(20, 80, 480, 80));
MaxDistanceDisplay->setStyleSheet(QString::fromUtf8("border-image: url(:/image/Mid1.png);\n"
"color: rgb(52, 101, 164);\n"
"font: 30pt \"Ubuntu\";\n"
"border:0px solid;\n"
"background-color: rgba(24,30,64,0);"));
AlignDown = new QPushButton(AlignScreen);
AlignDown->setObjectName(QString::fromUtf8("AlignDown"));
AlignDown->setGeometry(QRect(350, 210, 150, 80));
AlignDown->setStyleSheet(QString::fromUtf8("border-image: url(:/image/right.png);\n"
"background-color: rgba(255, 255, 255,0);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(0, 0, 0);"));
HeightRatioDisplay = new QLabel(AlignScreen);
HeightRatioDisplay->setObjectName(QString::fromUtf8("HeightRatioDisplay"));
HeightRatioDisplay->setGeometry(QRect(20, 350, 480, 80));
HeightRatioDisplay->setStyleSheet(QString::fromUtf8("border-image: url(:/image/Mid1.png);\n"
"color: rgb(52, 101, 164);\n"
"font: 30pt \"Ubuntu\";\n"
"border:0px solid;\n"
"background-color: rgba(24,30,64,0);"));
label_2 = new QLabel(AlignScreen);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(0, 0, 524, 560));
label_2->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);\n"
"border-radius: 20px;\n"
"border:0px solid;"));
label_2->raise();
AlignUpDownDisplay->raise();
MaxDistanceDisplay->raise();
HeightRatioDisplay->raise();
MaxDistanceDec->raise();
AlignDown->raise();
HeightRatioAdd->raise();
HeightRatioDec->raise();
AlignUp->raise();
MaxDistanceAdd->raise();
retranslateUi(AlignScreen);
QMetaObject::connectSlotsByName(AlignScreen);
} // setupUi
void retranslateUi(QWidget *AlignScreen)
{
AlignScreen->setWindowTitle(QApplication::translate("AlignScreen", "Form", nullptr));
MaxDistanceDec->setText(QApplication::translate("AlignScreen", "\347\274\251\345\260\217", nullptr));
AlignUp->setText(QApplication::translate("AlignScreen", "\346\225\264\344\275\223\344\270\212\347\247\273", nullptr));
HeightRatioDec->setText(QApplication::translate("AlignScreen", "\345\217\230\345\271\205\345\207\217\345\260\217", nullptr));
HeightRatioAdd->setText(QApplication::translate("AlignScreen", "\345\217\230\345\271\205\345\242\236\345\244\247", nullptr));
MaxDistanceAdd->setText(QApplication::translate("AlignScreen", "\346\224\276\345\244\247", nullptr));
AlignUpDownDisplay->setText(QApplication::translate("AlignScreen", "<html><head/><body><p align=\"center\"><span style=\" font-weight:600;\">1</span></p></body></html>", nullptr));
MaxDistanceDisplay->setText(QApplication::translate("AlignScreen", "<html><head/><body><p align=\"center\"><span style=\" font-weight:600;\">1</span></p></body></html>", nullptr));
AlignDown->setText(QApplication::translate("AlignScreen", "\346\225\264\344\275\223\344\270\213\347\247\273", nullptr));
HeightRatioDisplay->setText(QApplication::translate("AlignScreen", "<html><head/><body><p align=\"center\"><span style=\" font-weight:600;\">1</span></p></body></html>", nullptr));
label_2->setText(QString());
} // retranslateUi
};
namespace Ui {
class AlignScreen: public Ui_AlignScreen {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ALIGNSCREEN_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。