1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>Window</class>
|
---|
4 | <widget class="QMainWindow" name="Window">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>800</width>
|
---|
10 | <height>600</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Web Element DOM Traversal</string>
|
---|
15 | </property>
|
---|
16 | <widget class="QWidget" name="centralwidget">
|
---|
17 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
18 | <property name="topMargin">
|
---|
19 | <number>4</number>
|
---|
20 | </property>
|
---|
21 | <property name="bottomMargin">
|
---|
22 | <number>4</number>
|
---|
23 | </property>
|
---|
24 | <item>
|
---|
25 | <widget class="QWebView" name="webView">
|
---|
26 | <property name="url">
|
---|
27 | <url>
|
---|
28 | <string>http://qt.nokia.com/</string>
|
---|
29 | </url>
|
---|
30 | </property>
|
---|
31 | </widget>
|
---|
32 | </item>
|
---|
33 | </layout>
|
---|
34 | </widget>
|
---|
35 | <widget class="QMenuBar" name="menubar">
|
---|
36 | <property name="geometry">
|
---|
37 | <rect>
|
---|
38 | <x>0</x>
|
---|
39 | <y>0</y>
|
---|
40 | <width>800</width>
|
---|
41 | <height>27</height>
|
---|
42 | </rect>
|
---|
43 | </property>
|
---|
44 | </widget>
|
---|
45 | <widget class="QStatusBar" name="statusbar"/>
|
---|
46 | <widget class="QDockWidget" name="dockWidget">
|
---|
47 | <property name="allowedAreas">
|
---|
48 | <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
|
---|
49 | </property>
|
---|
50 | <property name="windowTitle">
|
---|
51 | <string>Document Structure</string>
|
---|
52 | </property>
|
---|
53 | <attribute name="dockWidgetArea">
|
---|
54 | <number>1</number>
|
---|
55 | </attribute>
|
---|
56 | <widget class="QWidget" name="dockWidgetContents">
|
---|
57 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
58 | <property name="margin">
|
---|
59 | <number>4</number>
|
---|
60 | </property>
|
---|
61 | <item>
|
---|
62 | <widget class="QTreeWidget" name="treeWidget">
|
---|
63 | <attribute name="headerVisible">
|
---|
64 | <bool>false</bool>
|
---|
65 | </attribute>
|
---|
66 | <attribute name="headerVisible">
|
---|
67 | <bool>false</bool>
|
---|
68 | </attribute>
|
---|
69 | <column>
|
---|
70 | <property name="text">
|
---|
71 | <string notr="true">1</string>
|
---|
72 | </property>
|
---|
73 | </column>
|
---|
74 | </widget>
|
---|
75 | </item>
|
---|
76 | </layout>
|
---|
77 | </widget>
|
---|
78 | </widget>
|
---|
79 | </widget>
|
---|
80 | <customwidgets>
|
---|
81 | <customwidget>
|
---|
82 | <class>QWebView</class>
|
---|
83 | <extends>QWidget</extends>
|
---|
84 | <header>QtWebKit/QWebView</header>
|
---|
85 | </customwidget>
|
---|
86 | </customwidgets>
|
---|
87 | <resources/>
|
---|
88 | <connections/>
|
---|
89 | </ui>
|
---|