WebBrowser/Tools/WebIconDialog.py

changeset 4917
682750cc7bd5
parent 4821
0ce09efa00da
child 5389
9b1c800daff3
equal deleted inserted replaced
4915:8081031061a2 4917:682750cc7bd5
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog to manage the Favicons. 7 Module implementing a dialog to manage the Favicons.
8 """ 8 """
9
10 from __future__ import unicode_literals
9 11
10 from PyQt5.QtCore import pyqtSlot, Qt, QPoint 12 from PyQt5.QtCore import pyqtSlot, Qt, QPoint
11 from PyQt5.QtWidgets import QDialog, QListWidgetItem, QMenu 13 from PyQt5.QtWidgets import QDialog, QListWidgetItem, QMenu
12 14
13 from .Ui_WebIconDialog import Ui_WebIconDialog 15 from .Ui_WebIconDialog import Ui_WebIconDialog

eric ide

mercurial