
Color Picker
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A small Widget for select/pick a color without the big QColorDialog.
Can be in a panel or a dock.
(The triangle is from Qt/Nokia)
11 years ago
- 1.0: The simple Widget.
- 1.1:
added:
.Signal colorChanged(QColor);
.Slot setColor(QColor);
11 years ago
- 1.0: The simple Widget.
- 1.1:
added:
.Signal colorChanged(QColor);
.Slot setColor(QColor);
yanbellavance
9 years ago
Report
nimeshc64
5 years ago
Report
nimeshc64
5 years ago
Report
yanbellavance
9 years ago
Report
maxvanceffer
11 years ago
Report
maxvanceffer
11 years ago
Report
maxvanceffer
11 years ago
When connecting signals and slots with my widget ?
Report
coma94
11 years ago
ColorPickerWidget has no actuelly public slots/signal.
I add them now. And update it, in few minutes/hours ;)
Report
coma94
11 years ago
Update to 1.1. I added signal and a slot (cf changelog)
Tell me if you want any functions.
Report
maxvanceffer
11 years ago
Report
coma94
11 years ago
Report