qtooltip Questions
2
Solved
I have a QPlainTextEdit and have some words highlighted in it. Now, when I hover over it with the mouse, I want it to show me a tooltip that has a description or something like that about this high...
Leonteen asked 8/3, 2017 at 17:26
1
I have styled my tooltips like this (not really that colors)
QToolTip {
border: 1px solid blue;
border-radius: 10px;
background-color: red;
}
But the background is not clipped at the corners:...
Trainor asked 24/8, 2016 at 10:20
1
© 2022 - 2024 — McMap. All rights reserved.