Qt Code:
{ int r = rand() % 256; int g = rand() % 256; int b = rand() % 256; }To copy to clipboard, switch view to plain text mode
Qt Code:
{ int r = rand() % 256; int g = rand() % 256; int b = rand() % 256; }To copy to clipboard, switch view to plain text mode
Bookmarks