[erlang-questions] My quest for a decent way to make a GUI in erlang
Unix One
unix1@REDACTED
Thu Jul 27 04:03:07 CEST 2017
On 07/26/2017 01:20 PM, Albin Stigö wrote:
> QT has signals and slots.
>
I haven't done big projects in Qt, but little fiddling I did with a
small GUI app, I found Qt+QML a pleasure to work with.
Searching for Erlang-related examples, it just took about 30 secs to try
this on my laptop:
https://github.com/krant/eqml
It's showing passing Erlang messages as signals to Qt slots and vice
versa. If I were doing GUIs with Erlang, this would be one place I'd
look closer.
More information about the erlang-questions
mailing list