当前位置:网站首页>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
边栏推荐
- Idea view bytecode configuration
- Watermelon book -- Chapter 6 Support vector machine (SVM)
- BugkuCTF-web16(备份是个好习惯)
- MySQL error: unblock with mysqladmin flush hosts
- Required request body is missing: (cross domain problem)
- 三相逆变器离网控制——PR控制
- 洞见云原生|微服务及微服务架构浅析
- zk配置中心---Config Toolkit配置与使用
- 每天睡前30分钟阅读Day5_Map中全部Key值,全部Value值获取方式
- C语言之二进制与十进制
猜你喜欢
Microservice practice | fuse hytrix initial experience
YOLO物体识别,生成数据用到的工具
How to use PHP spoole to implement millisecond scheduled tasks
Break the cocoon | one article explains what is the real cloud primordial
DTM distributed transaction manager PHP collaboration client V0.1 beta release!!!
TD联合Modelsim进行功能仿真
Learn combinelatest through a practical example
破茧|一文说透什么是真正的云原生
Read Day6 30 minutes before going to bed every day_ Day6_ Date_ Calendar_ LocalDate_ TimeStamp_ LocalTime
[go practical basis] how to customize and use a middleware in gin
随机推荐
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedd
Navicat 远程连接Mysql报错1045 - Access denied for user ‘root‘@‘222.173.220.236‘ (using password: YES)
Difference between redis serialization genericjackson2jsonredisserializer and jackson2jsonredisserializer
Don't look for it. All the necessary plug-ins for Chrome browser are here
JDBC回顾
Alibaba / popular JSON parsing open source project fastjson2
DTM distributed transaction manager PHP collaboration client V0.1 beta release!!!
YOLO物体识别,生成数据用到的工具
Record personal understanding and experience of game console configuration
每天睡前30分钟阅读Day6_Day6_Date_Calendar_LocalDate_TimeStamp_LocalTime
Timed thread pool implements request merging
别找了,Chrome浏览器必装插件都在这了
自定義Redis連接池
JVM instruction mnemonic
View the port of the application published by was
JVM指令助记符
Idempotent design of Internet API interface
Chrome browser plug-in fatkun installation and introduction
Ckeditor 4.10.1 upload pictures to prompt "incorrect server response" problem solution
Required request body is missing: (cross domain problem)