14 |
14 |
15 class EricHostnameInputWidget(QLineEdit): |
15 class EricHostnameInputWidget(QLineEdit): |
16 """ |
16 """ |
17 Class implementing an input widget for network host names. |
17 Class implementing an input widget for network host names. |
18 """ |
18 """ |
|
19 |
19 def __init__(self, parent=None): |
20 def __init__(self, parent=None): |
20 """ |
21 """ |
21 Constructor |
22 Constructor |
22 |
23 |
23 @param parent reference to the parent widget (defaults to None) |
24 @param parent reference to the parent widget (defaults to None) |