Class: Qt::RadioButton
Instance Method Summary collapse
Instance Method Details
#setShortcut(arg) ⇒ Object
1784 1785 1786 1787 1788 1789 1790 |
# File 'lib/Qt/qtruby4.rb', line 1784 def setShortcut(arg) if arg.kind_of?(String) return super(Qt::KeySequence.new(arg)) else return super(arg) end end |
#shortcut=(arg) ⇒ Object
1792 1793 1794 |
# File 'lib/Qt/qtruby4.rb', line 1792 def shortcut=(arg) setShortcut(arg) end |