File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,17 +217,18 @@ MULTIMESSAGE_VFD_ICON = INFO
217217
218218=== Embed Custom VCP Panels
219219
220- You can optionally embed QtVCP Virtual Control Panels into the QtDragon or QtDragon_hd screen . +
220+ You can optionally embed QtVCP Virtual Control Panels into the QtDragon screens . +
221221These panels can be either user built or builtin <<cha:qtvcp:panels,QtVCP Panels>>. +
222222See QtVCP/VCP panels for other available builtin panels.
223223
224224The `EMBED_TAB_NAME` entry will used as the title for the new tab.(must be unique) +
225- Tab `EMBED_TAB_LOCATION` options include: `tabWidget_utilities`, `tabWidget_setup` and `stackedWidget_mainTab`. +
225+ Tab `EMBED_TAB_LOCATION` options include: `tabWidget_utilities`, `tabWidget_setup` and `stackedWidget_mainTab` and `WINDOW` . +
226226Tab `EMBED_TAB_COMMAND` specifies what embed-able program to run, including any of its command line options.
227227
228228If using the `tabWidget_utilities` or `tabWidget_setup` locations, an extra tab will appear with the panel. +
229229If using `stackedWidget_mainTab`, a button labelled 'User' will appear. +
230- Pressing this button will cycle through displaying all available panels (specified for this location) on the main tab area.
230+ Pressing this button will cycle through displaying all available panels (specified for this location) on the main tab area. +
231+ You also use `WINDOW` to create a pop up window that cab be shown/hidden with an arrow button that will appear near the machine on button
231232
232233==== Embedding Vismach Mill
233234.Sample adding a builtin panel to the utilities tab, i.e., a graphical animated machine using the vismach library.
You can’t perform that action at this time.
0 commit comments