If I have this code in PyQt:
Qt Code:
  1. b.toStdString()
To copy to clipboard, switch view to plain text mode 
What is returned by toStdString? b is a QString. Also, is there a reference site for PyQt similar to the Trolltech Qt reference site (http://doc.trolltech.com/)?