57 |
57 |
58 @return name of the configuration page (string) |
58 @return name of the configuration page (string) |
59 """ |
59 """ |
60 return self.__pageName |
60 return self.__pageName |
61 |
61 |
62 # TODO: add page for Flash Cookie Manager |
62 |
63 class ConfigurationWidget(QWidget): |
63 class ConfigurationWidget(QWidget): |
64 """ |
64 """ |
65 Class implementing a dialog for the configuration of eric6. |
65 Class implementing a dialog for the configuration of eric6. |
66 |
66 |
67 @signal preferencesChanged() emitted after settings have been changed |
67 @signal preferencesChanged() emitted after settings have been changed |