BPS C++ API  2.24.4
bpsbusybar.h
Go to the documentation of this file.
1 
4 #ifndef BPSBUSYBAR_H
5 #define BPSBUSYBAR_H
6 
7 #include "bpsgui_global.h"
8 #include <QWidget>
9 
16 {
17  Q_OBJECT
19 
20 public:
21 
26  BpsBusyBar(const QString& aLabelText, QWidget* aParent = nullptr);
27 
28 public slots:
29 
34  void setLabelText(const QString& aLabelText);
35 };
36 
37 
38 #endif // BPSGUI_H
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
Show a progress dialog with busy bar.
Definition: bpsbusybar.h:16
void setLabelText(const QString &aLabelText)
Update the label text.
BpsBusyBar(const QString &aLabelText, QWidget *aParent=nullptr)