I've been setting up a Qt gui using QtJambi and JRuby. So far things have gone well. I'm ready to start setting up connections, however, many of the signals don't seem to be visible from jruby. For example, if I print out the methods of QPushButton, I don't see any method called "clicked" for me to build a connection from.
I found this link regarding QtJambi and Jython, which may be related, but I don't think this is actually my problem.
http://lists.trolltech.com/qt-jambi-interest/2007-03/thread00053-0.html
How can I make these signals of my Qt objects visible to JRuby to connect to?