ColorString/ColorSelectionDialog.py

branch
eric7
changeset 60
c3b4907111e7
parent 57
b633598e2e67
child 61
5a4cb531054c
equal deleted inserted replaced
59:d8a71a93ed39 60:c3b4907111e7
5 5
6 """ 6 """
7 Module implementing a dialog to select a color by name. 7 Module implementing a dialog to select a color by name.
8 """ 8 """
9 9
10 from PyQt6.QtGui import QColor, QPixmap, QIcon 10 from PyQt6.QtGui import QColor, QIcon, QPixmap
11 from PyQt6.QtWidgets import QDialog 11 from PyQt6.QtWidgets import QDialog
12 12
13 from .Ui_ColorSelectionDialog import Ui_ColorSelectionDialog 13 from .Ui_ColorSelectionDialog import Ui_ColorSelectionDialog
14 14
15 15

eric ide

mercurial