示例#1
0
 def __init__(self):
     QSettings.__init__(self, "EarwigHavenObservatory.com",
                        "FlatCaptureNow1")
示例#2
0
 def __init__(self):
     QSettings.__init__(self, "EarwigHavenObservatory.com",
                        "MasterDarkMaker_b")
示例#3
0
 def __init__(self, conf = "qt.conf", parent = None):
     QSettings.__init__(self, conf, QSettings.IniFormat, parent)
     self.setIniCodec(QTextCodec.codecForName("utf-8"))