DOKK / manpages / debian 12 / linuxcnc-uspace / qtvcp.1.en
QTVCP(1) The Enhanced Machine Controller QTVCP(1)

qtvcp - Qt-based virtual control panels

qtvcp [OPTIONS] myfile.ui

qtvcp is a system for creating user interfaces for LinuxCNC.

Full documentation at http://linuxcnc.org/docs/html/gui/qtvcp.html

Show this help message and exit.
Set component name to NAME. Default is basename of UI file.
Set the window to always be on top.
Enable debug output.
Enable verbose debug output
Enable only error debug output.
Set geometry WIDTHxHEIGHT+XOFFSET+YOFFSET. Values are in pixel units, XOFFSET/YOFFSET is referenced from top left of screen. Use -g WIDTHxHEIGHT for just setting size or -g +XOFFSET+YOFFSET for just position.

Example: -g 200x400+0+100.

Execute HAL statements from FILE with halcmd after the component is set up and ready.
Enable info output.
Force panel window to maximize.
Force panel window to fullscreen.
Set QT style. Default is system theme.
Reparent Qtvcp into an existing window XID instead of creating a new top level window.
Reparent window into a plug add push the plug xid number to standardout.
File path of user defined handler file.
Pass USEROPTS strings to handler under self.w.USEROPTIONS_ list variable.

LinuxCNC(1)

Much more information about LinuxCNC and HAL is available in the LinuxCNC and HAL User Manuals, found at /usr/share/doc/LinuxCNC/.

None known at this time.

This man page written by andypugh, as part of the LinuxCNC project.

Report bugs at https://github.com/LinuxCNC/linuxcnc/issues

Copyright © 2020 andypugh.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2020-08-26 LinuxCNC Documentation