FormImageSelect
0
0
400
300
Form
20
20
21
25
QPushButton
{
qproperty-autoDefault: false;
qproperty-flat: true;
border: none;
background: white;
qproperty-checkable: true;
qproperty-checked: false;
}
QPushButton:!checked
{
background: white;
}
QPushButton:checked
{
background: white;
border-image: url(://image/select_indicator.png);
}