Method: RadioButtonDelegate#createEditor
- Defined in:
- lib/tmis/interface/models/cabinet_table_model.rb
#createEditor(parent, option, index) ⇒ Object
114 115 116 |
# File 'lib/tmis/interface/models/cabinet_table_model.rb', line 114 def createEditor(parent, option, index) Qt::CheckBox.new(parent) end |