QFont font;

 QFont font;
 font.setPointSize(8);
 font.setBold(true);
 font.setPixelSize(10);
 tabStatistics->setFont(font);

你可能感兴趣的:(QFont font;)