Method: TreeItem#child
- Defined in:
- lib/Qt/active_item_model.rb
#child(row) ⇒ Object
57 58 59 |
# File 'lib/Qt/active_item_model.rb', line 57 def child(row) return @childItems[row] end |
57 58 59 |
# File 'lib/Qt/active_item_model.rb', line 57 def child(row) return @childItems[row] end |