|  | QElectroTech
    0.8-dev
    | 
 
 
 
Go to the documentation of this file.
   18 #ifndef TITLEBLOCK_SLASH_SPLITTED_HELPER_CELL_H 
   19 #define TITLEBLOCK_SLASH_SPLITTED_HELPER_CELL_H 
   36         void paint(QPainter *, 
const QStyleOptionGraphicsItem *, QWidget * = 
nullptr) 
override;
 
  
Definition: helpercell.h:27
QColor background_color
Background color when rendering this cell.
Definition: helpercell.h:40
SplittedHelperCell(QGraphicsItem *=nullptr)
Definition: splittedhelpercell.cpp:24
Definition: splittedhelpercell.h:26
void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *=nullptr) override
Definition: helpercell.cpp:77
QColor split_foreground_color
Text color on the split side.
Definition: splittedhelpercell.h:40
void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *=nullptr) override
Definition: splittedhelpercell.cpp:44
SplittedHelperCell(const SplittedHelperCell &)
int split_size
Length of the split side.
Definition: splittedhelpercell.h:42
QString label
Label displayed in this cell.
Definition: helpercell.h:42
~SplittedHelperCell() override
Definition: splittedhelpercell.cpp:35
QColor foreground_color
Text color when rendering this cell.
Definition: helpercell.h:41
QString split_label
Text displayed on the split side.
Definition: splittedhelpercell.h:41
QColor split_background_color
Background color on the split side.
Definition: splittedhelpercell.h:39