From: duplo Date: Fri, 12 Dec 2008 10:24:53 +0000 (+0000) Subject: Use dynamic load of the bertos.rcc binary resource file, generated by the Qt rcc... X-Git-Tag: 2.1.0~662 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=6f3b279d1e37ea6d0deebc9ee11f9a8d9dfcfece;p=bertos.git Use dynamic load of the bertos.rcc binary resource file, generated by the Qt rcc utility git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2020 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/bertos.py b/wizard/bertos.py index d4d8823f..627e93ae 100644 --- a/wizard/bertos.py +++ b/wizard/bertos.py @@ -17,6 +17,7 @@ import BVersionPage def main(): app = QApplication(sys.argv) + QResource.registerResource("bertos.rcc") startPage = BStartPage.BStartPage() wizard = QWizard() wizard.setWindowTitle("Welcome in beRTOS configuration wizard")