Class: RUI::GuiBuilder::ComboBox
- Inherits:
-
Widget
show all
- Defined in:
- lib/rui/toolkits/qtbase/gui_builder.rb
Overview
Instance Method Summary
collapse
Methods inherited from Widget
#create_element
build, #build, #builder, #setup_widget
Instance Method Details
#factory(desc) ⇒ Object
325
326
327
|
# File 'lib/rui/toolkits/qtbase/gui_builder.rb', line 325
def factory(desc)
KDE::ComboBox
end
|