[refs #204] adding application name/organisation/domain when building app before calling settings

This commit is contained in:
Marcel Paffrath 2017-06-14 16:22:26 +02:00
parent d2d8498739
commit 754883c5c9
2 changed files with 4 additions and 1 deletions

View File

@ -2461,6 +2461,9 @@ def create_window():
if app is None:
app = QApplication(sys.argv)
app_created = True
app.setOrganizationName("QtPyLoT");
app.setOrganizationDomain("rub.de");
app.setApplicationName("RUB");
app.references = set()
#app.references.add(window)
#window.show()

View File

@ -1 +1 @@
5412-dirty
d2d8-dirty