mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 01:23:58 +09:00
아이콘 적용
This commit is contained in:
parent
1c49ad2e5a
commit
d5893aa48d
@ -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
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
BIN
icon/icon(org).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
BIN
icon/icon.ico
BIN
icon/icon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 21 KiB |
BIN
icon/icon.png
BIN
icon/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 50 KiB |
BIN
icon/icon.pptx
BIN
icon/icon.pptx
Binary file not shown.
Loading…
Reference in New Issue
Block a user