当前位置:网站首页>When QT uses qtooltip mouse to display text, the picture of the button will also be displayed and the prompt text style will be modified
When QT uses qtooltip mouse to display text, the picture of the button will also be displayed and the prompt text style will be modified
2022-07-07 03:41:00 【Program yuan ZCC】
Use QToolTip Problems encountered in :
1、 The mouse will put QPushButton Of Background map Show it
2、 Set up QToolTip Style failed
if(preview) {// Preview on
ui->preview->setStyleSheet("border-image:url(:/style/preview_icon.png);");
ui->preview->setToolTip(" Close the preview ");
} else {
ui->preview->setStyleSheet("border-image:url(:/style/n_preview_icon.png);");
ui->preview->setToolTip(" Open Preview ");
}
After modifying the code :
if(preview) {// Preview on
ui->preview->setStyleSheet("QPushButton{border-image:url(:/style/preview_icon.png);}"
"QToolTip{background-color: #ffffff; color:#484848;}");
ui->preview->setToolTip(" Close the preview ");
} else {
ui->preview->setStyleSheet("QPushButton{border-image:url(:/style/n_preview_icon.png);}"
"QToolTip{background-color: #ffffff; color:#484848;}");
ui->preview->setToolTip(" Open Preview ");
}
边栏推荐
- 亚像素级角点检测Opencv-cornerSubPix
- 复杂因子计算优化案例:深度不平衡、买卖压力指标、波动率计算
- Install torch 0.4.1
- VHDL实现任意大小矩阵加法运算
- Hisilicon 3559 universal platform construction: RTSP real-time playback support
- 海思万能平台搭建:颜色空间转换YUV2RGB
- The latest 2022 review of "small sample deep learning image recognition"
- Baidu map JS development, open a blank, bmapgl is not defined, err_ FILE_ NOT_ FOUND
- [leetcode] 450 and 98 (deletion and verification of binary search tree)
- ubuntu20安裝redisjson記錄
猜你喜欢
CVPR 2022 best paper candidate | pip: six inertial sensors realize whole body dynamic capture and force estimation
Significance and measures of source code confidentiality
Can the applet run in its own app and realize live broadcast and connection?
Shangsilicon Valley JVM Chapter 1 class loading subsystem
体会设计细节
Jerry's broadcast has built-in flash prompt tone to control playback pause [chapter]
【安全攻防】序列化与反序列,你了解多少?
亚像素级角点检测Opencv-cornerSubPix
我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
QT 项目 表格新建列名称设置 需求练习(找数组消失的数字、最大值)
随机推荐
枚举通用接口&枚举使用规范
我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
VHDL实现单周期CPU设计
线性表的查找
Huawei and Xiaomi "copy each other"
R数据分析:cox模型如何做预测,高分文章复现
The latest 2022 review of "small sample deep learning image recognition"
19.(arcgis api for js篇)arcgis api for js线采集(SketchViewModel)
VHDL实现任意大小矩阵乘法运算
变量、流程控制与游标(MySQL)
.net中 接口可以有默认实现了
Open3D 网格滤波
本机mysql
What is Ba? How about Ba? What is the relationship between Ba and Bi?
如何自定义Latex停止运行的快捷键
1200.Minimum Absolute Difference
Search of linear table
Hisilicon 3559 universal platform construction: RTSP real-time playback support
华为小米互“抄作业”
Variables, process control and cursors (MySQL)