const std = @import("std"); const QVariant = union { int: u32, short: u16, byte: u8, string: []u8 stringlist: std.ArrayList([]const u8) };