From: duplo Date: Mon, 19 Jan 2009 18:22:56 +0000 (+0000) Subject: Add the sorting for the cpu list X-Git-Tag: 2.1.0~501 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=22703fb06ec86f9cf422aa5b9a88ebd3a51d3975;p=bertos.git Add the sorting for the cpu list git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2181 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index e42bd2db..2d616d53 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -40,6 +40,7 @@ class BCpuPage(BWizardPage): self.pageContent.cpuList.setCurrentItem(elements[0]) def _setupUi(self): + self.pageContent.cpuList.setSortingEnabled(True) self.pageContent.descriptionLabel.setVisible(False) self.pageContent.descriptionLabel.setText("")