[Kde-bindings] Re: Qt-Ruby implementation of the "Address Book Example"
Robert Riemann
robert.riemann at physik.hu-berlin.de
Sun Nov 21 10:18:14 UTC 2010
Am Sonntag, 21. November 2010, 00:23:54 schrieb Jérémy Blain:
> 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.
Why not using one slot with a default argument?
Robert
More information about the Kde-bindings
mailing list