20#ifndef ff7tkwidgets_export_h 
   21    #include <ff7tkwidgets_export.h> 
   48    void setLLeft(QColor newColor);
 
   49    void setULeft(QColor newColor);
 
   50    void setLRight(QColor newColor);
 
   51    void setURight(QColor newColor);
 
   63    QPushButton *btn_ul = 
nullptr;
 
   64    QPushButton *btn_ur = 
nullptr;
 
   65    QPushButton *btn_ll = 
nullptr;
 
   66    QPushButton *btn_lr = 
nullptr;
 
   67    inline static const QString _style = QStringLiteral(
"QPushButton:enabled{background-color: #00000000;border:0px;} QPushButton:hover{background-color: %1;}");
 
   69    void resizeEvent(QResizeEvent *);
 
Definition: DialogPreview.h:27
 
QColor ur()
Definition: DialogPreview.h:44
 
QColor lr()
Definition: DialogPreview.h:36
 
void UR_ColorChanged(QColor color)
 
void LL_ColorChanged(QColor color)
 
void UL_ColorChanged(QColor color)
 
void LR_ColorChanged(QColor color)
 
QColor ul()
Definition: DialogPreview.h:40
 
QColor ll()
Definition: DialogPreview.h:32