Add default text for the CPU description in the CPU selection page
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Oct 2009 13:08:22 +0000 (13:08 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Oct 2009 13:08:22 +0000 (13:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3091 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BCpuPage.py
wizard/ui/cpu_select.ui

index 8ebaf4125fb2a496e574901c40d2d7924b3630c7..ce854bb24abae60789953d331a976815b5d48d10 100644 (file)
@@ -93,8 +93,6 @@ class BCpuPage(BWizardPage):
         Overload of the BWizardPage setupUi method.
         """
         self.pageContent.cpuList.setSortingEnabled(True)
-        self.pageContent.descriptionLabel.setVisible(False)
-        self.pageContent.descriptionLabel.setText("")
         self.pageContent.frequencyLabel.setVisible(False)
         self.pageContent.frequencySpinBox.setVisible(False)
 
index f778809d9912b3b912312ec6673ee7dbd7dbe8db..7454404b2e74d8ed9cf86b6e2ef98de33c39ed30 100644 (file)
@@ -35,7 +35,7 @@
      </widget>
      <widget class="QLabel" name="descriptionLabel">
       <property name="text">
-       <string/>
+       <string>Select a CPU from the list...</string>
       </property>
      </widget>
     </widget>