ZGSCV5DIGFYUM6DUSPHZF5EOHOF63K4EMCWEPA45T7PBFSDMIBYQC
for ch[index] in channels: HorizontalBox {
alignment: start;
spacing: 0;
padding: 0;
Rectangle {
width: 10px;
height: 10px;
visible: index == root.active;
background: blue;
}
Text {
text: "\{ch}";
}
for ch[index] in channels: ChannelEntry {
name: ch;
active: active == index;