Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dftfringe_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,7 @@ You can click on the dot and it will be set as the current displayed wavefront.<
<name>zernikeEditDlg</name>
<message>
<location filename="zernikeeditdlg.ui" line="14"/>
<source>Edit Zernike Val;ues</source>
<source>Edit Zernike Values</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
16 changes: 8 additions & 8 deletions standastigwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion zernikeeditdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>Edit Zernike Val;ues</string>
<string>Edit Zernike Values</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
Expand Down
Loading