There's no documentation for this item.
# File qt/qtruby4.rb, line 286 def setShortcut(arg) if arg.kind_of?(String) return super(Qt::KeySequence.new(arg)) else return super(arg) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.