a what? ?

// default under Linux to solve the Chinese garbled font problem
QFont font ( "simsun", 11, QFont :: Normal, false);
a.setFont (font);

Guess you like

Origin www.cnblogs.com/hshy/p/12071174.html