up vote 0 down vote favorite
share [g+] share [fb]

when i used to use Qt3, i was only have to design my program interface, then use the "rbuic" command to convert the .ui file into a .rb file, and problem solved ... but the thing is, now I'm using Qt4, and there is no such thing like "rbuic", so I'm i suppose to write the whole ruby program to run an interface by my self, if yes, then I'll use the Qt3, at least it less painful.

link|improve this question

14% accept rate
feedback

1 Answer

If the naming scheme is coherent with the pyqt bindings, you are probably looking for rbuic4 ...

So it's probably something like this:

rbuic4 -xo main_gui.rb main_gui.ui
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.