[Kde-bindings] Qt-Ruby implementation of the "Address Book Example"
Jérémy Blain
blain.jeremy at gmail.com
Sat Nov 20 23:23:54 UTC 2010
Hello,
I'm trying to implement the "Address Book Example" with Qt-Ruby.
http://doc.qt.nokia.com/4.7-snapshot/itemviews-addressbook.html
The problem that I face is that in the AddressWidget class, there are
two "addEntry" methods (one without parameter and the other with two
parameters) and they are both slots.
In Ruby, I think we can't have two methods with the same name in the same class.
So, what could a solution? Only one addEntry method with a hash as only
parameter?
I don't know if that was the right place to ask that...
Thank you.
More information about the Kde-bindings
mailing list