- Update: show physic disk number and part number
- Update: show device vendor and product string
- Bug fixes: startup fail when virtual driver mounted in system.
QMessageBox::critical(MainWindow::getInstance(), ...)
crash when try to obtain disk info in the startup process. the main window not ready, thisgetInstance()
will create new instance again. so there will be agetInstance()
loop...... program FATAL. I change thisQMessageBox::critical
to NULL parent. - Update: using static-linked Qt5.9.6 with mingw and QtCreator9.0.0
- Changes: layout.