| 82 | } |
| 83 | |
| 84 | void DataValueSettings::Private::init() |
| 85 | { |
| 86 | ui->setupUi(qq); |
| 87 | ui->scopeCommonRB->setFocus(Qt::OtherFocusReason); |
| 88 | ui->scopeCommonRB->setChecked(true); |
| 89 | ui->paintValuesCB->setChecked(true); |
| 90 | populateWidgets(); |
| 91 | connectWidgets(); |
| 92 | } |
| 93 | |
| 94 | void DataValueSettings::Private::connectWidgets() |
| 95 | { |
no test coverage detected