diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-10-11 12:44:19 +0200 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-10-11 12:44:19 +0200 |
commit | ab1bd15209abaf7effc51dbc2f272c5681af7223 (patch) | |
tree | 680bfbc4ab13514a9d2288609377bd8461f1d9f6 /Source/WebKit/qt/tests/hybridPixmap/widget.ui | |
parent | 5909e6d0d10de3e1370b3ea0bc596f580101e3b4 (diff) | |
parent | 2eac3aeb98fca0e6c13aaaff481861c5ef679e68 (diff) | |
download | qtwebkit-dev.tar.gz |
Change-Id: I2b773e6958cf1d3699ff7887f2807572f1dafa8d
Diffstat (limited to 'Source/WebKit/qt/tests/hybridPixmap/widget.ui')
-rw-r--r-- | Source/WebKit/qt/tests/hybridPixmap/widget.ui | 95 |
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> |