ladybird/Base/usr/share/man/man5/GML.md
Torstennator b65e711929 LibGUI: Add DynamicWidgetContainter
Add a new widget "DynamicWidgetContainer" that is used to group it's
child widgets within an collapsable and detachable container. The
DynmnicWidgetContainer is able to persist it's view state if a config
domain has been provided. Having that set will allow the widget to
restore it's view state automatically.
2023-12-14 09:07:20 -07:00

4.0 KiB

Name

GUI Markup Language (GML)

Description

GML is Serenity's graphic user interface (GUI) markup language. GML files are human-readable text files and have no easily detectable filemagic. The format is strongly influenced by QML, the Qt Modeling Language.

It allows you to easily define GUI interfaces for your applications. It is easy to learn and use in C++.

You can easily add GML files to your project in Hack Studio either using

Project > New > GML File

Or right clicking on a folder in the TreeView and using

New > GML File

See also

List of GML manpages