27 "QCheckBox::indicator:indeterminate {"
28 "image: url(:/filter_accept.svg);"
35 "QCheckBox::indicator:checked {"
36 "image: url(:/filter_reject.svg);"
static constexpr char style_sheet[]
The style sheet used for this checkbox.
Definition tagcheckbox.h:26
QString tag_name_
Name of the displayed tag.
Definition tagcheckbox.h:47
TagCheckBox(const QString &tag_name, int num_mods)
Constructor. Initializes the style sheet and sets this checkbox to a tristate box.
Definition tagcheckbox.cpp:4
void tagBoxChecked(QString tag_name, int state)
Signals check state has been chenged.
void onChecked(int state)
Connected to stateChanged. Emits tagBoxChecked with the display text and the check state as arguments...
Definition tagcheckbox.cpp:13