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
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