From 8dc6c57d50adfdf899f140c255685471663b684f Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Sun, 12 Oct 2025 15:28:45 +0200 Subject: [PATCH 1/2] fix log QSettings::endArray: No matching beginArray() when using test stand asting removal --- standastigwizard.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/standastigwizard.cpp b/standastigwizard.cpp index 6bcf1c7c..4f7b9489 100644 --- a/standastigwizard.cpp +++ b/standastigwizard.cpp @@ -263,7 +263,7 @@ define_input::define_input(QWidget *parent) // set.setArrayIndex(i); // listDisplay->addItem(set.value("item").toString()); // } - set.endArray(); +// set.endArray(); connect(listDisplay, &QWidget::customContextMenuRequested, this, &define_input::showContextMenu); @@ -291,13 +291,13 @@ void define_input::compute(){ } QSettings set; set.setValue("stand astig ccw",CCWRb->isChecked() ); - set.beginWriteArray("stand astig removal files"); - // save the listDisplay of files to process - for (int i = 0; i < listDisplay->count(); ++i) { - set.setArrayIndex(i); - set.setValue("item", listDisplay->item(i)->text()); - } - set.endArray(); +// set.beginWriteArray("stand astig removal files"); +// // save the listDisplay of files to process +// for (int i = 0; i < listDisplay->count(); ++i) { +// set.setArrayIndex(i); +// set.setValue("item", listDisplay->item(i)->text()); +// } +// set.endArray(); AstigReportTitle = title->text(); runpb->setText("Working"); runpb->setEnabled(false); From a51218800ce1c3646cc46146a661af4832930d52 Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Mon, 13 Oct 2025 18:20:02 +0200 Subject: [PATCH 2/2] typo --- dftfringe_fr.ts | 2 +- zernikeeditdlg.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dftfringe_fr.ts b/dftfringe_fr.ts index 81bf2348..94e5ba68 100644 --- a/dftfringe_fr.ts +++ b/dftfringe_fr.ts @@ -3875,7 +3875,7 @@ You can click on the dot and it will be set as the current displayed wavefront.< zernikeEditDlg - Edit Zernike Val;ues + Edit Zernike Values diff --git a/zernikeeditdlg.ui b/zernikeeditdlg.ui index c669ec00..015a5c4e 100644 --- a/zernikeeditdlg.ui +++ b/zernikeeditdlg.ui @@ -17,7 +17,7 @@ - Edit Zernike Val;ues + Edit Zernike Values