Add spin cursor to build tool print, and add formatting to project tree words column

This commit is contained in:
Veronica K. B. Olsen
2020-10-07 23:50:34 +02:00
parent d9b1363788
commit 214323fa6e
2 changed files with 10 additions and 5 deletions
+2
View File
@@ -899,8 +899,10 @@ class GuiBuildNovel(QDialog):
def _doPrintPreview(self, thePrinter):
"""Connect the print preview painter to the document viewer.
"""
qApp.setOverrideCursor(QCursor(Qt.WaitCursor))
thePrinter.setOrientation(QPrinter.Portrait)
self.docView.qDocument.print(thePrinter)
qApp.restoreOverrideCursor()
return
def _selectFont(self):