Revize ab2986f2
Přidáno uživatelem Martin Forejt před téměř 4 roky(ů)
aswi2021vochomurka/view/settings.py | ||
---|---|---|
16 | 16 |
topics = DEFAULT_TOPICS |
17 | 17 |
|
18 | 18 |
def __init__(self): |
19 |
super(SettingsDialog, self).__init__() |
|
19 |
super(SettingsDialog, self).__init__(None, QtCore.Qt.WindowCloseButtonHint | QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowTitleHint)
|
|
20 | 20 |
self.settings = QSettings("Vochomurka", "MQTTClient") |
21 | 21 |
self.setWindowTitle("Settings") |
22 | 22 |
self.setMinimumSize(QSize(600, 500)) |
Také k dispozici: Unified diff
Re: #8921 - remove question mark from dialog title