44 @param writeableDirectories list of writable directories |
44 @param writeableDirectories list of writable directories |
45 @type list of str |
45 @type list of str |
46 @param parent reference to the parent widget |
46 @param parent reference to the parent widget |
47 @type QWidget |
47 @type QWidget |
48 """ |
48 """ |
49 super(ManageDictionariesDialog, self).__init__(parent) |
49 super().__init__(parent) |
50 self.setupUi(self) |
50 self.setupUi(self) |
51 |
51 |
52 self.__refreshButton = self.buttonBox.addButton( |
52 self.__refreshButton = self.buttonBox.addButton( |
53 self.tr("Refresh"), QDialogButtonBox.ButtonRole.ActionRole) |
53 self.tr("Refresh"), QDialogButtonBox.ButtonRole.ActionRole) |
54 self.__installButton = self.buttonBox.addButton( |
54 self.__installButton = self.buttonBox.addButton( |