MCPcopy Create free account
hub / github.com/KDAB/KDChart / init

Method init

examples/demo/datavaluesettings.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void 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
94void DataValueSettings::Private::connectWidgets()
95{

Callers 1

DataValueSettingsMethod · 0.45

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected