Hello,
I want to assign a variable from lineedit but cant. For example:
Qt Code:
ofstream file("file.txt"); file << ui->LineEdit->text(); //this is not work. << ui->LineEdit; // this is write a thing like "00FD7" into the file. I hope its memory address?To copy to clipboard, switch view to plain text mode
thanks for helps
Bookmarks