add core files

This commit is contained in:
Tang1705
2020-05-05 23:30:52 +08:00
parent e53ea3e6b7
commit edcc3e250c
82 changed files with 12139 additions and 308 deletions

View File

@@ -5,6 +5,7 @@
#include "Reconstruction.h"
#include <QMouseEvent>
#include <QGraphicsOpacityEffect>
#include "Device.h"
class Loading : public QWidget
{
@@ -17,6 +18,7 @@ public:
private:
Ui::Loading ui;
bool ready2Enter = false;
Device* device;
int currentValue = 0;
void updateSlot();
void setStyle();