Hi!
I am trying to create a QTooltip with rounded corners with PySide 6. I tried with StyleSheet but it is not working.
QToolTip {border-radius: 6px;}
I haven't found a proper solution for this problem. How would you do it? Or how would you create a custom ToolTip?