tobby48 6 years ago
parent
commit
c7dba30d02
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/kr/co/swh/lecture/python/pyqt5/checkbox.py

+ 0
- 1
src/kr/co/swh/lecture/python/pyqt5/checkbox.py View File

@@ -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):