Skip to content

Commit 1bdce3e

Browse files
committed
qtvcp -docs: add detail for the axisToolButton
1 parent 47da39c commit 1bdce3e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/src/gui/qtvcp-widgets.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,16 @@ If you press and hold the button a pop up menu will show allowing one to:
627627
* Set the axis arbitrarily
628628
* Reset the axis to the last number recorded
629629

630-
You select the axis by setting the joint number.
630+
You must have selected an entry dialog that corresponds to the dialog_code_string,
631+
usually this is selected from the screenOptions widget.
631632

632-
You can select a `halpin` option that is set true when the axis is selected.
633+
You can select the property `halpin_option', it will then set a HAL pin true when the axis is selected.
634+
The property 'joint_number' should be set to the appropriate joint number.
635+
The property 'axis_letter' should be set to the appropriate axis letter.
633636

637+
The property 'dialog_code_string' can be changed to 'ENTRY' or 'CALCULATOR'
638+
to call a typing only entry dialog or a touch/typing calculator type entry dialog.
639+
634640
It is based on PyQt's _QToolButton_.
635641

636642
[[sub:qtvcp:widgets:camview]]

0 commit comments

Comments
 (0)