python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Minimizing window issue in Qt 5.15
Window {
id: mainWindow
width: 960
height: 600
flags: Qt.FramelessWindowHint | Qt.WindowMinimizeButtonHint | Qt.Window
Rectangle {
width: 15
height: 15
...

Valeriia
Votes: 0
Answers: 2
How to change the size of a minimized MDI window in Windows 11?
I'm facing an issue with in-app minimized windows, which are broken on my Windows 11 (certainly by a software, but I don't know which one...). Those in-app minimized windows are much more narrower tha...
Gregory Pavin
Votes: 0
Answers: 0