There's no documentation for this item.
Source Code
# File qt/qtruby4.rb, line 2331 def Internal.init_all_classes() Qt::Internal::getClassList().each do |c| if c == "Qt" # Don't change Qt to Qt::t, just leave as is @@cpp_names["Qt"] = c elsif c != "QInternal" Qt::Internal::init_class(c) end end @@classes['Qt::Integer'] = Qt::Integer @@classes['Qt::Boolean'] = Qt::Boolean @@classes['Qt::Enum'] = Qt::Enum end
<code/>and<pre/>for code samples.