5 |
5 |
6 """ |
6 """ |
7 Module implementing the network part of the IRC widget. |
7 Module implementing the network part of the IRC widget. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import pyqtSlot, pyqtSignal, QPoint, QFileInfo, QUrl, QThread |
11 from PyQt5.QtCore import pyqtSlot, pyqtSignal, QPoint, QFileInfo, QUrl, QThread |
13 from PyQt5.QtGui import QDesktopServices |
12 from PyQt5.QtGui import QDesktopServices |
14 from PyQt5.QtWidgets import QWidget, QApplication, QMenu |
13 from PyQt5.QtWidgets import QWidget, QApplication, QMenu |
15 |
14 |