Python 專案開發入門的十堂課

第八堂 利用 Python 的 tkinter 開發 GUI:EncryptViewEncryptController

重點整理

  1. EncryptView 建立三個 Label 、兩個 Entry 及七個 Button
  2. EncryptController 設定 EncryptView 為屬性,按鈕事件是設定 EncryptView 屬性中各自按鈕的 command

相關文章

上一支影片 - 用類別設計 Tk 應用程式的步驟
回 Python 專案開發入門的十堂課 - 目錄
下一支影片 - 整合 Encrypt 類別與實作其他功能
回 Python 教材
回程式語言教材首頁