8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the conda information dialog. | 7 Module implementing the conda information dialog. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt5.QtCore import Qt | 10 from PyQt6.QtCore import Qt |
11 from PyQt5.QtWidgets import QDialog | 11 from PyQt6.QtWidgets import QDialog |
12 | 12 |
13 from .Ui_CondaInfoDialog import Ui_CondaInfoDialog | 13 from .Ui_CondaInfoDialog import Ui_CondaInfoDialog |
14 | 14 |
15 import UI.PixmapCache | 15 import UI.PixmapCache |
16 | 16 |