blob: 74ba1b8ac6ccb38b8fde2d20cdaf7249bc736df7 (
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
|
QGroupBox#actor1::title {
background-image: url(:/actor1icon);
background-position: top left;
background-repeat: no-repeat;
background-color: palette(window);
}
QGroupBox#actor2::title {
background-image: url(:/actor2icon);
background-position: top left;
background-repeat: no-repeat;
background-color: palette(window);
}
QGroupBox#actor3::title {
background-image: url(:/actor3icon);
background-position: top left;
background-repeat: no-repeat;
background-color: palette(window);
}
QGroupBox#actor4::title {
background-image: url(:/actor4icon);
background-position: top left;
background-repeat: no-repeat;
background-color: palette(window);
}
|