diff --git a/ZBD_IIIDL_S_Project/Src/TrainManager/eyetrainwidget.cpp b/ZBD_IIIDL_S_Project/Src/TrainManager/eyetrainwidget.cpp index 0cbcd56..bc4227d 100644 --- a/ZBD_IIIDL_S_Project/Src/TrainManager/eyetrainwidget.cpp +++ b/ZBD_IIIDL_S_Project/Src/TrainManager/eyetrainwidget.cpp @@ -8,11 +8,7 @@ eyeTrainWidget::eyeTrainWidget(QWidget *parent) : ui(new Ui::eyeTrainWidget) { ui->setupUi(this); - - BCIManager::getInstance().startLinkerPrograme(); - ui->quickWidget->setSource(QUrl("qrc:/DependFile/QML/Ssvep.qml")); - } eyeTrainWidget::~eyeTrainWidget()