| 1 | /******************************************************************************** | 
| 2 | ** Form generated from reading UI file 'pane.ui' | 
| 3 | ** | 
| 4 | ** Created by: Qt User Interface Compiler version 5.15.9 | 
| 5 | ** | 
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! | 
| 7 | ********************************************************************************/ | 
| 8 |  | 
| 9 | #ifndef UI_PANE_H | 
| 10 | #define UI_PANE_H | 
| 11 |  | 
| 12 | #include <QtCore/QVariant> | 
| 13 | #include <QtWidgets/QApplication> | 
| 14 | #include <QtWidgets/QCheckBox> | 
| 15 | #include <QtWidgets/QDoubleSpinBox> | 
| 16 | #include <QtWidgets/QGridLayout> | 
| 17 | #include <QtWidgets/QHBoxLayout> | 
| 18 | #include <QtWidgets/QLabel> | 
| 19 | #include <QtWidgets/QSpacerItem> | 
| 20 | #include <QtWidgets/QWidget> | 
| 21 |  | 
| 22 | QT_BEGIN_NAMESPACE | 
| 23 |  | 
| 24 | class Ui_Pane | 
| 25 | { | 
| 26 | public: | 
| 27 |     QGridLayout *gridLayout; | 
| 28 |     QLabel *label; | 
| 29 |     QWidget *widget; | 
| 30 |     QHBoxLayout *horizontalLayout; | 
| 31 |     QLabel *label_x; | 
| 32 |     QDoubleSpinBox *p1_x; | 
| 33 |     QLabel *label_y; | 
| 34 |     QDoubleSpinBox *p1_y; | 
| 35 |     QCheckBox *smooth; | 
| 36 |     QSpacerItem *horizontalSpacer; | 
| 37 |  | 
| 38 |     void setupUi(QWidget *Pane) | 
| 39 |     { | 
| 40 |         if (Pane->objectName().isEmpty()) | 
| 41 |             Pane->setObjectName(QString::fromUtf8(str: "Pane" )); | 
| 42 |         Pane->resize(w: 416, h: 47); | 
| 43 |         QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); | 
| 44 |         sizePolicy.setHorizontalStretch(0); | 
| 45 |         sizePolicy.setVerticalStretch(0); | 
| 46 |         sizePolicy.setHeightForWidth(Pane->sizePolicy().hasHeightForWidth()); | 
| 47 |         Pane->setSizePolicy(sizePolicy); | 
| 48 |         gridLayout = new QGridLayout(Pane); | 
| 49 |         gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout" )); | 
| 50 |         label = new QLabel(Pane); | 
| 51 |         label->setObjectName(QString::fromUtf8(str: "label" )); | 
| 52 |         QFont font; | 
| 53 |         font.setBold(true); | 
| 54 |         font.setWeight(75); | 
| 55 |         label->setFont(font); | 
| 56 |  | 
| 57 |         gridLayout->addWidget(label, row: 0, column: 0, rowSpan: 1, columnSpan: 1); | 
| 58 |  | 
| 59 |         widget = new QWidget(Pane); | 
| 60 |         widget->setObjectName(QString::fromUtf8(str: "widget" )); | 
| 61 |         horizontalLayout = new QHBoxLayout(widget); | 
| 62 |         horizontalLayout->setSpacing(4); | 
| 63 |         horizontalLayout->setContentsMargins(left: 2, top: 2, right: 2, bottom: 2); | 
| 64 |         horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout" )); | 
| 65 |         label_x = new QLabel(widget); | 
| 66 |         label_x->setObjectName(QString::fromUtf8(str: "label_x" )); | 
| 67 |  | 
| 68 |         horizontalLayout->addWidget(label_x); | 
| 69 |  | 
| 70 |         p1_x = new QDoubleSpinBox(widget); | 
| 71 |         p1_x->setObjectName(QString::fromUtf8(str: "p1_x" )); | 
| 72 |         p1_x->setDecimals(4); | 
| 73 |         p1_x->setSingleStep(0.010000000000000); | 
| 74 |  | 
| 75 |         horizontalLayout->addWidget(p1_x); | 
| 76 |  | 
| 77 |         label_y = new QLabel(widget); | 
| 78 |         label_y->setObjectName(QString::fromUtf8(str: "label_y" )); | 
| 79 |  | 
| 80 |         horizontalLayout->addWidget(label_y); | 
| 81 |  | 
| 82 |         p1_y = new QDoubleSpinBox(widget); | 
| 83 |         p1_y->setObjectName(QString::fromUtf8(str: "p1_y" )); | 
| 84 |         p1_y->setDecimals(4); | 
| 85 |         p1_y->setMinimum(-10.000000000000000); | 
| 86 |         p1_y->setMaximum(10.000000000000000); | 
| 87 |         p1_y->setSingleStep(0.010000000000000); | 
| 88 |  | 
| 89 |         horizontalLayout->addWidget(p1_y); | 
| 90 |  | 
| 91 |  | 
| 92 |         gridLayout->addWidget(widget, row: 0, column: 1, rowSpan: 1, columnSpan: 1); | 
| 93 |  | 
| 94 |         smooth = new QCheckBox(Pane); | 
| 95 |         smooth->setObjectName(QString::fromUtf8(str: "smooth" )); | 
| 96 |  | 
| 97 |         gridLayout->addWidget(smooth, row: 0, column: 2, rowSpan: 1, columnSpan: 1); | 
| 98 |  | 
| 99 |         horizontalSpacer = new QSpacerItem(99, 10, QSizePolicy::Expanding, QSizePolicy::Minimum); | 
| 100 |  | 
| 101 |         gridLayout->addItem(item: horizontalSpacer, row: 0, column: 3, rowSpan: 1, columnSpan: 1, Qt::AlignVCenter); | 
| 102 |  | 
| 103 |  | 
| 104 |         retranslateUi(Pane); | 
| 105 |  | 
| 106 |         QMetaObject::connectSlotsByName(o: Pane); | 
| 107 |     } // setupUi | 
| 108 |  | 
| 109 |     void retranslateUi(QWidget *Pane) | 
| 110 |     { | 
| 111 |         Pane->setWindowTitle(QCoreApplication::translate(context: "Pane" , key: "Form" , disambiguation: nullptr)); | 
| 112 |         label->setText(QCoreApplication::translate(context: "Pane" , key: "p1" , disambiguation: nullptr)); | 
| 113 |         label_x->setText(QCoreApplication::translate(context: "Pane" , key: "x" , disambiguation: nullptr)); | 
| 114 |         label_y->setText(QCoreApplication::translate(context: "Pane" , key: "y" , disambiguation: nullptr)); | 
| 115 |         smooth->setText(QCoreApplication::translate(context: "Pane" , key: "smooth" , disambiguation: nullptr)); | 
| 116 |     } // retranslateUi | 
| 117 |  | 
| 118 | }; | 
| 119 |  | 
| 120 | namespace Ui { | 
| 121 |     class Pane: public Ui_Pane {}; | 
| 122 | } // namespace Ui | 
| 123 |  | 
| 124 | QT_END_NAMESPACE | 
| 125 |  | 
| 126 | #endif // UI_PANE_H | 
| 127 |  |