04.04.2012, 14:24, "Marcus Frenkel" <[email protected]>: > Hi > > I need to make sure that the password is not kept in memory when > QLineEdit is destroyed. I tried to use QLineEdit::clear() or > QLineEdit::setText() but the password string stays in memory. I > basically want to zeroise the private member string that holds the > text, I believe QLineEditPrivate::text is the one. How can I access > this member without changing Qt sources?
Write your own widget. -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
