IDE/QT Creator

[QT5] MainWindow 폼 크기 설정하기

쩡 (개발꿈나무) 2021. 1. 7. 10:58

고정

setFixedSize(width, height)

생성자에 this->setFixedSize(가로, 세로)