eric6/PluginManager/PluginInfoDialog.py

changeset 7780
41420f82c0ac
parent 7360
9190402e4505
child 7923
91e843545d9a
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2007 - 2020 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2007 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6
7 """ 6 """
8 Module implementing the Plugin Info Dialog. 7 Module implementing the Plugin Info Dialog.
9 """ 8 """
10
11 9
12 from PyQt5.QtCore import pyqtSlot, Qt 10 from PyQt5.QtCore import pyqtSlot, Qt
13 from PyQt5.QtGui import QBrush 11 from PyQt5.QtGui import QBrush
14 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QHeaderView, QMenu 12 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QHeaderView, QMenu
15 13

eric ide

mercurial