ProgressBarDialog

class ProgressBarDialog : public QDialog

Public Functions

explicit ProgressBarDialog(QWidget *parent = nullptr)

Constructor of this class which setups the UI and initializes the widgets’ values.

Parameters:

parent

~ProgressBarDialog()

Deletes the UI object(s).

void setMessage(QString message)

Sets the message to the string passed.

Parameters:

message

void setPercentage(int percentage)

Sets the percentage to the value passed.

Parameters:

percentage