Quote Originally Posted by zlatko
sorry i used qt3 ...but i think next code will be helpful

Qt Code:
  1. QTextCodec *m_pCodec = QTextCodec::codecForName("CP1251");
  2.  
  3. // get data from recordset
  4. QString str = m_pCodec->toUnicode(query.value(0).toString());
To copy to clipboard, switch view to plain text mode 
Thanks for example!