mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7a9ae95cd6
commit
c0e6342497
@ -3,8 +3,6 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2009, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
''''''
|
||||
|
||||
from PyQt5.Qt import (
|
||||
QDialog, pyqtSignal, Qt, QVBoxLayout, QLabel, QFont, QProgressBar,
|
||||
QDialogButtonBox, QApplication, QFontMetrics)
|
||||
@ -16,7 +14,7 @@ class ProgressDialog(QDialog):
|
||||
|
||||
canceled_signal = pyqtSignal()
|
||||
|
||||
def __init__(self, title, msg='\xa0', min=0, max=99, parent=None, cancelable=True):
|
||||
def __init__(self, title, msg=u'\u00a0', min=0, max=99, parent=None, cancelable=True):
|
||||
QDialog.__init__(self, parent)
|
||||
self.l = l = QVBoxLayout(self)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user