calamares/src/modules/tracking/page_trackingstep.qrc
Adriaan de Groot 93052311aa [tracking] Switch UI to use radio buttons
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.
2017-11-22 06:52:14 -05:00

10 lines
229 B
Plaintext

<RCC>
<qresource prefix="tracking">
<file>none.png</file>
<file>machine.png</file>
<file>../../../data/images/information.svgz</file>
<file>binoculars.png</file>
<file>phone.png</file>
</qresource>
</RCC>