hi
i have a QList :
Qt Code:
QList<QString> str_list ; str_list << "one" << "two" << "three" << "four" << "five" ;To copy to clipboard, switch view to plain text mode
now, how can i set a string on a label Randomly With each click a button ?
Bookmarks