src/eric7/EricNetwork/EricNetworkIcon.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
9 9
10 from PyQt6.QtCore import pyqtSignal 10 from PyQt6.QtCore import pyqtSignal
11 from PyQt6.QtNetwork import QNetworkInformation 11 from PyQt6.QtNetwork import QNetworkInformation
12 from PyQt6.QtWidgets import QLabel 12 from PyQt6.QtWidgets import QLabel
13 13
14 from eric7 import Preferences
14 from eric7.EricGui import EricPixmapCache 15 from eric7.EricGui import EricPixmapCache
15 from eric7 import Preferences
16 16
17 17
18 class EricNetworkIcon(QLabel): 18 class EricNetworkIcon(QLabel):
19 """ 19 """
20 Class implementing a statusbar icon tracking the network status. 20 Class implementing a statusbar icon tracking the network status.

eric ide

mercurial