source: trunk/examples/xmlpatterns/schema/schema.ui@ 835

Last change on this file since 835 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
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>