Preferences/ProgramsDialog.py

branch
6_0_x
changeset 4280
9556c261c3a2
parent 4022
f5f42921717e
child 4631
5c1a96925da4
equal deleted inserted replaced
4276:6ba4bda91560 4280:9556c261c3a2
40 @param parent The parent widget of this dialog. (QWidget) 40 @param parent The parent widget of this dialog. (QWidget)
41 """ 41 """
42 super(ProgramsDialog, self).__init__(parent) 42 super(ProgramsDialog, self).__init__(parent)
43 self.setupUi(self) 43 self.setupUi(self)
44 self.setObjectName("ProgramsDialog") 44 self.setObjectName("ProgramsDialog")
45 self.setWindowFlags(Qt.Window)
45 46
46 self.__hasSearched = False 47 self.__hasSearched = False
47 48
48 self.programsList.headerItem().setText( 49 self.programsList.headerItem().setText(
49 self.programsList.columnCount(), "") 50 self.programsList.columnCount(), "")

eric ide

mercurial