Closed yanis60 closed 4 years ago
Hi! The "format" property is used to format the field if the "valueType" is different than Default. For example format = dd.mm.yyyy and valueType = DateTime
Can i format numbers?
Yes
can you please show me how with an example?
valueType = Double, format = $ %.2f QString::sprintf is used under the hood
ok thank you
Hi, I noticed a property 'format' for textitem, could you please explain me what formats to use?