summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/tests/hybridPixmap/widget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/tests/hybridPixmap/widget.ui')
-rw-r--r--Source/WebKit/qt/tests/hybridPixmap/widget.ui95
1 files changed, 0 insertions, 95 deletions
diff --git a/Source/WebKit/qt/tests/hybridPixmap/widget.ui b/Source/WebKit/qt/tests/hybridPixmap/widget.ui
deleted file mode 100644
index 272d6a71f..000000000
--- a/Source/WebKit/qt/tests/hybridPixmap/widget.ui
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>Widget</class>
- <widget class="QWidget" name="Widget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>600</width>
- <height>400</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string notr="true">Widget</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="WebView" name="webView" native="true">
- <property name="url" stdset="0">
- <url>
- <string notr="true">about:blank</string>
- </url>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="lbl1">
- <property name="text">
- <string notr="true"/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="lbl2">
- <property name="minimumSize">
- <size>
- <width>120</width>
- <height>30</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string notr="true">Image from Qt to HTML</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="lbl3">
- <property name="text">
- <string notr="true">Pixmap from Qt to HTML</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="lbl4">
- <property name="text">
- <string notr="true"/>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <customwidgets>
- <customwidget>
- <class>WebView</class>
- <extends>QWidget</extends>
- <header>widget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
-</ui>