31 const QString& description,
32 const QString& image_path,
33 QLabel* description_label,
QString image_path_
Path to the image for the buttons plugin.
Definition fomodcheckbox.h:48
QString description_
Description of the plugin represented by this button.
Definition fomodcheckbox.h:46
FomodCheckBox(const QString &text, const QString &description, const QString &image_path, QLabel *description_label, QLabel *image_label)
Constructor.
Definition fomodcheckbox.cpp:4
void enterEvent(QEvent *event) override
Gets called when the mouse enters this widget. Sets description and image of the info panel.
Definition fomodcheckbox.cpp:15
QLabel * description_label_
Pointer to the QLabel which will be updated with the plugin description.
Definition fomodcheckbox.h:50
QLabel * image_label_
Pointer to the QLabel which will be updated with the plugin image.
Definition fomodcheckbox.h:52