All Samples(4) | Call(0) | Derive(0) | Import(4)
src/r/e/ReText-4.1.2/ReText/__init__.py ReText(Download)
else: try: from PyQt5 import QtCore, QtPrintSupport, QtGui, QtWidgets, QtWebKit, QtWebKitWidgets except ImportError: try:
src/g/i/ginga-2.0.20140425003909/ginga/qtw/QtHelp.py ginga(Download)
have_pyqt5 = True
try:
from PyQt5 import QtWebKit
from PyQt5.QtWebKitWidgets import QWebView
except ImportError:
src/g/i/ginga-HEAD/ginga/qtw/QtHelp.py ginga(Download)
have_pyqt5 = True
try:
from PyQt5 import QtWebKit
from PyQt5.QtWebKitWidgets import QWebView
except ImportError:
src/x/w/XwareDesktop-HEAD/src/frontend/about.py XwareDesktop(Download)
self.label_pyinotifyVer.setText(pyinotify.__version__)
from PyQt5 import QtWebKit
self.label_qtwebkitVer.setText(QtWebKit.qWebKitVersion())