当前位置:网站首页>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 ");
}
边栏推荐
- Baidu map JS development, open a blank, bmapgl is not defined, err_ FILE_ NOT_ FOUND
- 编译常量、ClassLoader类、系统类加载器深度探析
- 我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
- A 股指数成分数据 API 数据接口
- Experience design details
- 注意力机制原理
- Can the applet run in its own app and realize live broadcast and connection?
- ubuntu20安装redisjson记录
- [safe office and productivity application] Shanghai daoning provides you with onlyoffice download, trial and tutorial
- How to replace the backbone of the model
猜你喜欢

leetcode

QT 打开文件 使用 QFileDialog 获取文件名称、内容等

20.(arcgis api for js篇)arcgis api for js面采集(SketchViewModel)

Huawei and Xiaomi "copy each other"

Appx code signing Guide

Stored procedures and functions (MySQL)

R data analysis: how to predict Cox model and reproduce high score articles

华为小米互“抄作业”

Restcloud ETL Community Edition June featured Q & A

我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
随机推荐
RestClould ETL 社区版六月精选问答
About Tolerance Intervals
如何自定义Latex停止运行的快捷键
Restcloud ETL Community Edition June featured Q & A
LAB1配置脚本
pip只下载不安装
Baidu map JS development, open a blank, bmapgl is not defined, err_ FILE_ NOT_ FOUND
哈夫曼树基本概念
ubuntu20安裝redisjson記錄
About Confidence Intervals
Code quality management
A 股指数成分数据 API 数据接口
Jerry's transmitter crashed after the receiver shut down [chapter]
20.(arcgis api for js篇)arcgis api for js面采集(SketchViewModel)
[C language] question set of IX
[leetcode] 450 and 98 (deletion and verification of binary search tree)
MySQL storage engine
Flink Task退出流程与Failover机制
Ubuntu20 installation redisjson record
21.(arcgis api for js篇)arcgis api for js矩形采集(SketchViewModel)