eric6/Network/IRC/IrcNetworkWidget.py

changeset 7780
41420f82c0ac
parent 7533
88261c96484b
child 7785
9978016560ec
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
4 # 4 #
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
10 9
11 from PyQt5.QtCore import pyqtSlot, pyqtSignal, QPoint, QFileInfo, QUrl, QThread 10 from PyQt5.QtCore import pyqtSlot, pyqtSignal, QPoint, QFileInfo, QUrl, QThread
12 from PyQt5.QtGui import QDesktopServices 11 from PyQt5.QtGui import QDesktopServices
13 from PyQt5.QtWidgets import QWidget, QApplication, QMenu 12 from PyQt5.QtWidgets import QWidget, QApplication, QMenu
14 13

eric ide

mercurial