Helpviewer/HelpTopicDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 2525
8b507a9a2d40
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
29 URL as value (QUrl) 29 URL as value (QUrl)
30 """ 30 """
31 super(HelpTopicDialog, self).__init__(parent) 31 super(HelpTopicDialog, self).__init__(parent)
32 self.setupUi(self) 32 self.setupUi(self)
33 33
34 self.label.setText(self.trUtf8("Choose a &topic for <b>{0}</b>:")\ 34 self.label.setText(self.trUtf8("Choose a &topic for <b>{0}</b>:")
35 .format(keyword)) 35 .format(keyword))
36 36
37 self.__links = links 37 self.__links = links
38 for topic in sorted(self.__links): 38 for topic in sorted(self.__links):
39 self.topicsList.addItem(topic) 39 self.topicsList.addItem(topic)

eric ide

mercurial