Scroll to navigation

QTVCP(1) The Enhanced Machine Controller QTVCP(1)

NAME

qtvcp - Qt-based virtual control panels

SYNOPSIS

qtvcp [OPTIONS] myfile.ui

DESCRIPTION

qtvcp is a system for creating user interfaces for LinuxCNC.

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

OPTIONS

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.

SEE ALSO

LinuxCNC(1)

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

BUGS

None known at this time.

AUTHOR

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

REPORTING BUGS

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

COPYRIGHT

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