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. |