Hi, On Thursday 27 December 2007, Magicloud Wang wrote: > So many things that are different between qt and qtruby.... > Like, where is Qt::Key enum? Enums are treated as integer in QtRuby, and the values of Qt::Key are accessible just like in C++ : Qt::Key_Escape (for instance). -- Cyrille Berger