On 6/19/05, Julian Ramos Marrero <julian at canarysystem.com> wrote: > Hi list, > > I have a problem, I do not know as to implement format mask on items > QTables, somebody could orient to me. You'll need to subclass QTableItem and implement createEditor(), to set the format mask for editing. James