File: README.txt

package info (click to toggle)
linuxcnc 1%3A2.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 282,780 kB
  • sloc: python: 201,110; ansic: 106,370; cpp: 99,219; tcl: 16,054; xml: 10,617; sh: 10,258; makefile: 1,251; javascript: 138; sql: 72; asm: 15
file content (15 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
at the moment to use designer one must create links from (hardy),
Wheezy uses slightly different location
/usr/lib/qt4/designer/python/ (linuxcnc plugins)

to:
RIP_folder /lib/python/qtvcp_widgets/widget_plugins/ (linuxcnc plugins)


for testing purposes there are two test files in RIP_folder /lib/python/qtvcp.
test1.ui is for hal only widgets
loadusr qtvcp test1.ui

test2.ui is for testing/interacting with a running linuxcnc session.
test2 requires the handler file, qtvcp_handler to be loaded.
loadusr qtvcp -u qtvcp_handler test2.ui