mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 02:09:43 +00:00
Disable text editing of message box
This commit is contained in:
parent
2b5ffb6700
commit
2cbefc89e6
1
main.py
1
main.py
@ -70,6 +70,7 @@ class MainWindow(QWidget):
|
||||
self.progressMessage = QTextEdit()
|
||||
self.progressCursor = QTextCursor(self.progressMessage.document())
|
||||
self.progressMessage.setTextCursor(self.progressCursor)
|
||||
self.progressMessage.setReadOnly(True)
|
||||
self.progressCursor.insertText("After you prepared your images, click on the decensor button once to begin decensoring.\nPlease be patient.\nDecensoring will take time.\n")
|
||||
|
||||
#put all groups into grid
|
||||
|
Loading…
Reference in New Issue
Block a user