In the following way: Qt Code: Switch view QString nomeFile; nomeFile = QString ( QDir::currentPath() + "/Export_%1.txt" ) .arg(QDate::currentDate().toString("yyyy-MM-dd")); QString nomeFile; nomeFile = QString ( QDir::currentPath() + "/Export_%1.txt" ) .arg(QDate::currentDate().toString("yyyy-MM-dd")); To copy to clipboard, switch view to plain text mode it works!!! thanks!
QString nomeFile; nomeFile = QString ( QDir::currentPath() + "/Export_%1.txt" ) .arg(QDate::currentDate().toString("yyyy-MM-dd"));
Forum Rules
Bookmarks