[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Kacper Donat
parent
39dc1e6210
commit
bc5cf27109
@@ -69,7 +69,7 @@ TaskTetParameter::TaskTetParameter(Fem::FemMeshShapeNetgenObject* pcObject, QWid
|
||||
qOverload<int>(&QComboBox::activated),
|
||||
this,
|
||||
&TaskTetParameter::SwitchMethod);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
QObject::connect(ui->checkBox_SecondOrder,
|
||||
&QCheckBox::checkStateChanged,
|
||||
this,
|
||||
@@ -92,7 +92,7 @@ TaskTetParameter::TaskTetParameter(Fem::FemMeshShapeNetgenObject* pcObject, QWid
|
||||
qOverload<int>(&QSpinBox::valueChanged),
|
||||
this,
|
||||
&TaskTetParameter::setSegsPerRadius);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
QObject::connect(ui->checkBox_Optimize,
|
||||
&QCheckBox::checkStateChanged,
|
||||
this,
|
||||
|
||||
@@ -85,7 +85,7 @@ TaskMeasure::TaskMeasure()
|
||||
showDelta = new QCheckBox();
|
||||
showDelta->setChecked(delta);
|
||||
showDeltaLabel = new QLabel(tr("Show Delta:"));
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
connect(showDelta, &QCheckBox::checkStateChanged, this, &TaskMeasure::showDeltaChanged);
|
||||
#else
|
||||
connect(showDelta, &QCheckBox::stateChanged, this, &TaskMeasure::showDeltaChanged);
|
||||
|
||||
@@ -101,7 +101,7 @@ void TaskSketcherSolverAdvanced::setupConnections()
|
||||
qOverload<int>(&QSpinBox::valueChanged),
|
||||
this,
|
||||
&TaskSketcherSolverAdvanced::onSpinBoxMaxIterValueChanged);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
connect(ui->checkBoxSketchSizeMultiplier,
|
||||
&QCheckBox::checkStateChanged,
|
||||
this,
|
||||
@@ -136,7 +136,7 @@ void TaskSketcherSolverAdvanced::setupConnections()
|
||||
qOverload<int>(&QSpinBox::valueChanged),
|
||||
this,
|
||||
&TaskSketcherSolverAdvanced::onSpinBoxRedundantSolverMaxIterationsValueChanged);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
connect(ui->checkBoxRedundantSketchSizeMultiplier,
|
||||
&QCheckBox::checkStateChanged,
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user