Hi folks
I’ve recently started experimenting with qtruby and have decided to
used qtdesigner to do the GUI.
Looking in the example “colortool” the file mainform.rb which is
generated by rbuic calls a method init() which is then redefined
in mainform.ui.rb.
My problem is that my equivalent of mainform.rb does not call init().
What do I have to do in qtdesigner to get it to call init().
Cheers
Nigel