Method: Qt::TabWidget#tabs
- Defined in:
- lib/qtext/extensions.rb
#tabs ⇒ Object
return the collection of tabs.
277 278 279 |
# File 'lib/qtext/extensions.rb', line 277 def tabs tabs = (0...count).map{|i| self.( i ) } end |
return the collection of tabs.
277 278 279 |
# File 'lib/qtext/extensions.rb', line 277 def tabs tabs = (0...count).map{|i| self.( i ) } end |