1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'schema.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_SCHEMA_H |
10 | #define UI_SCHEMA_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QComboBox> |
15 | #include <QtWidgets/QGridLayout> |
16 | #include <QtWidgets/QLabel> |
17 | #include <QtWidgets/QMainWindow> |
18 | #include <QtWidgets/QPushButton> |
19 | #include <QtWidgets/QStatusBar> |
20 | #include <QtWidgets/QTextBrowser> |
21 | #include <QtWidgets/QTextEdit> |
22 | #include <QtWidgets/QWidget> |
23 | |
24 | QT_BEGIN_NAMESPACE |
25 | |
26 | class Ui_SchemaMainWindow |
27 | { |
28 | public: |
29 | QWidget *centralwidget; |
30 | QGridLayout *gridLayout; |
31 | QLabel *schemaLabel; |
32 | QComboBox *schemaSelection; |
33 | QTextBrowser *schemaView; |
34 | QLabel *instanceLabel; |
35 | QComboBox *instanceSelection; |
36 | QTextEdit *instanceEdit; |
37 | QLabel *label; |
38 | QLabel *validationStatus; |
39 | QPushButton *validateButton; |
40 | QStatusBar *statusbar; |
41 | |
42 | void setupUi(QMainWindow *SchemaMainWindow) |
43 | { |
44 | if (SchemaMainWindow->objectName().isEmpty()) |
45 | SchemaMainWindow->setObjectName(QString::fromUtf8(str: "SchemaMainWindow" )); |
46 | SchemaMainWindow->resize(w: 417, h: 594); |
47 | centralwidget = new QWidget(SchemaMainWindow); |
48 | centralwidget->setObjectName(QString::fromUtf8(str: "centralwidget" )); |
49 | gridLayout = new QGridLayout(centralwidget); |
50 | gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout" )); |
51 | schemaLabel = new QLabel(centralwidget); |
52 | schemaLabel->setObjectName(QString::fromUtf8(str: "schemaLabel" )); |
53 | |
54 | gridLayout->addWidget(schemaLabel, row: 0, column: 0, rowSpan: 1, columnSpan: 2); |
55 | |
56 | schemaSelection = new QComboBox(centralwidget); |
57 | schemaSelection->setObjectName(QString::fromUtf8(str: "schemaSelection" )); |
58 | |
59 | gridLayout->addWidget(schemaSelection, row: 0, column: 2, rowSpan: 1, columnSpan: 2); |
60 | |
61 | schemaView = new QTextBrowser(centralwidget); |
62 | schemaView->setObjectName(QString::fromUtf8(str: "schemaView" )); |
63 | |
64 | gridLayout->addWidget(schemaView, row: 1, column: 0, rowSpan: 1, columnSpan: 4); |
65 | |
66 | instanceLabel = new QLabel(centralwidget); |
67 | instanceLabel->setObjectName(QString::fromUtf8(str: "instanceLabel" )); |
68 | |
69 | gridLayout->addWidget(instanceLabel, row: 2, column: 0, rowSpan: 1, columnSpan: 2); |
70 | |
71 | instanceSelection = new QComboBox(centralwidget); |
72 | instanceSelection->setObjectName(QString::fromUtf8(str: "instanceSelection" )); |
73 | |
74 | gridLayout->addWidget(instanceSelection, row: 2, column: 2, rowSpan: 1, columnSpan: 2); |
75 | |
76 | instanceEdit = new QTextEdit(centralwidget); |
77 | instanceEdit->setObjectName(QString::fromUtf8(str: "instanceEdit" )); |
78 | |
79 | gridLayout->addWidget(instanceEdit, row: 3, column: 0, rowSpan: 1, columnSpan: 4); |
80 | |
81 | label = new QLabel(centralwidget); |
82 | label->setObjectName(QString::fromUtf8(str: "label" )); |
83 | |
84 | gridLayout->addWidget(label, row: 4, column: 0, rowSpan: 1, columnSpan: 1); |
85 | |
86 | validationStatus = new QLabel(centralwidget); |
87 | validationStatus->setObjectName(QString::fromUtf8(str: "validationStatus" )); |
88 | |
89 | gridLayout->addWidget(validationStatus, row: 4, column: 1, rowSpan: 1, columnSpan: 2); |
90 | |
91 | validateButton = new QPushButton(centralwidget); |
92 | validateButton->setObjectName(QString::fromUtf8(str: "validateButton" )); |
93 | |
94 | gridLayout->addWidget(validateButton, row: 4, column: 3, rowSpan: 1, columnSpan: 1); |
95 | |
96 | SchemaMainWindow->setCentralWidget(centralwidget); |
97 | statusbar = new QStatusBar(SchemaMainWindow); |
98 | statusbar->setObjectName(QString::fromUtf8(str: "statusbar" )); |
99 | SchemaMainWindow->setStatusBar(statusbar); |
100 | |
101 | retranslateUi(SchemaMainWindow); |
102 | |
103 | QMetaObject::connectSlotsByName(o: SchemaMainWindow); |
104 | } // setupUi |
105 | |
106 | void retranslateUi(QMainWindow *SchemaMainWindow) |
107 | { |
108 | SchemaMainWindow->setWindowTitle(QCoreApplication::translate(context: "SchemaMainWindow" , key: "XML Schema Validation" , disambiguation: nullptr)); |
109 | schemaLabel->setText(QCoreApplication::translate(context: "SchemaMainWindow" , key: "XML Schema Document:" , disambiguation: nullptr)); |
110 | instanceLabel->setText(QCoreApplication::translate(context: "SchemaMainWindow" , key: "XML Instance Document:" , disambiguation: nullptr)); |
111 | label->setText(QCoreApplication::translate(context: "SchemaMainWindow" , key: "Status:" , disambiguation: nullptr)); |
112 | validationStatus->setText(QCoreApplication::translate(context: "SchemaMainWindow" , key: "not validated" , disambiguation: nullptr)); |
113 | validateButton->setText(QCoreApplication::translate(context: "SchemaMainWindow" , key: "Validate" , disambiguation: nullptr)); |
114 | } // retranslateUi |
115 | |
116 | }; |
117 | |
118 | namespace Ui { |
119 | class SchemaMainWindow: public Ui_SchemaMainWindow {}; |
120 | } // namespace Ui |
121 | |
122 | QT_END_NAMESPACE |
123 | |
124 | #endif // UI_SCHEMA_H |
125 | |