mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a5c287cf1e
commit
51616d39e8
@ -5,8 +5,9 @@ import os, sys, Queue, threading, glob
|
|||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
from threading import RLock, Lock
|
from threading import RLock, Lock
|
||||||
from urllib import unquote
|
from urllib import unquote
|
||||||
|
from PyQt5.QtWidgets import QStyle # Gives a nicer error message than import from Qt
|
||||||
from PyQt5.Qt import (
|
from PyQt5.Qt import (
|
||||||
QFileInfo, QObject, QBuffer, Qt, QStyle, QByteArray, QTranslator,
|
QFileInfo, QObject, QBuffer, Qt, QByteArray, QTranslator,
|
||||||
QCoreApplication, QThread, QEvent, QTimer, pyqtSignal, QDateTime,
|
QCoreApplication, QThread, QEvent, QTimer, pyqtSignal, QDateTime,
|
||||||
QDesktopServices, QFileDialog, QFileIconProvider, QSettings, QIcon,
|
QDesktopServices, QFileDialog, QFileIconProvider, QSettings, QIcon,
|
||||||
QApplication, QDialog, QUrl, QFont, QFontDatabase, QLocale, QFontInfo)
|
QApplication, QDialog, QUrl, QFont, QFontDatabase, QLocale, QFontInfo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user