首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
Qt5.6.1 c++ 显示控件组(Display Widgets)
Qt5.6.1 c++ 显示控件组(Display Widgets)
xiaoxiao
2022-07-13
146
//设置QLabel的文本文字大小 #include <QLabel> #include <QFont> QFont font; QLabel *usernamelab=new QLabel(); font.setPixelSize(50);//设置字号大小 usernamelab->setFont(font); usernamelab->setText("ok"); usernamelab->setGeometry(100,100,300,300); usernamelab->show();
转载请注明原文地址: https://yun.8miu.com/read-55893.html
最新回复
(
0
)