Expression qstringlist:totable() returns a Lua table containing the elements of qstringlist starting at position 1.

Example

 require 'qt'
 a = qt.QStringList{"a","b","c"}
 return a:totable()[2]