Class: Qt::TableView

Inherits:
Object show all
Defined in:
lib/qtext/extensions.rb

Instance Method Summary collapse

Instance Method Details

#model=(model) ⇒ Object

store the model in a data member, otherwise it gets garbage-collected.



270
271
272
273
# File 'lib/qtext/extensions.rb', line 270

def model=( model )
  @model = model
  super( model )
end