PyQt5 QColorDialog - Finished Signal
In this article we will see how we can get the finished signal of the QColorDialog widget. This signal is emitted when the dialog's result code has been set, either by the user or by calling done(), accept(), or reject(). Note : This signal is not emitted when hiding the dialog with hide() or setVis