[2강/완성코드] 문서 요약 프로그램 개발강의 Python GUI 프로그램 개발
          2강 완성 코드import sys, osfrom PySide6.QtWidgets import QWidget,QApplicationfrom PySide6.QtWidgets import (    QApplication, QWidget, QVBoxLayout, QHBoxLayout, QSpacerItem, QSizePolicy,    QPushButton, QLineEdit, QComboBox, QTextEdit, QLabel, QSlider)from PySide6.QtGui import QIconfrom PySide6.QtCore import Qt# StylesCOPY_BUTTON_STYLE = """    QPushButton {        background-color: #4CAF50; color: w..
          
            2024. 12. 11.