当前位置:网站首页>QT qlabel style settings
QT qlabel style settings
2022-07-02 09:38:00 【Ignorant dream fireworks】

Need to set up error The style of
Set the style

color:rgb(255, 0, 0);
font-size:12pt;
font-family:Microsoft YaHei;
typeface 、 Color is also available through Rich text Set in the program
emit LoginError(QStringLiteral("<font style='font-size:12px; color:red;'> user name 、 Wrong password !</font>"));
for example :
Implementation method :
ui.mSizeLabel->setText(QStringLiteral("< font style='color:black; font-weight:normal;'> Saved </font>")
+ "< font style = 'color:#5B8FF9; font-weight:bold;'>"+QString::number(_currSize)
+ "< / font > "+ QStringLiteral("< font style='color:black; font-weight:normal;'> Zhang </font>" ));
Center text , Use qt Of Designer, Set horizontal and vertical center 
边栏推荐
- Insight into cloud native | microservices and microservice architecture
- 告别996,IDEA中必装插件有哪些?
- 图像识别-数据增广
- A detailed explanation takes you to reproduce the statistical learning method again -- Chapter 2, perceptron model
- Double non undergraduate students enter the factory, while I am still quietly climbing trees at the bottom (Part 1)
- 别找了,Chrome浏览器必装插件都在这了
- Read 30 minutes before going to bed every day_ day3_ Files
- Alibaba /热门json解析开源项目 fastjson2
- Chrome视频下载插件–Video Downloader for Chrome
- web安全与防御
猜你喜欢

Chrome user script manager tempermonkey monkey

YOLO物体识别,生成数据用到的工具

三相并网逆变器PI控制——离网模式

Required request body is missing:(跨域问题)

ZK configuration center -- configuration and use of config Toolkit

2837xd 代码生成——总结篇

在SQL注入中,为什么union联合查询,id必须等于0

zk配置中心---Config Toolkit配置与使用

保存视频 opencv::VideoWriter

Difference between redis serialization genericjackson2jsonredisserializer and jackson2jsonredisserializer
随机推荐
并网逆变器PI控制(并网模式)
Microservice practice | declarative service invocation openfeign practice
微服务实战|Eureka注册中心及集群搭建
Solution to amq4036 error in remote connection to IBM MQ
Long summary (code with comments) number structure (C language) -- Chapter 4, string (Part 1)
三相并网逆变器PI控制——离网模式
图像识别-数据标注
Double non undergraduate students enter the factory, while I am still quietly climbing trees at the bottom (Part 1)
Fragmenttabhost implements the interface of housing loan calculator
Navicat 远程连接Mysql报错1045 - Access denied for user ‘root‘@‘222.173.220.236‘ (using password: YES)
一次聊天勾起的回忆
Required request body is missing: (cross domain problem)
BugkuCTF-web21(详细解题思路及步骤)
What are the waiting methods of selenium
BugkuCTF-web24(解题思路及步骤)
Mysql默认事务隔离级别及行锁
Activity的创建和跳转
道阻且长,行则将至
BugkuCTF-web16(备份是个好习惯)
hystrix 实现请求合并