PDA

View Full Version : Accessing Windows Registry



musaulker
29th March 2007, 00:13
How can I access windows registry? Read and write?

jacek
29th March 2007, 00:32
You can use QSettings to store your application's settings in the registry, but if you want to access arbitrary data, you will have to use win API or some other library.