Hi,
If a Button is added in table cell like this:
TABLE1.cellWidgetRC(0, "#1", "PushButton", "Geb.")
Is it possible to change that button text Font type?
cellWidgetRC Button Font
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: cellWidgetRC Button Font
Hi,
Yes you can use CSS for this:
QTableView QPushButton
{
font-size: 4px;
font-family: "Siemens Sans";
}
BR
Alexandre
Yes you can use CSS for this:
QTableView QPushButton
{
font-size: 4px;
font-family: "Siemens Sans";
}
BR
Alexandre