func Font() return('QFont(' + Family + ', ' + Size + ', QFont::' + code(Weight) + ', ' + code(lower(Italic)) + ')') end