Version: (using KDE KDE 3.4.2) Compiler: gcc 4.0.1 OS: Linux Currently, in QtRuby we do something like this: class MyClass < Qt::Object slots 'mySlot()', 'mySecondSlot()' signals 'mySignal()' end It would be nice if for convenience we could do this: class MyClass < Qt::Object slots :mySlot, :mySecondSlot signals :mySignal end For signals and slots which take no argument.
On Thursday 04 August 2005 23:29, Caleb Tennis wrote: [bugs.kde.org quoted mail] Yes, that wouldn't be too difficult. But it would be nice to invent a syntax that worked with slots and signals that have arguments too, and specify the arg types in ruby terms like 'Integer' instead of int and 'String' instead of 'QString' and so on. -- Richard -- Richard
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
QtRuby only existed for Qt4 and Korundum, which never got updated for 5.x This is unmaintained and any effort towards QtRuby for Qt6 will be from scratch. Therefore, closing this ticket