9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
7 Module implementing a pixmap cache for icons. | 7 Module implementing a pixmap cache for icons. |
8 """ | 8 """ |
9 | 9 |
10 import os | 10 import os |
11 | 11 |
12 from PyQt6.QtCore import Qt, QSize | 12 from PyQt6.QtCore import QSize, Qt |
13 from PyQt6.QtGui import QPixmap, QIcon, QPainter | 13 from PyQt6.QtGui import QIcon, QPainter, QPixmap |
14 | 14 |
15 | 15 |
16 class EricPixmapCache: | 16 class EricPixmapCache: |
17 """ | 17 """ |
18 Class implementing a pixmap cache for icons. | 18 Class implementing a pixmap cache for icons. |