Following KDE Pholio M116, switch to using a radio button; instead
of 4 individually toggle-able settings, use a "level" indicator
to select none, install, machine, user .. each of which implies
the previous levels. Each level is individually enable-able from
the distro side.
ui->installExplanation->setText(tr("Installation tracking helps %1 count how many people use it. If you enable install-tracking, at the end of the installation, information about your hardware will be sent <b>one time only</b> to our servers. To see what will be sent, click on the help-icon.").arg(*StringEntry::ShortProductName));
ui->machineExplanation->setText(tr("Machine tracking helps %1 count how many people use it on an ongoing basis. If you enable machine-tracking, the system will send limited information about your hardware and installed software <b>periodically</b> to our servers. For information about the kind of information being sent, click on the help icon.").arg(*StringEntry::ShortProductName));
ui->userExplanation->setText(tr("User tracking helps %1 understand how people use the system and the applications. If you enable user-tracking, the system will send information about your use of the installed software <b>regularly</b> to our servers. For information about the kind of information being sent and the policies that apply, click on the help icon.").arg(*StringEntry::ShortProductName));
ui->generalExplanation->setText(tr("Install tracking helps %1 to see how many users they have, what hardware they install %1 to and (with the last two options below), get continuous information about preferred applications. To see what will be sent, please click the help icon next to each area.").arg(*StringEntry::ShortProductName));
ui->installExplanation->setText(tr("By selecting this you will send information about your installation and hardware. This information will <b>only be sent once</b> after the installation finishes."));
ui->machineExplanation->setText(tr("By selecting this you will <b>periodically</b> send information about your installation, hardware and applications, to %1.").arg(*StringEntry::ShortProductName));
ui->userExplanation->setText(tr("By selecting this you will <b>regularly</b> send information about your installation, hardware, applications and usage patterns, to %1.").arg(*StringEntry::ShortProductName));
<string><html><head/><body><p>By selecting this, you will send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html></string>
<string><html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about Install Tracking</span></a></p></body></html></string>