Used by FomodDialog. Updates the containing dialogs info panel with a description and image representative of the plugin represented by this button.
More...
#include <fomodcheckbox.h>
|
| FomodCheckBox (const QString &text, const QString &description, const QString &image_path, QLabel *description_label, QLabel *image_label) |
| Constructor.
|
|
|
void | enterEvent (QEvent *event) override |
| Gets called when the mouse enters this widget. Sets description and image of the info panel.
|
|
|
QString | description_ |
| Description of the plugin represented by this button.
|
|
QString | image_path_ |
| Path to the image for the buttons plugin.
|
|
QLabel * | description_label_ |
| Pointer to the QLabel which will be updated with the plugin description.
|
|
QLabel * | image_label_ |
| Pointer to the QLabel which will be updated with the plugin image.
|
|
Used by FomodDialog. Updates the containing dialogs info panel with a description and image representative of the plugin represented by this button.
◆ FomodCheckBox()
FomodCheckBox::FomodCheckBox |
( |
const QString & | text, |
|
|
const QString & | description, |
|
|
const QString & | image_path, |
|
|
QLabel * | description_label, |
|
|
QLabel * | image_label ) |
Constructor.
- Parameters
-
text | Text displayed on this button. |
description | Description of the plugin represented by this button. |
image_path | Image for the buttons plugin. |
description_label | Pointer to the QLabel which will be updated with the plugin description. |
image_label | Pointer to the QLabel which will be updated with the plugin image. |
◆ enterEvent()
void FomodCheckBox::enterEvent |
( |
QEvent * | event | ) |
|
|
overrideprotected |
Gets called when the mouse enters this widget. Sets description and image of the info panel.
- Parameters
-
The documentation for this class was generated from the following files: