From 24e7ae97171e9efc2abeeea66649511245bc20ce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Jul 2014 00:14:25 +0530 Subject: [PATCH] Make the the .ui files that use QWebView compilable using a binary calibre build QWebView is exposed as a plugin to the PyQT ui compiler which is not available in a frozen build. So instead we mock it as a custom widget with the correct include header. --- src/calibre/gui2/store/web_store_dialog.ui | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/calibre/gui2/store/web_store_dialog.ui b/src/calibre/gui2/store/web_store_dialog.ui index 513ba6b013..34849730f7 100644 --- a/src/calibre/gui2/store/web_store_dialog.ui +++ b/src/calibre/gui2/store/web_store_dialog.ui @@ -82,11 +82,11 @@ - - QWebView - QWidget -
QtWebKitWidgets/QWebView
-
+ + QWebView + QWidget +
PyQt5/QtWebKitWidgets
+
NPWebView QWebView