質問するログイン新規登録

質問編集履歴

1

ローカルに素材のある部分を変更しました。

2020/09/28 02:58

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -93,9 +93,7 @@
93
93
  tagBtn.pack(side="right", padx=5)
94
94
 
95
95
 
96
- #アイコン設定
96
+
97
- icon_photo = tk.PhotoImage(file = '/Volumes/UnsungHero/Python/IVTC_tool/film.png') # icon file | アイコンファイル
98
- win.iconphoto(False, icon_photo) # Sets the icon | アイコン
99
97
  # 描画
100
98
  win.mainloop()
101
99
  ```