Monkeypatched a couple more file dialogs

This commit is contained in:
Veronica K. B. Olsen
2020-09-28 23:40:49 +02:00
parent 5152d80ac4
commit 9f8dd4abf3
5 changed files with 58 additions and 34 deletions
+2
View File
@@ -443,6 +443,8 @@ class VerticalTabBar(QTabBar):
class QuotesDialog(QDialog):
selectedQuote = ""
def __init__(self, theParent=None, currentQuote="\""):
QDialog.__init__(self, parent=theParent)