QString RawText (ui->lineEdit->text());
QFile file(RawText & “.txt”);
if (!file.open(QIODevice::WriteOnly | QIODevice::Text))
return;
it work but it save it in the folder were the program as in.
↧