Go to the documentation of this file. 1 #ifndef EXECUTE_FRAME_HPP
2 #define EXECUTE_FRAME_HPP
39 void setText(
const QString &text);
59 #endif // EXECUTE_FRAME_HPP
~ExecuteFrame()
Destructor for ExecuteFrame.
Definition: execute_frame.cpp:15
void setImage(const QString &path)
Sets the image to be displayed.
Definition: execute_frame.cpp:52
QString getText()
Gets the current text being displayed.
Definition: execute_frame.cpp:93
void setText(const QString &text)
Sets the text to be displayed.
Definition: execute_frame.cpp:84
ExecuteFrame(QWidget *parent=nullptr)
Constructor for ExecuteFrame.
Definition: execute_frame.cpp:5
A custom QFrame that displays an image and text. For logging and task execution.
Definition: execute_frame.hpp:13