Qt Code:
{ qDebug() << data; }To copy to clipboard, switch view to plain text mode
What I want is "lll-", "###"
The result is "lll", "-###"
What should I do?Thanks
Qt Code:
{ qDebug() << data; }To copy to clipboard, switch view to plain text mode
What I want is "lll-", "###"
The result is "lll", "-###"
What should I do?Thanks
Bookmarks