blob: 1a244590cd91b1d4822be943745b286c82be37cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
QGroupBox#actor1::indicator {
background-image: url(:/actor1icon);
background-position: top left;
background-repeat: no-repeat;
width: 16px;
height: 14px;
}
QGroupBox#actor2::indicator {
background-image: url(:/actor2icon);
background-position: top left;
background-repeat: no-repeat;
width: 16px;
height: 14px;
}
QGroupBox#actor3::indicator {
background-image: url(:/actor3icon);
background-position: top left;
background-repeat: no-repeat;
width: 16px;
height: 14px;
}
QGroupBox#actor4::indicator {
background-image: url(:/actor4icon);
background-position: top left;
background-repeat: no-repeat;
width: 16px;
height: 14px;
}
|