LinuxCNC Documentation
This page is 26% translated. Untranslated text is shown in English.

СИНОПСИС

qtvcp [OPTIONS] myfile.ui

ОПИСАНИЕ

QtVCP is a system for creating user interfaces for LinuxCNC.

Полная документация по адресу https://linuxcnc.org/docs/html/gui/qtvcp.html

ОПЦИИ

-h, --help

Show this help message and exit.

-c [<NAME>]

Set component name to NAME. Default is basename of UI file.

-a

Set the window to always be on top.

-d

Enable debug output.

-v

Enable verbose debug output.

-q

Enable only error debug output.

-g [<GEOMETRY>]

Настройте геометрию WIDTHxHEIGHT+XOFFSET+YOFFSET. Значения указаны в пикселях, XOFFSET/YOFFSET отсчет от верхнего левого угла экрана. Используйте -g WIDTHxHEIGHT для установки размера или -g +XOFFSET+YOFFSET для простого позиционирования. + Пример: -g 200x400+0+100

-H [<FILE>]

Выполняет инструкции HAL из FILE с помощью halcmd после того, как компонент настроен и готов.

-i

Enable info output.

-m

Force panel window to maximize.

-f

Force panel window to fullscreen.

-t [<THEME>]

Set Qt style. Default is system theme.

-x [<XID>]

Reparent QtVCP into an existing window XID instead of creating a new top level window.

--push_xid

Reparent window into a plug add push the plug xid number to standardout.

-u [<USERMOD>]

File path of user defined handler file.

-o [<USEROPTS>]

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/.

BUGS

None known at this time.

АВТОР

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

СООБЩЕНИЕ ОБ ОШИБКАХ

Сообщайте об ошибках по адресу https://github.com/LinuxCNC/linuxcnc/issues.

АВТОРСКОЕ ПРАВО

Copyright © 2020 Andy Pugh.

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