8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
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 PyQt5.QtCore import Qt, QSize | 12 from PyQt6.QtCore import Qt, QSize |
13 from PyQt5.QtGui import QPixmap, QIcon, QPainter | 13 from PyQt6.QtGui import QPixmap, QIcon, QPainter |
14 | 14 |
15 | 15 |
16 class PixmapCache: | 16 class PixmapCache: |
17 """ | 17 """ |
18 Class implementing a pixmap cache for icons. | 18 Class implementing a pixmap cache for icons. |