UI Widgets¶
Qt Widgets¶
- 
 Base Qt widget. 
- 
 Label widget for displaying text/image. 
- 
 Line edit widget for inputting text. 
- 
 Push button widget. 
- 
 Spin box widget for inputting integers. 
- 
 Double spin box widget for inputting floating-point numbers. 
- 
 Combo box widget for dropdown menus. 
- 
 Group box widget for grouping elements. 
- 
 Check box widget for boolean values. 
- 
 Grid layout widget for arranging widgets in a grid. 
- 
 Form layout widget for arranging widgets in a form-like structure (label + field). 
Custom Widgets¶
- 
 Warning icon widget. 
- 
 Exclamation icon widget. 
- 
 Number edit widget for inputting numbers with validation. 
- 
 Spin box widget that supports slot values. 
- 
 Combo box widget for selecting stator types. 
- 
 Combo box widget for selecting the number of winding layers. 
- 
WindingLayersOrientationComboBox 
 Combo box widget for selecting the orientation of winding layers. 
- 
 Combo box widget for selecting winding types. 
- 
 Combo box widget for selecting pole arrangements. 
- 
 Combo box widget for selecting stator connections. 
- 
 Combo box widget for selecting rotor connections.