python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to have a Vispy.app.Canvas running directly in Vispy.app AND as a QWidget inside a QMainWindow
I would like to know how I can make the self.show() instruction at the end of my Vispy.app.Canvas init() dependant on the fact the canvas is basically run in a Vispy app or as a QWidget in a QMainWind...
GregVDS
Votes: 0
Answers: 1
PyQt5: How to Get Dimensions of Displayed Widgets
I have PyQt5 QLabels that expand/contract as the QMainWindow size changes. I want to get the dimensions of the QLabels when the QMainWindow is sized to anything other that its initial dimensions.
The...
slalomchip
Votes: 0
Answers: 2
Why QWidget::Mask based on QPixmap works fine, but Bitmap doesn't
Target: make my widget rounded, using QWidget::setMask
At first, I want to make a mask using QRegion, but later I found that, make a rounded Rect based on region is a not simple way.
So I decided to u...

user10609288
Votes: 0
Answers: 1
Qt ignore click when dismissing popup on Windows
I have an issue with Qt where the behavior on Windows is different than Mac or Linux. I discovered the issue on PySide2 but was able to reproduce it in a minimal C++ application as well (see below).
W...
Herr von Wurst
Votes: 0
Answers: 2