当前位置:网站首页>QT 使用QToolTip 鼠标放上去显示文字时会把按钮的图片也显示了、修改提示文字样式
QT 使用QToolTip 鼠标放上去显示文字时会把按钮的图片也显示了、修改提示文字样式
2022-07-06 20:28:00 【程序媛zcc】
使用 QToolTip 时遇到的问题:
1、鼠标放上去会把 QPushButton 的 背景图 显示出来
2、设置 QToolTip 样式时不成功
if(preview) {//预览开
ui->preview->setStyleSheet("border-image:url(:/style/preview_icon.png);");
ui->preview->setToolTip("关闭预览");
} else {
ui->preview->setStyleSheet("border-image:url(:/style/n_preview_icon.png);");
ui->preview->setToolTip("开启预览");
}
修改代码后:
if(preview) {//预览开
ui->preview->setStyleSheet("QPushButton{border-image:url(:/style/preview_icon.png);}"
"QToolTip{background-color: #ffffff; color:#484848;}");
ui->preview->setToolTip("关闭预览");
} else {
ui->preview->setStyleSheet("QPushButton{border-image:url(:/style/n_preview_icon.png);}"
"QToolTip{background-color: #ffffff; color:#484848;}");
ui->preview->setToolTip("开启预览");
}
边栏推荐
- Not All Points Are Equal Learning Highly Efficient Point-based Detectors for 3D LiDAR Point
- U.S. Air Force Research Laboratory, "exploring the vulnerability and robustness of deep learning systems", the latest 85 page technical report in 2022
- Jerry's RTC clock development [chapter]
- Principle of attention mechanism
- Optimization of application startup speed
- 23.(arcgis api for js篇)arcgis api for js椭圆采集(SketchViewModel)
- Shangsilicon Valley JVM Chapter 1 class loading subsystem
- Flink task exit process and failover mechanism
- input_ delay
- CMB's written test - quantitative relationship
猜你喜欢
22. (ArcGIS API for JS) ArcGIS API for JS Circle Collection (sketchviewmodel)
VHDL实现单周期CPU设计
Ubuntu20 installation redisjson record
Create applet from 0
Significance and measures of source code confidentiality
Search of linear table
Stored procedures and functions (MySQL)
Jericho turns on the display icon of the classic Bluetooth hid mobile phone to set the keyboard [chapter]
什么是 BA ?BA怎么样?BA和BI是什么关系?
小程序能运行在自有App中,且实现直播和连麦?
随机推荐
Matlab Error (Matrix dimensions must agree)
HMS Core 机器学习服务打造同传翻译新“声”态,AI让国际交流更顺畅
[C language] question set of IX
“去虚向实”大潮下,百度智能云向实而生
从0开始创建小程序
Stored procedures and functions (MySQL)
【无标题】
[Dameng database] after backup and recovery, two SQL statements should be executed
代码质量管理
Principle of attention mechanism
20.(arcgis api for js篇)arcgis api for js面采集(SketchViewModel)
About Estimation Statistics
树莓派设置静态ip
安装 torch 0.4.1
概率论公式
ubuntu20安裝redisjson記錄
CMB's written test - quantitative relationship
如何自定义Latex停止运行的快捷键
Do you know the five most prominent advantages of E-bidding?
Cryptography series: detailed explanation of online certificate status protocol OCSP