Class: Qt::FileIconProvider

Inherits:
Base
  • Object
show all
Defined in:
lib/Qt/qtruby4.rb

Constant Summary collapse

File =
Qt::Enum.new(6, "QFileIconProvider::IconType")

Instance Method Summary collapse

Instance Method Details

#type(*args) ⇒ Object



1013
1014
1015
# File 'lib/Qt/qtruby4.rb', line 1013

def type(*args)
  method_missing(:type, *args)
end