mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 17:10:52 +08:00
Classifiers can be saved and loaded
This commit is contained in:
@@ -328,7 +328,7 @@ bool Classifier::fromFile(QString filename, QWidget* parentWidget/*=nullptr*/)
|
||||
//load the classifier
|
||||
QProgressDialog pDlg(parentWidget);
|
||||
pDlg.setRange(0, 0); //infinite loop
|
||||
pDlg.setLabelText(QObject::tr("Saving classifier"));
|
||||
pDlg.setLabelText(QObject::tr("Loading classifier"));
|
||||
pDlg.show();
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user