Method: Qt::Internal.create_qenum
- Defined in:
- lib/Qt/qtruby4.rb
.create_qenum(num, enum_type) ⇒ Object
2883 2884 2885 |
# File 'lib/Qt/qtruby4.rb', line 2883 def Internal.create_qenum(num, enum_type) return Qt::Enum.new(num, enum_type) end |