Remove QtWebEngineWidgets due PyQt5 errors

This commit is contained in:
Yeison 2020-12-05 21:40:03 -05:00
parent ffa4867027
commit cb4a2b73b6

View File

@ -11,10 +11,10 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>MainWindow</string> <string>Qt Material</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="pyside_material/resources/logos.qrc"> <iconset>
<normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset> <normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
@ -225,7 +225,7 @@
<string>New Item</string> <string>New Item</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="pyside_material/resources/logos.qrc"> <iconset>
<normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset> <normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset>
</property> </property>
</item> </item>
@ -234,7 +234,7 @@
<string>New Item</string> <string>New Item</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="pyside_material/resources/logos.qrc"> <iconset>
<normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset> <normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset>
</property> </property>
</item> </item>
@ -243,7 +243,7 @@
<string>New Item</string> <string>New Item</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="pyside_material/resources/logos.qrc"> <iconset>
<normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset> <normaloff>:/icon/logo/logo_frame.svg</normaloff>:/icon/logo/logo_frame.svg</iconset>
</property> </property>
</item> </item>
@ -472,31 +472,21 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>747</width> <width>680</width>
<height>269</height> <height>269</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
<string>Page 1</string> <string>Page 1</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_14"> <layout class="QGridLayout" name="gridLayout_14"/>
<item row="0" column="0">
<widget class="QWebEngineView" name="webEngineView">
<property name="url">
<url>
<string>https://www.python.org/</string>
</url>
</property>
</widget>
</item>
</layout>
</widget> </widget>
<widget class="QWidget" name="page_3"> <widget class="QWidget" name="page_3">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>747</width> <width>680</width>
<height>269</height> <height>269</height>
</rect> </rect>
</property> </property>
@ -509,7 +499,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>726</width> <width>659</width>
<height>292</height> <height>292</height>
</rect> </rect>
</property> </property>
@ -1677,11 +1667,14 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
</action> </action>
<action name="actionToolbar"> <action name="actionToolbar">
<property name="icon"> <property name="icon">
<iconset resource="pyside_material/resources/logos.qrc"> <iconset>
<normaloff>:/icon/logo/logo.svg</normaloff>:/icon/logo/logo.svg</iconset> <normaloff>:/icon/logo/logo.svg</normaloff>:/icon/logo/logo.svg</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>PySide Material Theme</string> <string>Qt Material Theme</string>
</property>
<property name="toolTip">
<string>Qt Material Theme</string>
</property> </property>
</action> </action>
<action name="actionSelected"> <action name="actionSelected">
@ -1711,16 +1704,9 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
</property> </property>
</action> </action>
</widget> </widget>
<customwidgets>
<customwidget>
<class>QWebEngineView</class>
<extends>QWidget</extends>
<header location="global">QtWebEngineWidgets/QWebEngineView</header>
</customwidget>
</customwidgets>
<resources> <resources>
<include location="pyside_material/resources/resource.qrc"/> <include location="../qt_material/resources/resource.qrc"/>
<include location="pyside_material/resources/logos.qrc"/> <include location="../qt_material/resources/resource.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>