kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
90 stars 50 forks source link

Documentation improvements #81

Closed FranseFrikandel closed 3 years ago

FranseFrikandel commented 3 years ago

Started adding documentation geared towards users of QtPyVCP that are working in QtDesigner and are not working with the API in python. Currently has documentation for plugins, widgets are yet to be documented.

TurBoss commented 3 years ago

docs are up but there are some widgets that makes the builder to segfault so for now I just skipped them

i fixed some by adding some docs to them

this are the widgets i cant manage to make builds

qtpyvcp.widgets.hal_widgets.hal_led_button qtpyvcp.widgets.input_widgets.tool_table qtpyvcp.widgets.input_widgets.gcode_text_edit qtpyvcp.widgets.input_widgets.setting_slider qtpyvcp.widgets.input_widgets.offset_table qtpyvcp.widgets.input_widgets.mdientry_widget qtpyvcp.widgets.input_widgets.jog_increment

FranseFrikandel commented 3 years ago

That is odd. Don't get any errors while compiling docs on my local machine.