Sun, 17 Jan 2016 12:17:40 +0100
Changed the parent class of the network icon to QLabel.
E5Network/E5NetworkIcon.py | file | annotate | diff | comparison | revisions |
--- a/E5Network/E5NetworkIcon.py Sun Jan 17 11:23:17 2016 +0100 +++ b/E5Network/E5NetworkIcon.py Sun Jan 17 12:17:40 2016 +0100 @@ -11,13 +11,12 @@ from PyQt5.QtCore import pyqtSlot, pyqtSignal from PyQt5.QtNetwork import QNetworkConfigurationManager - -from E5Gui.E5ClickableLabel import E5ClickableLabel +from PyQt5.QtWidgets import QLabel import UI.PixmapCache -class E5NetworkIcon(E5ClickableLabel): +class E5NetworkIcon(QLabel): """ Class implementing a statusbar icon tracking the network status.