Translations:Python scripting tutorial/69/en

From FreeCAD Documentation
Revision as of 06:45, 30 May 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)

The FreeCAD user interface is made with Qt, a powerful graphical interface system, responsible for drawing and handling all the controls, menus, toolbars and buttons around the 3D view. Qt provides a module, PySide, which allows Python to access and modify Qt interfaces such as FreeCAD's. Let's try to fiddle with the Qt interface and produce a simple dialog: