eric6/WebBrowser/SpellCheck/ManageDictionariesDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8240
93b8a353c4bf
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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(

eric ide

mercurial