Class: DownloadedTable::Item
- Defined in:
- lib/downloadedwin.rb
Instance Method Summary collapse
-
#initialize(text) ⇒ Item
constructor
A new instance of Item.
Constructor Details
#initialize(text) ⇒ Item
Returns a new instance of Item.
21 22 23 24 |
# File 'lib/downloadedwin.rb', line 21 def initialize(text) super(text) self.flags = Qt::ItemIsSelectable | Qt::ItemIsEnabled end |