objectName to every object you want to use from Lisp.
*.ui file using qload-ui (which will return the main widget of the UI).
qfind-child.
For an example, see examples/3-main-window.lisp.
If you want to translate your UI files to the corresponding EQL code, do the following
at the command line:
eql -quic file.ui
which will generate a file named ui-file.lisp. See also function quic.
For a quick test of the generated file, try this:
eql ui-file.lisp