아이콘 적용

This commit is contained in:
3minbe 2025-01-06 23:02:39 +09:00
parent 1c49ad2e5a
commit d5893aa48d
6 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import subprocess
class MainView(QtWidgets.QMainWindow): class MainView(QtWidgets.QMainWindow):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
self.setWindowIcon(QtGui.QIcon("icon/icon.ico")) # 프로그램 아이콘 설정
self.version = "1.0.0" # 프로그램 버전 설정 self.version = "1.0.0" # 프로그램 버전 설정
self.default_save_path = os.path.join(os.path.expanduser("~"), "Desktop") # 바탕화면 경로 설정 self.default_save_path = os.path.join(os.path.expanduser("~"), "Desktop") # 바탕화면 경로 설정
self.file_paths = [] # 파일 경로 저장 리스트 self.file_paths = [] # 파일 경로 저장 리스트

BIN
icon/icon(org).ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
icon/icon(org).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.