mirror of
https://github.com/ysoftdevs/Testa.git
synced 2026-02-24 11:04:51 +01:00
Initial Testa commit
This commit is contained in:
13
progressbar.h
Normal file
13
progressbar.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef PROGRESSBAR_H
|
||||
#define PROGRESSBAR_H
|
||||
|
||||
class ProgressBar
|
||||
{
|
||||
public:
|
||||
static void show(float progres);
|
||||
static void hide();
|
||||
private:
|
||||
ProgressBar() {}
|
||||
};
|
||||
|
||||
#endif // PROGRESSBAR_H
|
||||
Reference in New Issue
Block a user