1#ifndef EXECUTE_FRAME_HPP
2#define EXECUTE_FRAME_HPP
39 void setText(
const QString &text);
A custom QFrame that displays an image and text. For logging and task execution.
Definition execute_frame.hpp:14
~ExecuteFrame()
Destructor for ExecuteFrame.
Definition execute_frame.cpp:15
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
void setImage(const QString &path)
Sets the image to be displayed.
Definition execute_frame.cpp:52
ExecuteFrame(QWidget *parent=nullptr)
Constructor for ExecuteFrame.
Definition execute_frame.cpp:5