1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>SchemaMainWindow</class>
|
---|
4 | <widget class="QMainWindow" name="SchemaMainWindow">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>417</width>
|
---|
10 | <height>594</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>XML Schema Validation</string>
|
---|
15 | </property>
|
---|
16 | <widget class="QWidget" name="centralwidget">
|
---|
17 | <layout class="QGridLayout" name="gridLayout">
|
---|
18 | <item row="0" column="0" colspan="2">
|
---|
19 | <widget class="QLabel" name="schemaLabel">
|
---|
20 | <property name="text">
|
---|
21 | <string>XML Schema Document:</string>
|
---|
22 | </property>
|
---|
23 | </widget>
|
---|
24 | </item>
|
---|
25 | <item row="0" column="2" colspan="2">
|
---|
26 | <widget class="QComboBox" name="schemaSelection"/>
|
---|
27 | </item>
|
---|
28 | <item row="1" column="0" colspan="4">
|
---|
29 | <widget class="QTextBrowser" name="schemaView"/>
|
---|
30 | </item>
|
---|
31 | <item row="2" column="0" colspan="2">
|
---|
32 | <widget class="QLabel" name="instanceLabel">
|
---|
33 | <property name="text">
|
---|
34 | <string>XML Instance Document:</string>
|
---|
|
---|