1 Star 0 Fork 0

Notepad-- Community/ndd-xmltool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ui_setting.h 12.19 KB
一键复制 编辑 原始数据 按行查看 历史
爬山虎 提交于 2023-12-16 15:01 +08:00 . 提交1.0 代码
/********************************************************************************
** Form generated from reading UI file 'setting.ui'
**
** Created by: Qt User Interface Compiler version 5.15.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_SETTING_H
#define UI_SETTING_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_SettingClass
{
public:
QVBoxLayout *verticalLayout_5;
QGroupBox *groupBox;
QHBoxLayout *horizontalLayout;
QRadioButton *quickEngine;
QRadioButton *stringEngine;
QRadioButton *simpleEngine;
QGroupBox *groupBox_2;
QVBoxLayout *verticalLayout;
QLabel *label_2;
QHBoxLayout *horizontalLayout_2;
QLabel *label;
QSpinBox *maxIndentLevel;
QSpacerItem *horizontalSpacer;
QGroupBox *groupBox_3;
QVBoxLayout *verticalLayout_2;
QLabel *label_3;
QHBoxLayout *horizontalLayout_3;
QCheckBox *cbConformity;
QSpacerItem *horizontalSpacer_2;
QGroupBox *groupBox_4;
QVBoxLayout *verticalLayout_3;
QLabel *label_4;
QHBoxLayout *horizontalLayout_4;
QCheckBox *cbPPAutoClose;
QSpacerItem *horizontalSpacer_3;
QGroupBox *groupBox_5;
QVBoxLayout *verticalLayout_4;
QLabel *label_5;
QHBoxLayout *horizontalLayout_5;
QCheckBox *cbApplySpacePreserve;
QSpacerItem *horizontalSpacer_4;
QHBoxLayout *horizontalLayout_6;
QSpacerItem *horizontalSpacer_5;
QPushButton *pushButton;
QPushButton *pushButton_2;
QSpacerItem *horizontalSpacer_6;
void setupUi(QWidget *SettingClass)
{
if (SettingClass->objectName().isEmpty())
SettingClass->setObjectName(QString::fromUtf8("SettingClass"));
SettingClass->resize(620, 486);
SettingClass->setMaximumSize(QSize(700, 500));
verticalLayout_5 = new QVBoxLayout(SettingClass);
verticalLayout_5->setSpacing(6);
verticalLayout_5->setContentsMargins(11, 11, 11, 11);
verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
verticalLayout_5->setContentsMargins(2, 3, 2, 3);
groupBox = new QGroupBox(SettingClass);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setMaximumSize(QSize(16777215, 50));
horizontalLayout = new QHBoxLayout(groupBox);
horizontalLayout->setSpacing(6);
horizontalLayout->setContentsMargins(11, 11, 11, 11);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(-1, 2, -1, 2);
quickEngine = new QRadioButton(groupBox);
quickEngine->setObjectName(QString::fromUtf8("quickEngine"));
quickEngine->setChecked(true);
horizontalLayout->addWidget(quickEngine);
stringEngine = new QRadioButton(groupBox);
stringEngine->setObjectName(QString::fromUtf8("stringEngine"));
horizontalLayout->addWidget(stringEngine);
simpleEngine = new QRadioButton(groupBox);
simpleEngine->setObjectName(QString::fromUtf8("simpleEngine"));
horizontalLayout->addWidget(simpleEngine);
verticalLayout_5->addWidget(groupBox);
groupBox_2 = new QGroupBox(SettingClass);
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
verticalLayout = new QVBoxLayout(groupBox_2);
verticalLayout->setSpacing(6);
verticalLayout->setContentsMargins(11, 11, 11, 11);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
label_2 = new QLabel(groupBox_2);
label_2->setObjectName(QString::fromUtf8("label_2"));
verticalLayout->addWidget(label_2);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setSpacing(6);
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
label = new QLabel(groupBox_2);
label->setObjectName(QString::fromUtf8("label"));
horizontalLayout_2->addWidget(label);
maxIndentLevel = new QSpinBox(groupBox_2);
maxIndentLevel->setObjectName(QString::fromUtf8("maxIndentLevel"));
horizontalLayout_2->addWidget(maxIndentLevel);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer);
verticalLayout->addLayout(horizontalLayout_2);
verticalLayout_5->addWidget(groupBox_2);
groupBox_3 = new QGroupBox(SettingClass);
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
verticalLayout_2 = new QVBoxLayout(groupBox_3);
verticalLayout_2->setSpacing(6);
verticalLayout_2->setContentsMargins(11, 11, 11, 11);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
label_3 = new QLabel(groupBox_3);
label_3->setObjectName(QString::fromUtf8("label_3"));
verticalLayout_2->addWidget(label_3);
horizontalLayout_3 = new QHBoxLayout();
horizontalLayout_3->setSpacing(6);
horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
cbConformity = new QCheckBox(groupBox_3);
cbConformity->setObjectName(QString::fromUtf8("cbConformity"));
cbConformity->setChecked(true);
horizontalLayout_3->addWidget(cbConformity);
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_3->addItem(horizontalSpacer_2);
verticalLayout_2->addLayout(horizontalLayout_3);
verticalLayout_5->addWidget(groupBox_3);
groupBox_4 = new QGroupBox(SettingClass);
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
verticalLayout_3 = new QVBoxLayout(groupBox_4);
verticalLayout_3->setSpacing(6);
verticalLayout_3->setContentsMargins(11, 11, 11, 11);
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
label_4 = new QLabel(groupBox_4);
label_4->setObjectName(QString::fromUtf8("label_4"));
verticalLayout_3->addWidget(label_4);
horizontalLayout_4 = new QHBoxLayout();
horizontalLayout_4->setSpacing(6);
horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
cbPPAutoClose = new QCheckBox(groupBox_4);
cbPPAutoClose->setObjectName(QString::fromUtf8("cbPPAutoClose"));
cbPPAutoClose->setChecked(true);
horizontalLayout_4->addWidget(cbPPAutoClose);
horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_4->addItem(horizontalSpacer_3);
verticalLayout_3->addLayout(horizontalLayout_4);
verticalLayout_5->addWidget(groupBox_4);
groupBox_5 = new QGroupBox(SettingClass);
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
verticalLayout_4 = new QVBoxLayout(groupBox_5);
verticalLayout_4->setSpacing(6);
verticalLayout_4->setContentsMargins(11, 11, 11, 11);
verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
label_5 = new QLabel(groupBox_5);
label_5->setObjectName(QString::fromUtf8("label_5"));
verticalLayout_4->addWidget(label_5);
horizontalLayout_5 = new QHBoxLayout();
horizontalLayout_5->setSpacing(6);
horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
cbApplySpacePreserve = new QCheckBox(groupBox_5);
cbApplySpacePreserve->setObjectName(QString::fromUtf8("cbApplySpacePreserve"));
horizontalLayout_5->addWidget(cbApplySpacePreserve);
horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_5->addItem(horizontalSpacer_4);
verticalLayout_4->addLayout(horizontalLayout_5);
verticalLayout_5->addWidget(groupBox_5);
horizontalLayout_6 = new QHBoxLayout();
horizontalLayout_6->setSpacing(6);
horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_6->addItem(horizontalSpacer_5);
pushButton = new QPushButton(SettingClass);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
horizontalLayout_6->addWidget(pushButton);
pushButton_2 = new QPushButton(SettingClass);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
horizontalLayout_6->addWidget(pushButton_2);
horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_6->addItem(horizontalSpacer_6);
verticalLayout_5->addLayout(horizontalLayout_6);
retranslateUi(SettingClass);
QObject::connect(pushButton_2, SIGNAL(clicked()), SettingClass, SLOT(close()));
QObject::connect(pushButton, SIGNAL(clicked()), SettingClass, SLOT(on_save()));
QMetaObject::connectSlotsByName(SettingClass);
} // setupUi
void retranslateUi(QWidget *SettingClass)
{
SettingClass->setWindowTitle(QCoreApplication::translate("SettingClass", "Setting", nullptr));
groupBox->setTitle(QCoreApplication::translate("SettingClass", "Xml Formating Engine", nullptr));
quickEngine->setText(QCoreApplication::translate("SettingClass", "QuickXml", nullptr));
stringEngine->setText(QCoreApplication::translate("SettingClass", "StringXml", nullptr));
simpleEngine->setText(QCoreApplication::translate("SettingClass", "SimpleXml", nullptr));
groupBox_2->setTitle(QCoreApplication::translate("SettingClass", "Indent Level", nullptr));
label_2->setText(QCoreApplication::translate("SettingClass", "The max indentation level for pretty print. \n"
"A zero(0) value means no indentation limit", nullptr));
label->setText(QCoreApplication::translate("SettingClass", "Max Indent Level", nullptr));
groupBox_3->setTitle(QCoreApplication::translate("SettingClass", "Ensure Conformity", nullptr));
label_3->setText(QCoreApplication::translate("SettingClass", "Make the prettyprint/linearize engine maintain XML conformity. \n"
"Whitespace are trimmed and linebreaks are added only if it does not modify the xml structure.\n"
"Currently only available on QuickXml.", nullptr));
cbConformity->setText(QCoreApplication::translate("SettingClass", "conformity", nullptr));
groupBox_4->setTitle(QCoreApplication::translate("SettingClass", "PPAutoClose", nullptr));
label_4->setText(QCoreApplication::translate("SettingClass", "Enable auto-close tags on pretty print. \n"
"For instance, when enabled, \"<sample></sample>\" is replaced with \"<sample/>\".", nullptr));
cbPPAutoClose->setText(QCoreApplication::translate("SettingClass", "ppAutoClose", nullptr));
groupBox_5->setTitle(QCoreApplication::translate("SettingClass", "ApplySpacePreserve", nullptr));
label_5->setText(QCoreApplication::translate("SettingClass", "Make the formating engine take care of xml:space=\"preserve\" and xml:space=\"default\" declarations. \n"
"Currently only available on QuickXml.", nullptr));
cbApplySpacePreserve->setText(QCoreApplication::translate("SettingClass", "applySpacePreserve", nullptr));
pushButton->setText(QCoreApplication::translate("SettingClass", "Ok", nullptr));
pushButton_2->setText(QCoreApplication::translate("SettingClass", "Cancel", nullptr));
} // retranslateUi
};
namespace Ui {
class SettingClass: public Ui_SettingClass {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_SETTING_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ndd-community/ndd-xmltool.git
git@gitee.com:ndd-community/ndd-xmltool.git
ndd-community
ndd-xmltool
ndd-xmltool
master

搜索帮助