/******************************************************************************** ** Form generated from reading UI file 'NodeNameSetterDialog.ui' ** ** Created by: Qt User Interface Compiler version 5.15.17 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_NODENAMESETTERDIALOG_H #define UI_NODENAMESETTERDIALOG_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_NodeNameSetterDialog { public: QVBoxLayout *verticalLayout; QLabel *textLabel; QLabel *errorLabel; QLineEdit *lineEdit; QSpacerItem *verticalSpacer; QDialogButtonBox *buttonBox; void setupUi(QDialog *NodeNameSetterDialog) { if (NodeNameSetterDialog->objectName().isEmpty()) NodeNameSetterDialog->setObjectName(QString::fromUtf8("NodeNameSetterDialog")); NodeNameSetterDialog->setWindowTitle(QString::fromUtf8("")); verticalLayout = new QVBoxLayout(NodeNameSetterDialog); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setSizeConstraint(QLayout::SetFixedSize); textLabel = new QLabel(NodeNameSetterDialog); textLabel->setObjectName(QString::fromUtf8("textLabel")); #if QT_CONFIG(tooltip) textLabel->setToolTip(QString::fromUtf8("")); #endif // QT_CONFIG(tooltip) textLabel->setStyleSheet(QString::fromUtf8("QLabel { \n" "font-family: \"SF Pro Text\";\n" "font-size: 13px;\n" "}")); textLabel->setText(QString::fromUtf8("")); verticalLayout->addWidget(textLabel); errorLabel = new QLabel(NodeNameSetterDialog); errorLabel->setObjectName(QString::fromUtf8("errorLabel")); errorLabel->setEnabled(true); errorLabel->setStyleSheet(QString::fromUtf8("QLabel {\n" "color: #DA3135; \n" "background-color: #FDEBEB; \n" "font-family: Lato; \n" "font-size: 12px; \n" "border-radius: 2px; \n" "border: 1px solid rgba(218,49,53,0.5); \n" "padding-top: 3px; \n" "padding-bottom: 5px; \n" "padding-left: 13px;\n" "padding-right: 13px; \n" "}")); errorLabel->setAlignment(Qt::AlignCenter); verticalLayout->addWidget(errorLabel); lineEdit = new QLineEdit(NodeNameSetterDialog); lineEdit->setObjectName(QString::fromUtf8("lineEdit")); lineEdit->setStyleSheet(QString::fromUtf8("QLineEdit { \n" "font-family: \"SF UI Text\";\n" "font-size: 13px;\n" "}")); verticalLayout->addWidget(lineEdit); verticalSpacer = new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout->addItem(verticalSpacer); buttonBox = new QDialogButtonBox(NodeNameSetterDialog); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); verticalLayout->addWidget(buttonBox); retranslateUi(NodeNameSetterDialog); QMetaObject::connectSlotsByName(NodeNameSetterDialog); } // setupUi void retranslateUi(QDialog *NodeNameSetterDialog) { errorLabel->setText(QCoreApplication::translate("NodeNameSetterDialog", "The following characters are not allowed:\n" "%1", nullptr)); (void)NodeNameSetterDialog; } // retranslateUi }; namespace Ui { class NodeNameSetterDialog: public Ui_NodeNameSetterDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_NODENAMESETTERDIALOG_H