QFont font;

 QFont font;  font.setPointSize(8);  font.setBold(true);  font.setPixelSize(10);  tabStatistics->setFont(font);
相关文章
相关标签/搜索