There's no documentation for this item.
# File qt/qtruby4.rb, line 2634 def SIGNAL(signal) if signal.kind_of? Symbol return "2" + signal.to_s + "()" else return "2" + signal end end
<code/>
<pre/>
<code/>and<pre/>for code samples.