11 from PyQt6.QtCore import Qt, QSize, QRect |
11 from PyQt6.QtCore import Qt, QSize, QRect |
12 from PyQt6.QtGui import QFontMetrics, QPalette, QFont |
12 from PyQt6.QtGui import QFontMetrics, QPalette, QFont |
13 from PyQt6.QtWidgets import QStyle, QStyledItemDelegate, QApplication |
13 from PyQt6.QtWidgets import QStyle, QStyledItemDelegate, QApplication |
14 from PyQt6.QtWidgets import QStyleOptionViewItem |
14 from PyQt6.QtWidgets import QStyleOptionViewItem |
15 |
15 |
16 import UI.PixmapCache |
16 from eric7.EricGui import EricPixmapCache |
17 import Globals |
17 from eric7 import Globals |
18 |
18 |
19 |
19 |
20 class GreaseMonkeyConfigurationListDelegate(QStyledItemDelegate): |
20 class GreaseMonkeyConfigurationListDelegate(QStyledItemDelegate): |
21 """ |
21 """ |
22 Class implementing a delegate for the special list widget for GreaseMonkey |
22 Class implementing a delegate for the special list widget for GreaseMonkey |