
There's a tutorial on how to use qtDesigner with qtHaskell ? Or how to use XRC files with wxHaskell? -- View this message in context: http://haskell.1045720.n5.nabble.com/GUI-Designer-tp3271441p3271441.html Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

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>

On 18 November 2010 20:28, c8h10n4o2
Or how to use XRC files with wxHaskell?
There are sample files in the wxHaskell distribution. If you can wait a day or two I will have a step-by-step blog article, but it's not quite finished yet. Regards Jeremy
-- View this message in context: http://haskell.1045720.n5.nabble.com/GUI-Designer-tp3271441p3271441.html Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
c8h10n4o2
-
Jeremy O'Donoghue
-
Stefan Kersten