class Qt::ByteArray

Public Class Methods

from_hex(str) click to toggle source
# File lib/rui/toolkits/qtbase/qt.rb, line 32
def self.from_hex(str)
  new([str.gsub(/\W+/, '')].pack('H*'))
end