Skip to content

Commit ab14d0f

Browse files
committed
qtvcp -docs: little spelling fix and better informing title
1 parent e0efd16 commit ab14d0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/gui/qtvcp.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ State_LED #name_of_led{
232232
}
233233
----
234234

235-
==== Handler Patching
235+
==== Handler Patching - Subclassing Builtin Screens
236236
We can have QtVCP load a subclassed version of the standard handler file. in that file we can manipulate the original functions or add new ones. +
237237
Subclassing just means our handler file first loads the original handler file and adds our new code on top of it - so a patch of changes. +
238238
This is useful for changing/adding behaviour while still retaining standard handler updates from LinuxCNC repositories. +
@@ -242,7 +242,7 @@ See 'custom handler file'
242242

243243
There should be a folder in the config folder; for screens: named '<CONFIG FOLDER>/qtvcp/screens/<SCREEN NAME>/' +
244244
add the handle patch file there, named like so <ORIGINAL SCREEN NAME>_handler.py +
245-
ie for Qtdragon the file would be caller 'qtdragon_handler.py' +
245+
ie for Qtdragon the file would be called 'qtdragon_handler.py' +
246246

247247
Here is a sample to add X axis jog pins to a screen like Qtdragon: +
248248

0 commit comments

Comments
 (0)