7 #include <ff7tkqtwidgets_export.h> 
   29     void setEnabled(
bool enabled);
 
   42     QList<QColor> colors = {
"transparent", 
"transparent", 
"transparent", 
"transparent"};
 
   45     void paintEvent(QPaintEvent *ev) 
override;
 
   46     bool event(QEvent *ev) 
override;
 
Definition: DialogPreview.h:10
void colorChanged(DialogPreview::CORNER corner, const QColor &color=QColor())
A Color has Changed.
CORNER
Describes a corner the the dialog preview.
Definition: DialogPreview.h:17