6 |
6 |
7 """ |
7 """ |
8 Module implementing the Plugin Info Dialog. |
8 Module implementing the Plugin Info Dialog. |
9 """ |
9 """ |
10 |
10 |
11 from PyQt4.QtCore import Qt, SIGNAL |
11 from PyQt4.QtCore import Qt |
12 from PyQt4.QtGui import QDialog, QTreeWidgetItem, QHeaderView, QMenu, QBrush |
12 from PyQt4.QtGui import QDialog, QTreeWidgetItem, QHeaderView, QMenu, QBrush |
13 from PyQt4.QtCore import pyqtSlot |
13 from PyQt4.QtCore import pyqtSlot |
14 |
14 |
15 from .PluginDetailsDialog import PluginDetailsDialog |
15 from .PluginDetailsDialog import PluginDetailsDialog |
16 |
16 |