PDA

View Full Version : How to read key from registry



sawerset
9th December 2008, 20:48
I need to reed some keys from registry. How It can be done with Qt.

jpn
9th December 2008, 20:58
See QSettings. Make sure to read the detailed description. There is an example how to access registry directly.