class FindReplaceDialog(QDialog):
def __init__(self,parent=None):
QDialog.__init__(self,parent)
self.ui = Ui_FindReplaceDialogmiero()
self.ui.setupUi(self)
self.setWindowTitle("Find/Replace...")
self.setWindowIcon(QIcon("./images/find.png"))
'컴퓨터 > Python' 카테고리의 다른 글
jupyter notebook 사용법 가상환경 만들기 (0) | 2020.11.25 |
---|---|
python 유튜브 영상 다운로드 관련 (0) | 2020.11.18 |
python pyside2 MainWindow setWindowIcon (0) | 2020.11.07 |
pyside2 공부일지 (0) | 2020.10.31 |
python 다른 파일에 id pw 저장 import 불러오기 (0) | 2020.10.30 |