tobby48 6 yıl önce
ebeveyn
işleme
c7dba30d02

+ 0
- 1
src/kr/co/swh/lecture/python/pyqt5/checkbox.py Dosyayı Görüntüle

@@ -1,7 +1,6 @@
1 1
 import sys
2 2
 from PyQt5.QtWidgets import *
3 3
 from PyQt5.QtCore import *
4
-from PyQt5.QtGui import *
5 4
 
6 5
 class MyWindow(QMainWindow):
7 6
     def __init__(self):