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,7 +5,7 @@ Loading::Loading(QWidget *parent)
{
setStyle();
setWindowFlags(Qt::FramelessWindowHint);
ui.label_2->hide();
// ui.progressBar->setValue(0);
// QGraphicsOpacityEffect *opacityEffect = new QGraphicsOpacityEffect;
@@ -14,7 +14,7 @@ Loading::Loading(QWidget *parent)
// todo ¼ÓÔØ
// ui.progressBar->setValue(100);
device = Device::getInstance();
ui.label->hide();
ui.label_2->show();
ready2Enter = true;