2

If I point sideways at the windows the cursor shows the resize option. I want to disable this option.

Fixed size mainWindow. w.setMinimumSize(QSize(960,680)); w.setMaximumSize(QSize(960,680)); w.setFixedSize(w.maximumSize()); show

Klaus Gütter
  • 11,151
  • 6
  • 31
  • 36
  • 1
    You'll find a couple options for doing this here: https://stackoverflow.com/questions/16673074/how-can-i-fully-disable-resizing-a-window-including-the-resize-icon-when-the-mou – mzimmers Jul 17 '23 at 02:00

0 Answers0