hi

i have a QList :


Qt Code:
  1. QList<QString> str_list ;
  2.  
  3. 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 ?