last changes

This commit is contained in:
2020-06-15 22:22:46 +03:00
parent 5f405ca403
commit 259f321df4
53 changed files with 3368 additions and 842 deletions

12
statuswidget.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef STATUSWIDGET_H
#define STATUSWIDGET_H
#include <QGraphicsWidget>
class Statuswidget : public QGraphicsWidget
{
public:
Statuswidget();
};
#endif // STATUSWIDGET_H