Hi, Just testing QtRuby right now, so being a real newbie at it.... I'm wondering how I should use .ui files generated with Qtdesigner: by loading it dynamically like this w = QUI::WidgetFactory.create "form1.ui" or by passing it through rbuic and using the ruby code generated? In the first case, I don't know how to access elements in the ui, for example a list box in the form, and in the second case the file needs a transformation step. Any advice and example welcome. Thanks Raph