2
0
forked from Ivasoft/DSView

Add file save/load and export support for DAQ mode

Fix file save/load and export issue
This commit is contained in:
DreamSourceLab
2018-05-16 17:04:11 +08:00
parent fd7c9cd1ce
commit a2a326f0d2
19 changed files with 363 additions and 93 deletions

View File

@@ -39,7 +39,7 @@ StoreProgress::StoreProgress(SigSession &session, QWidget *parent) :
_progress.setValue(0);
_progress.setMaximum(100);
QVBoxLayout* add_layout = new QVBoxLayout(this);
QVBoxLayout* add_layout = new QVBoxLayout();
add_layout->addWidget(&_info, 0, Qt::AlignCenter);
add_layout->addWidget(&_progress);
add_layout->addWidget(&_button_box);