According to MDN, the list attribute can be used for <input> elements of type color to provide a list of predefined colors. That page also indicates that
I have a QDialog subclass that presents some options to the user for their selecting. One of these options is a color. I have seen the QColorDialog, and I nee