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
 import sys
1
 import sys
2
 from PyQt5.QtWidgets import *
2
 from PyQt5.QtWidgets import *
3
 from PyQt5.QtCore import *
3
 from PyQt5.QtCore import *
4
-from PyQt5.QtGui import *
5
 
4
 
6
 class MyWindow(QMainWindow):
5
 class MyWindow(QMainWindow):
7
     def __init__(self):
6
     def __init__(self):