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:28
Definition splittedhelpercell.h:26
~SplittedHelperCell() override
Definition splittedhelpercell.cpp:35
SplittedHelperCell(const SplittedHelperCell &)
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:45
int split_size
Length of the split side.
Definition splittedhelpercell.h:42
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