Add icon for the window
[bertos.git] / wizard / BStartPage.py
index f66b5e278639665be9ea328a494a25514e626640..f3b1e0cf8d98f714ceddacca670ae20e5919688f 100644 (file)
@@ -26,6 +26,7 @@ class BStartPage(QDialog):
     
     def setupUi(self):
         self.content = uic.loadUi(UI_LOCATION + "/start.ui", None)
+        self.setWindowIcon(QIcon(":/images/appicon.png"))
         layout = QVBoxLayout()
         layout.addWidget(self.content)
         self.setLayout(layout)