PUI: Difference between revisions

Jump to navigation Jump to search
31 bytes added ,  3 November 2015
no edit summary
(Remove Integrated Qt5 Launcher, because that is a replacement for FGRun, not PUI. Plus other things)
No edit summary
Line 4: Line 4:
[[File:menubar2.jpg|517px]]
[[File:menubar2.jpg|517px]]


PUI dialogs are standard [[PropertyList XML File]]s that are stored in $FG_ROOT/gui/dialogs, they can contain the widgets mentioned in {{readme file|gui}}, using a simple layout engine discussed in {{readme file|layout}}, and bindings using a combination of so called fgcommands and custom [[Nasal]] code. In addition, each PUI/XML dialog may contain Nasal sections that are executed when opening/closing the dialog.
PUI dialogs are standard [[PropertyList XML File]]s that are stored in $FG_ROOT/gui/dialogs, they can contain the widgets mentioned in {{readme file|gui}}, using a simple layout engine discussed in {{readme file|layout}}, and bindings using a combination of so called fgcommands (see {{readme file|commands}}) and custom [[Nasal]] code. In addition, each PUI/XML dialog may contain Nasal sections that are executed when opening/closing the dialog.


PUI/XML dialogs can be loaded, updated and closed using a handful of fgcommands:
PUI/XML dialogs can be loaded, updated and closed using a handful of fgcommands:

Navigation menu