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(), "") |