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

Last change on this file since 858 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>
35 </property>
36 </widget>
37 </item>
38 <item row="2" column="2" colspan="2">
39 <widget class="QComboBox" name="instanceSelection"/>
40 </item>
41 <item row="3" column="0" colspan="4">
42 <widget class="QTextEdit" name="instanceEdit"/>
43 </item>
44 <item row="4" column="0">
45 <widget class="QLabel" name="label">
46 <property name="text">
47 <string>Status:</string>
48 </property>
49 </widget>
50 </item>
51 <item row="4" column="1" colspan="2">
52 <widget class="QLabel" name="validationStatus">
53 <property name="text">
54 <string>not validated</string>
55 </property>
56 </widget>
57 </item>
58 <item row="4" column="3">
59 <widget class="QPushButton" name="validateButton">
60 <property name="text">
61 <string>Validate</string>
62 </property>
63 </widget>
64 </item>
65 </layout>
66 </widget>
67 <widget class="QStatusBar" name="statusbar"/>
68 </widget>
69 <resources/>
70 <connections/>
71</ui>
Note: See TracBrowser for help on using the repository browser.