13 buttonGroup->setExclusive(
true);
14 buttonGroup->setId(curvatureRadioButton, 0);
15 buttonGroup->setId(xRadioButton, 1);
16 buttonGroup->setId(yRadioButton, 2);
17 buttonGroup->setId(zRadioButton, 3);
21 return buttonGroup->checkedButton()->text();
26 if (equalCheckBox->isChecked()) {
27 if (greaterCheckBox->isChecked()) {
31 if (lessThanCheckBox->isChecked()) {
35 if (!greaterCheckBox->isChecked() && !lessThanCheckBox->isChecked()) {
39 if (greaterCheckBox->isChecked()) {
43 if (lessThanCheckBox->isChecked()) {
DONSegmentationDlg(QWidget *parent=0)
void getComparisonTypes(QStringList &types)
const QString getComparisonField()