Add spin cursor to build tool print, and add formatting to project tree words column
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user