10 from PyQt6.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QXmlStreamReader |
10 from PyQt6.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QXmlStreamReader |
11 from PyQt6.QtGui import QCursor |
11 from PyQt6.QtGui import QCursor |
12 from PyQt6.QtWidgets import QDialog, QTreeWidgetItem, QMenu, QApplication |
12 from PyQt6.QtWidgets import QDialog, QTreeWidgetItem, QMenu, QApplication |
13 from PyQt6.QtNetwork import QNetworkRequest, QNetworkReply |
13 from PyQt6.QtNetwork import QNetworkRequest, QNetworkReply |
14 |
14 |
15 from E5Gui import EricMessageBox |
15 from EricWidgets import EricMessageBox |
16 |
16 |
17 from .Ui_FeedsManager import Ui_FeedsManager |
17 from .Ui_FeedsManager import Ui_FeedsManager |
18 |
18 |
19 import Preferences |
19 import Preferences |
20 import UI.PixmapCache |
20 import UI.PixmapCache |