Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ namespace Isis { m_ui->pointingComboBox->insertItems(0, pointingOptions); m_ui->pointingComboBox->setCurrentIndex(0); QStringList tableHeaders; tableHeaders << "coefficients" << "description" << "units" << "a priori sigma"; m_ui->positionAprioriSigmaTable->setHorizontalHeaderLabels(tableHeaders); Loading Loading @@ -1353,7 +1354,7 @@ namespace Isis { int currentIndex = m_ui->positionComboBox->currentIndex(); QList<QSpinBox *> spkSpinBoxes{m_ui->spkDegreeSpinBox, m_ui->spkSolveDegreeSpinBox}; for (auto &spinBox : spkSpinBoxes) { spinBox->setValue(currentIndex); spinBox->setValue(currentIndex - 1); if (arg1 == "ALL") { spinBox->setEnabled(true); } Loading Loading @@ -1454,7 +1455,7 @@ namespace Isis { int currentIndex = m_ui->pointingComboBox->currentIndex(); QList<QSpinBox *> ckSpinBoxes{m_ui->ckDegreeSpinBox, m_ui->ckSolveDegreeSpinBox}; for (auto &spinBox : ckSpinBoxes) { spinBox->setValue(currentIndex); spinBox->setValue(currentIndex - 1); if (arg1 == "ALL") { spinBox->setReadOnly(false); } Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.ui +2 −2 Original line number Diff line number Diff line Loading @@ -1317,7 +1317,7 @@ Valid Range: 1.0e-10 to 1.0e+10</string> </sizepolicy> </property> <property name="minimum"> <number>0</number> <number>-1</number> </property> <property name="value"> <number>1</number> Loading Loading @@ -1502,7 +1502,7 @@ Valid Range: 1.0e-10 to 1.0e+10</string> </sizepolicy> </property> <property name="minimum"> <number>0</number> <number>-1</number> </property> <property name="value"> <number>2</number> Loading Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ namespace Isis { m_ui->pointingComboBox->insertItems(0, pointingOptions); m_ui->pointingComboBox->setCurrentIndex(0); QStringList tableHeaders; tableHeaders << "coefficients" << "description" << "units" << "a priori sigma"; m_ui->positionAprioriSigmaTable->setHorizontalHeaderLabels(tableHeaders); Loading Loading @@ -1353,7 +1354,7 @@ namespace Isis { int currentIndex = m_ui->positionComboBox->currentIndex(); QList<QSpinBox *> spkSpinBoxes{m_ui->spkDegreeSpinBox, m_ui->spkSolveDegreeSpinBox}; for (auto &spinBox : spkSpinBoxes) { spinBox->setValue(currentIndex); spinBox->setValue(currentIndex - 1); if (arg1 == "ALL") { spinBox->setEnabled(true); } Loading Loading @@ -1454,7 +1455,7 @@ namespace Isis { int currentIndex = m_ui->pointingComboBox->currentIndex(); QList<QSpinBox *> ckSpinBoxes{m_ui->ckDegreeSpinBox, m_ui->ckSolveDegreeSpinBox}; for (auto &spinBox : ckSpinBoxes) { spinBox->setValue(currentIndex); spinBox->setValue(currentIndex - 1); if (arg1 == "ALL") { spinBox->setReadOnly(false); } Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.ui +2 −2 Original line number Diff line number Diff line Loading @@ -1317,7 +1317,7 @@ Valid Range: 1.0e-10 to 1.0e+10</string> </sizepolicy> </property> <property name="minimum"> <number>0</number> <number>-1</number> </property> <property name="value"> <number>1</number> Loading Loading @@ -1502,7 +1502,7 @@ Valid Range: 1.0e-10 to 1.0e+10</string> </sizepolicy> </property> <property name="minimum"> <number>0</number> <number>-1</number> </property> <property name="value"> <number>2</number> Loading