qt
Expression qvariantmap:totable() returns a Lua table containing the contents of the dictonary qvariantmap.
qvariantmap:totable()
qvariantmap
Example
require 'qt' a = qt.QVariantMap{a=23,b=45,c="foo"} t = a:totable() return t.c