10 from PyQt6.QtWidgets import QDialog, QStyle |
10 from PyQt6.QtWidgets import QDialog, QStyle |
11 |
11 |
12 from .Ui_EricAuthenticationDialog import Ui_EricAuthenticationDialog |
12 from .Ui_EricAuthenticationDialog import Ui_EricAuthenticationDialog |
13 |
13 |
14 |
14 |
15 # TODO: move to EricWidgets |
|
16 class EricAuthenticationDialog(QDialog, Ui_EricAuthenticationDialog): |
15 class EricAuthenticationDialog(QDialog, Ui_EricAuthenticationDialog): |
17 """ |
16 """ |
18 Class implementing the authentication dialog for the help browser. |
17 Class implementing the authentication dialog for the help browser. |
19 """ |
18 """ |
20 |
19 |