mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bd3ca9a0cc
commit
c74ed9e887
@ -271,12 +271,10 @@ class PdfEngine(QPaintEngine):
|
|||||||
return QPaintEngine.Pdf
|
return QPaintEngine.Pdf
|
||||||
|
|
||||||
def drawPixmap(self, rect, pixmap, source_rect):
|
def drawPixmap(self, rect, pixmap, source_rect):
|
||||||
print ('drawPixmap() currently unimplemented')
|
print ('TODO: drawPixmap() currently unimplemented')
|
||||||
pass # TODO: Implement me
|
|
||||||
|
|
||||||
def drawImage(self, rect, image, source_rect, flags=Qt.AutoColor):
|
def drawImage(self, rect, image, source_rect, flags=Qt.AutoColor):
|
||||||
print ('drawImage() currently unimplemented')
|
print ('TODO: drawImage() currently unimplemented')
|
||||||
pass # TODO: Implement me
|
|
||||||
|
|
||||||
def updateState(self, state):
|
def updateState(self, state):
|
||||||
self.graphics_state.read(state)
|
self.graphics_state.read(state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user