You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.8 KiB
C
67 lines
1.8 KiB
C
2 years ago
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'xmlview.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 5.15.3
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_XMLVIEW_H
|
||
|
#define UI_XMLVIEW_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QGridLayout>
|
||
|
#include <QtWidgets/QHeaderView>
|
||
|
#include <QtWidgets/QTreeWidget>
|
||
|
#include <QtWidgets/QWidget>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_XMLViewDialog
|
||
|
{
|
||
|
public:
|
||
|
QGridLayout *gridLayout;
|
||
|
QTreeWidget *treeWidget;
|
||
|
|
||
|
void setupUi(QWidget *XMLViewDialog)
|
||
|
{
|
||
|
if (XMLViewDialog->objectName().isEmpty())
|
||
|
XMLViewDialog->setObjectName(QString::fromUtf8("XMLViewDialog"));
|
||
|
XMLViewDialog->resize(336, 330);
|
||
|
gridLayout = new QGridLayout(XMLViewDialog);
|
||
|
#ifndef Q_OS_MAC
|
||
|
gridLayout->setSpacing(6);
|
||
|
#endif
|
||
|
#ifndef Q_OS_MAC
|
||
|
gridLayout->setContentsMargins(9, 9, 9, 9);
|
||
|
#endif
|
||
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||
|
treeWidget = new QTreeWidget(XMLViewDialog);
|
||
|
treeWidget->setObjectName(QString::fromUtf8("treeWidget"));
|
||
|
treeWidget->setAlternatingRowColors(true);
|
||
|
treeWidget->setIndentation(10);
|
||
|
|
||
|
gridLayout->addWidget(treeWidget, 0, 0, 1, 1);
|
||
|
|
||
|
|
||
|
retranslateUi(XMLViewDialog);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(XMLViewDialog);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QWidget *XMLViewDialog)
|
||
|
{
|
||
|
XMLViewDialog->setWindowTitle(QCoreApplication::translate("XMLViewDialog", "XMLView", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class XMLViewDialog: public Ui_XMLViewDialog {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_XMLVIEW_H
|