|
Last change
on this file since 890 was 561, checked in by Dmitry A. Kuminov, 16 years ago |
|
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
|
File size:
1.8 KB
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>Window</class>
|
|---|
| 4 | <widget class="QWidget" name="Window">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>640</width>
|
|---|
| 10 | <height>480</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="windowTitle">
|
|---|
| 14 | <string>Web Element Selector</string>
|
|---|
| 15 | </property>
|
|---|
| 16 | <layout class="QVBoxLayout" name="verticalLayout">
|
|---|
| 17 | <item>
|
|---|
| 18 | <widget class="QWebView" name="webView">
|
|---|
| 19 | <property name="url">
|
|---|
| 20 | <url>
|
|---|
| 21 | <string>http://webkit.org/</string>
|
|---|
| 22 | </url>
|
|---|
| 23 | </property>
|
|---|
| 24 | </widget>
|
|---|
| 25 | </item>
|
|---|
| 26 | <item>
|
|---|
| 27 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|---|
| 28 | <item>
|
|---|
| 29 | <layout class="QFormLayout" name="formLayout">
|
|---|
| 30 | <property name="fieldGrowthPolicy">
|
|---|
| 31 | <enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|---|
| 32 | </property>
|
|---|
| 33 | <item row="0" column="0">
|
|---|
| 34 | <widget class="QLabel" name="elementLabel">
|
|---|
| 35 | <property name="text">
|
|---|
| 36 | <string>&Element:</string>
|
|---|
| 37 | </property>
|
|---|
| 38 | <property name="buddy">
|
|---|
| 39 | <cstring>elementLineEdit</cstring>
|
|---|
| 40 | </property>
|
|---|
| 41 | </widget>
|
|---|
| 42 | </item>
|
|---|
| 43 | <item row="0" column="1">
|
|---|
| 44 | <widget class="QLineEdit" name="elementLineEdit">
|
|---|
| 45 | <property name="text">
|
|---|
| 46 | <string>li a</string>
|
|---|
| 47 | </property>
|
|---|
| 48 | </widget>
|
|---|
| 49 | </item>
|
|---|
| 50 | </layout>
|
|---|
| 51 | </item>
|
|---|
| 52 | <item>
|
|---|
| 53 | <widget class="QPushButton" name="highlightButton">
|
|---|
| 54 | <property name="text">
|
|---|
| 55 | <string>&Highlight</string>
|
|---|
| 56 | </property>
|
|---|
| 57 | </widget>
|
|---|
| 58 | </item>
|
|---|
| 59 | </layout>
|
|---|
| 60 | </item>
|
|---|
| 61 | </layout>
|
|---|
| 62 | </widget>
|
|---|
| 63 | <customwidgets>
|
|---|
| 64 | <customwidget>
|
|---|
| 65 | <class>QWebView</class>
|
|---|
| 66 | <extends>QWidget</extends>
|
|---|
| 67 | <header>QtWebKit/QWebView</header>
|
|---|
| 68 | </customwidget>
|
|---|
| 69 | </customwidgets>
|
|---|
| 70 | <resources/>
|
|---|
| 71 | <connections/>
|
|---|
| 72 | </ui>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.