From: duplo Date: Tue, 14 Apr 2009 08:13:33 +0000 (+0000) Subject: Set the visibility of the updateButton to False. X-Git-Tag: 2.1.0~188 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f8f104d271616012acd82fe3f2249a91f78baf90;p=bertos.git Set the visibility of the updateButton to False. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2494 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BVersionPage.py b/wizard/BVersionPage.py index fc989a73..6333d749 100644 --- a/wizard/BVersionPage.py +++ b/wizard/BVersionPage.py @@ -66,6 +66,12 @@ class BVersionPage(BWizardPage): self.pageContent.versionList.setCurrentRow(-1) self.fillVersionList() + def setupUi(self): + """ + Overload of the BWizardPage setupUi method. + """ + self.pageContent.updateButton.setVisible(False) + #### ## Slots ##