mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Documentation: Update GML information and manpage links in FileFormats
This commit is contained in:
parent
426a09ca4a
commit
684c39bc19
Notes:
sideshowbarker
2024-07-17 16:22:43 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/684c39bc19 Pull-request: https://github.com/SerenityOS/serenity/pull/13248 Reviewed-by: https://github.com/bgianfo Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 2 deletions
|
@ -67,10 +67,10 @@ Most prominently, the first four bytes contain the filemagic: `!Fnt`.
|
||||||
|
|
||||||
## GUI Markup Language (`*.gml` files)
|
## GUI Markup Language (`*.gml` files)
|
||||||
|
|
||||||
These files are human-readable, have no easily detectable filemagic, and define GUI interfaces.
|
These files are human-readable, have no easily detectable filemagic, and define GUI designs and layouts.
|
||||||
The format is strongly influenced by QML, the Qt Modeling Language.
|
The format is strongly influenced by QML, the Qt Modeling Language.
|
||||||
|
|
||||||
See also [Playground(1)](../Userland/DevTools/Playground/) and `Widget::load_from_gml` in [`Userland/Libraries/LibGUI/Widget.cpp`](../Userland/Libraries/LibGUI/Widget.cpp).
|
See the [GML manpage(s)](../Base/usr/share/man/man5/GML.md), [Playground(1)](../Userland/DevTools/Playground/), and the [GML support in LibGUI](../Userland/Libraries/LibGUI/GML/).
|
||||||
|
|
||||||
## Inter Process Communication (`*.ipc` files)
|
## Inter Process Communication (`*.ipc` files)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue