pyqt-colorpicker icon indicating copy to clipboard operation
pyqt-colorpicker copied to clipboard

Modern visual Color Picker Dialog for Python (based on Qt's QDialog) to easily get color input from the user.

Results 4 pyqt-colorpicker issues
Sort by recently updated
recently updated
newest added

I like this simple easy way to pick a color, great widget thank you. But in the __init__ file there is a print statement that if imported is always printed....

Removed print statement about API

Currently, if you press the cancel/exit button it returns the last color. It would be better to return `None` or an invalid `QColor` value, maybe something like `QColor((256,256,256,256))` when the...

This is a useful little widget, but it is tiny in high DPI envornments. It occurs to me that one way to deal with this might be to give an...