Quote Originally Posted by RENOLD View Post
Yes I know it very well
So why are you trying to assign QString object to QString pointer? You read the value properly, using QLineEdit::text() but then you fail to use it correctly by trying to assign it to a pointer.