[refs #204] adding application name/organisation/domain when building app before calling settings
This commit is contained in:
parent
d2d8498739
commit
754883c5c9
@ -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()
|
||||
|
@ -1 +1 @@
|
||||
5412-dirty
|
||||
d2d8-dirty
|
||||
|
Loading…
Reference in New Issue
Block a user