Skip to content

Commit d824efb

Browse files
committed
qtdragon -update about popup window panel option
1 parent 0f3a4e5 commit d824efb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/src/gui/qtdragon.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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. +
221221
These panels can be either user built or builtin <<cha:qtvcp:panels,QtVCP Panels>>. +
222222
See QtVCP/VCP panels for other available builtin panels.
223223

224224
The `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`. +
226226
Tab `EMBED_TAB_COMMAND` specifies what embed-able program to run, including any of its command line options.
227227

228228
If using the `tabWidget_utilities` or `tabWidget_setup` locations, an extra tab will appear with the panel. +
229229
If 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.

0 commit comments

Comments
 (0)