I'm trying to make a dialog in QT c++ that asks for a color and some data input in text fields. I wanted to combine the color picker and text fields in the same dialog. Is it possible to somehow extend the QColorDialog to add this extra functionality or is there a better way without making my own color picker widget?