UI/AuthenticationDialog.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
7 Module implementing the authentication dialog for the help browser. 7 Module implementing the authentication dialog for the help browser.
8 """ 8 """
9 9
10 from PyQt4.QtGui import QDialog, QStyle 10 from PyQt4.QtGui import QDialog, QStyle
11 11
12 from Ui_AuthenticationDialog import Ui_AuthenticationDialog 12 from .Ui_AuthenticationDialog import Ui_AuthenticationDialog
13 13
14 class AuthenticationDialog(QDialog, Ui_AuthenticationDialog): 14 class AuthenticationDialog(QDialog, Ui_AuthenticationDialog):
15 """ 15 """
16 Class implementing the authentication dialog for the help browser. 16 Class implementing the authentication dialog for the help browser.
17 """ 17 """

eric ide

mercurial