From: duplo Date: Mon, 15 Dec 2008 14:28:44 +0000 (+0000) Subject: Add the application QSettings X-Git-Tag: 2.1.0~653 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=32fd9a6f320b52ee7834bb3c20322f1b2c5d2b0f;p=bertos.git Add the application QSettings git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2029 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/bertos.py b/wizard/bertos.py index 627e93ae..78a42b08 100644 --- a/wizard/bertos.py +++ b/wizard/bertos.py @@ -17,6 +17,7 @@ import BVersionPage def main(): app = QApplication(sys.argv) + app.settings = QSettings("Develer", "Bertos Configurator") QResource.registerResource("bertos.rcc") startPage = BStartPage.BStartPage() wizard = QWizard()