R
Richard Dale
Download:
http://rubyforge.org/projects/korundum/
Release notes:
* Instructions for building QtRuby on Mac OS X added to qtruby/README.build
* Underscore naming for can be used for method names instead of camel case
if preferred. Any underscores in method names are removed, and the
following character is capitalised. For example, either of these two forms
can be used to call the same method:
create_standard_status_bar_action()
createStandardStatusBarAction()
* A thing? ruby method can now be used as a synonym for either isThing() or
hasThing() for Qt methods in the Smoke runtime
A description of QtRuby and Korundum features can be found here:
http://developer.kde.org/language-bindings/ruby/
Feedback welcome on ruby-talk or on the (e-mail address removed) mailing list.
-- Richard
http://rubyforge.org/projects/korundum/
Release notes:
* Instructions for building QtRuby on Mac OS X added to qtruby/README.build
* Underscore naming for can be used for method names instead of camel case
if preferred. Any underscores in method names are removed, and the
following character is capitalised. For example, either of these two forms
can be used to call the same method:
create_standard_status_bar_action()
createStandardStatusBarAction()
* A thing? ruby method can now be used as a synonym for either isThing() or
hasThing() for Qt methods in the Smoke runtime
A description of QtRuby and Korundum features can be found here:
http://developer.kde.org/language-bindings/ruby/
Feedback welcome on ruby-talk or on the (e-mail address removed) mailing list.
-- Richard