Hi jacek,
Qt Code:
#include <QChar> somefunction() { ... int n = name.length(); while (!isDigit(name[n]) && name[n] != '-' && n > 0) n--; .. }To copy to clipboard, switch view to plain text mode
Hi jacek,
Qt Code:
#include <QChar> somefunction() { ... int n = name.length(); while (!isDigit(name[n]) && name[n] != '-' && n > 0) n--; .. }To copy to clipboard, switch view to plain text mode
Bookmarks