Update preset.
[bertos.git] / wizard / BIntroPage.py
index 764d56173c8ca2e70956b87ba57864e34e44c041..5a9f486401d3de750c4b6b0fa1924b5b1386dea1 100644 (file)
@@ -28,7 +28,6 @@
 #
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 #
-# $Id: BFolderPage.py 2669 2009-04-25 07:58:45Z duplo $
 #
 # Author: Lorenzo Berni <duplo@develer.com>
 #
@@ -45,11 +44,13 @@ class BIntroPage(BWizardPage):
     Initial page of the wizard. Permit to select the project name and the directory
     where the project will be created.
     """
-    
+
     def __init__(self):
         BWizardPage.__init__(self, UI_LOCATION + "/intro_page.ui")
         self.setTitle(self.tr("Welcome in BeRTOS Wizard!"))
-    
+        pixmap = self.pageContent.imageLabel.pixmap()
+        self.pageContent.imageLabel.setPixmap(pixmap.scaled(300, 400, Qt.KeepAspectRatio))
+
     ## Overloaded QWizardPage methods ##
 
     def isComplete(self):
@@ -57,6 +58,5 @@ class BIntroPage(BWizardPage):
         Overload of the QWizardPage isComplete method.
         """
         return True
-    
-    ####
 
+    ####
\ No newline at end of file