234 lines
9.0 KiB
C++
234 lines
9.0 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'ruledialog.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_RULEDIALOG_H
|
|
#define UI_RULEDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_RuleDialog
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QHBoxLayout *horizontalLayout;
|
|
QLabel *label_4;
|
|
QLineEdit *MouseLatitude;
|
|
QLineEdit *MouseLongitude;
|
|
QHBoxLayout *horizontalLayout_2;
|
|
QLabel *label;
|
|
QLineEdit *FirstPointLatitude;
|
|
QLineEdit *FirstPointLongitude;
|
|
QHBoxLayout *horizontalLayout_4;
|
|
QLabel *label_3;
|
|
QLineEdit *TwoPointDistance;
|
|
QHBoxLayout *horizontalLayout_6;
|
|
QPushButton *ConformButton;
|
|
QHBoxLayout *horizontalLayout_3;
|
|
QLabel *label_2;
|
|
QLineEdit *SecondPointLatitude;
|
|
QLineEdit *SecondPointLongitude;
|
|
QHBoxLayout *horizontalLayout_5;
|
|
QLabel *label_6;
|
|
QLineEdit *TwoPointAngle;
|
|
QSpacerItem *verticalSpacer;
|
|
QSpacerItem *horizontalSpacer;
|
|
|
|
void setupUi(QDialog *RuleDialog)
|
|
{
|
|
if (RuleDialog->objectName().isEmpty())
|
|
RuleDialog->setObjectName(QStringLiteral("RuleDialog"));
|
|
RuleDialog->resize(279, 210);
|
|
RuleDialog->setMaximumSize(QSize(300, 210));
|
|
gridLayout = new QGridLayout(RuleDialog);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
horizontalLayout = new QHBoxLayout();
|
|
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
|
|
label_4 = new QLabel(RuleDialog);
|
|
label_4->setObjectName(QStringLiteral("label_4"));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
|
font.setPointSize(10);
|
|
font.setBold(true);
|
|
font.setWeight(75);
|
|
label_4->setFont(font);
|
|
|
|
horizontalLayout->addWidget(label_4);
|
|
|
|
MouseLatitude = new QLineEdit(RuleDialog);
|
|
MouseLatitude->setObjectName(QStringLiteral("MouseLatitude"));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
|
MouseLatitude->setFont(font1);
|
|
|
|
horizontalLayout->addWidget(MouseLatitude);
|
|
|
|
MouseLongitude = new QLineEdit(RuleDialog);
|
|
MouseLongitude->setObjectName(QStringLiteral("MouseLongitude"));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
|
font2.setPointSize(9);
|
|
MouseLongitude->setFont(font2);
|
|
|
|
horizontalLayout->addWidget(MouseLongitude);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);
|
|
|
|
horizontalLayout_2 = new QHBoxLayout();
|
|
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
|
|
label = new QLabel(RuleDialog);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
label->setFont(font);
|
|
|
|
horizontalLayout_2->addWidget(label);
|
|
|
|
FirstPointLatitude = new QLineEdit(RuleDialog);
|
|
FirstPointLatitude->setObjectName(QStringLiteral("FirstPointLatitude"));
|
|
FirstPointLatitude->setFont(font2);
|
|
|
|
horizontalLayout_2->addWidget(FirstPointLatitude);
|
|
|
|
FirstPointLongitude = new QLineEdit(RuleDialog);
|
|
FirstPointLongitude->setObjectName(QStringLiteral("FirstPointLongitude"));
|
|
FirstPointLongitude->setFont(font2);
|
|
|
|
horizontalLayout_2->addWidget(FirstPointLongitude);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout_2, 1, 0, 1, 1);
|
|
|
|
horizontalLayout_4 = new QHBoxLayout();
|
|
horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
|
|
label_3 = new QLabel(RuleDialog);
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
|
label_3->setFont(font);
|
|
|
|
horizontalLayout_4->addWidget(label_3);
|
|
|
|
TwoPointDistance = new QLineEdit(RuleDialog);
|
|
TwoPointDistance->setObjectName(QStringLiteral("TwoPointDistance"));
|
|
TwoPointDistance->setFont(font);
|
|
TwoPointDistance->setStyleSheet(QStringLiteral("color: rgb(0, 0, 255);"));
|
|
|
|
horizontalLayout_4->addWidget(TwoPointDistance);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout_4, 3, 0, 1, 1);
|
|
|
|
horizontalLayout_6 = new QHBoxLayout();
|
|
horizontalLayout_6->setObjectName(QStringLiteral("horizontalLayout_6"));
|
|
ConformButton = new QPushButton(RuleDialog);
|
|
ConformButton->setObjectName(QStringLiteral("ConformButton"));
|
|
QFont font3;
|
|
font3.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
|
font3.setPointSize(11);
|
|
font3.setBold(true);
|
|
font3.setWeight(75);
|
|
ConformButton->setFont(font3);
|
|
|
|
horizontalLayout_6->addWidget(ConformButton);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout_6, 5, 0, 1, 1);
|
|
|
|
horizontalLayout_3 = new QHBoxLayout();
|
|
horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
|
|
label_2 = new QLabel(RuleDialog);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
label_2->setFont(font);
|
|
|
|
horizontalLayout_3->addWidget(label_2);
|
|
|
|
SecondPointLatitude = new QLineEdit(RuleDialog);
|
|
SecondPointLatitude->setObjectName(QStringLiteral("SecondPointLatitude"));
|
|
SecondPointLatitude->setFont(font1);
|
|
|
|
horizontalLayout_3->addWidget(SecondPointLatitude);
|
|
|
|
SecondPointLongitude = new QLineEdit(RuleDialog);
|
|
SecondPointLongitude->setObjectName(QStringLiteral("SecondPointLongitude"));
|
|
SecondPointLongitude->setFont(font1);
|
|
|
|
horizontalLayout_3->addWidget(SecondPointLongitude);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout_3, 2, 0, 1, 1);
|
|
|
|
horizontalLayout_5 = new QHBoxLayout();
|
|
horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
|
|
label_6 = new QLabel(RuleDialog);
|
|
label_6->setObjectName(QStringLiteral("label_6"));
|
|
label_6->setFont(font);
|
|
|
|
horizontalLayout_5->addWidget(label_6);
|
|
|
|
TwoPointAngle = new QLineEdit(RuleDialog);
|
|
TwoPointAngle->setObjectName(QStringLiteral("TwoPointAngle"));
|
|
TwoPointAngle->setFont(font1);
|
|
|
|
horizontalLayout_5->addWidget(TwoPointAngle);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout_5, 4, 0, 1, 1);
|
|
|
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
gridLayout->addItem(verticalSpacer, 6, 0, 1, 1);
|
|
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
gridLayout->addItem(horizontalSpacer, 4, 1, 1, 1);
|
|
|
|
|
|
retranslateUi(RuleDialog);
|
|
|
|
QMetaObject::connectSlotsByName(RuleDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *RuleDialog)
|
|
{
|
|
RuleDialog->setWindowTitle(QApplication::translate("RuleDialog", "\346\265\213\351\207\217", Q_NULLPTR));
|
|
label_4->setText(QApplication::translate("RuleDialog", "\351\274\240\346\240\207\347\202\271\344\275\215\347\275\256", Q_NULLPTR));
|
|
MouseLatitude->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
MouseLongitude->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
label->setText(QApplication::translate("RuleDialog", "\347\254\254\344\270\200\347\202\271\345\235\220\346\240\207", Q_NULLPTR));
|
|
FirstPointLatitude->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
FirstPointLongitude->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
label_3->setText(QApplication::translate("RuleDialog", "\344\270\244\347\202\271\350\267\235\347\246\273", Q_NULLPTR));
|
|
TwoPointDistance->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
ConformButton->setText(QApplication::translate("RuleDialog", "\347\241\256\345\256\232", Q_NULLPTR));
|
|
label_2->setText(QApplication::translate("RuleDialog", "\347\254\254\344\272\214\347\202\271\345\235\220\346\240\207", Q_NULLPTR));
|
|
SecondPointLatitude->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
SecondPointLongitude->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
label_6->setText(QApplication::translate("RuleDialog", "\344\270\200\347\202\271\346\214\207\345\220\221\344\272\214\347\202\271\344\270\216\346\255\243\345\214\227\345\244\271\350\247\222", Q_NULLPTR));
|
|
TwoPointAngle->setText(QApplication::translate("RuleDialog", "0", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class RuleDialog: public Ui_RuleDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_RULEDIALOG_H
|