from PyQt5.QtCore import QSize
def __init__(self, parent=None):
super(MainWidget, self).__init__(parent)
self.setWindowTitle("ppt font converter")
self.setFixedSize(QSize(600, 400))
self.setFixed Size(QSize(600,400)) 이렇게 설정하면 width,height 모두 고정됨
반응형
'IT, 프로그램, SW개발 > Python,파이썬, AI' 카테고리의 다른 글
[파이썬] Python playwright로 브라우저 구동 (1) | 2024.01.04 |
---|---|
[Python/VS Code] 에디터에서 tab키가 먹지 않을경우 (0) | 2023.03.20 |
[Python/파이썬] PyQt5 리스트 박스 사용 (list box) (0) | 2023.03.17 |
[Python/파이썬] 파이썬 기초, 문법 (0) | 2023.03.08 |
[Python/파이썬] Qt Designer 사용방법 기본 (0) | 2023.03.08 |