
이 글은 Codetorial의 PyQt5, 초보자를 위한 Python GUI 프로그래밍-PyQt5 등을 학습하는 과정을 기록한 것이다. 강좌 자체는 해당 사이트를 참고하기 바란다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 import sys from PyQt5.QtWidgets import QApplication, QWidget, QLabel, QPushButton class MyApp(QWidget): def __init__(self): super().__init__() self.initUI() def initUI(self): # 두 개의 라벨과 두 개의 버..
Python/PyQt5
2019. 11. 10. 12:53
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- python3
- QtDesigner
- 소수
- tips
- QComboBox
- Python
- django
- NK
- BOJ
- QGridLayout
- C
- Mac
- word
- judge
- 리규찬
- 유래
- 리찬규
- 백준
- books
- baekjoon
- PyQt5
- 어원
- setText()
- locallibrary
- QLabel
- Tistory
- MacOS
- QLineEdit
- words
- 북한말
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함
04-18 18:09