[Haskell-cafe] GUI Designer

Stefan Kersten sk at k-hornz.de
Mon Nov 22 06:28:00 EST 2010


On 18.11.10 21:28, c8h10n4o2 wrote:
> There's a tutorial on how to use qtDesigner with qtHaskell ?

sorry, i don't know of any tutorial, but there are some examples in the
`examples' directory of the source distribution (e.g. tetrix.hs). basically you
load the ui file, retrieve named widgets and attach signal handlers in haskell.
signals and slots of compatible types can also be connected directly in Designer.

<sk>


More information about the Haskell-Cafe mailing list