22 Constructor |
22 Constructor |
23 |
23 |
24 @param project reference to the project object |
24 @param project reference to the project object |
25 @param parent reference to the parent widget (QWidget) |
25 @param parent reference to the parent widget (QWidget) |
26 """ |
26 """ |
27 super(FiletypeAssociationDialog, self).__init__(parent) |
27 super().__init__(parent) |
28 self.setupUi(self) |
28 self.setupUi(self) |
29 |
29 |
30 self.filetypeAssociationList.headerItem().setText( |
30 self.filetypeAssociationList.headerItem().setText( |
31 self.filetypeAssociationList.columnCount(), "") |
31 self.filetypeAssociationList.columnCount(), "") |
32 self.filetypeAssociationList.header().setSortIndicator( |
32 self.filetypeAssociationList.header().setSortIndicator( |