gui update

This commit is contained in:
Paul Leroy
2022-10-17 09:28:14 +02:00
parent e441c3e3b2
commit 2ac41349d0
5 changed files with 122 additions and 75 deletions
+1
View File
@@ -272,6 +272,7 @@ void q3DMASCPlugin::doTrainAction()
//now show a dialog where the user will be able to set the cloud roles
Classify3DMASCDialog classifDlg(m_app, true);
classifDlg.setWindowTitle("3DMASC Train");
classifDlg.label_3->setText("TRAIN on");
classifDlg.setCloudRoles(cloudLabels, corePointsLabel);
classifDlg.classifierFileLineEdit->setText(inputFilename);
classifDlg.keepAttributesCheckBox->setChecked(s_keepAttributes);