X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=ce854bb24abae60789953d331a976815b5d48d10;hb=699476ac2d788ecb8bad9c78b036e81b606b0847;hp=72f28da44a47295ba815fec61bf133c22bef925d;hpb=eb31ed26eaba1a9a59d212ecd9f5ba9e967c610e;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 72f28da4..ce854bb2 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -66,7 +66,7 @@ class BCpuPage(BWizardPage): infos[key] = qvariant_converter.getStringList(value) if type(CPU_DEF[key]) == str or type(CPU_DEF) == unicode: infos[key] = qvariant_converter.getString(value) - elif key.startswith("MK_"): + elif key.startswith(MK_PARAM_ID): infos[key] = qvariant_converter.getString(value) else: del infos[key] @@ -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)