A custom QFrame that displays an image and text. For logging and task execution.
More...
#include <execute_frame.hpp>
A custom QFrame that displays an image and text. For logging and task execution.
◆ ExecuteFrame()
ExecuteFrame::ExecuteFrame |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~ExecuteFrame()
ExecuteFrame::~ExecuteFrame |
( |
| ) |
|
◆ getText()
QString ExecuteFrame::getText |
( |
| ) |
|
Gets the current text being displayed.
- Returns
- The current text.
◆ setImage()
void ExecuteFrame::setImage |
( |
const QString & |
path | ) |
|
Sets the image to be displayed.
- Parameters
-
path | The path to the image file. |
◆ setText()
void ExecuteFrame::setText |
( |
const QString & |
text | ) |
|
Sets the text to be displayed.
- Parameters
-
The documentation for this class was generated from the following files: