Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 303 Bytes

updating-ui.md

File metadata and controls

14 lines (8 loc) · 303 Bytes

Updating UnfoldOptions.ui

  1. Generate the Python code from UnfoldOptions.ui by:

    pyuic4 UnfoldOptions.ui -o myui.py
    
  2. Copy and paste relevant codes into the SMUnfoldTaskPanel() class in SheetMetalUnfolder.py.

TODO

  • Use UnfoldOptions.ui file directly.