How to access Window register entry
Unsolved
General and Desktop
-
this is just an experiment . I am trying to store some data in the windows Register entry . I face some problems,
- How to access windows register entry using QT.
2)If access also how i can create a new entry in that using QT.
3)I need the entry created by me should be able to modified by me (Eg: adding or deleting or editing of some data)
- How to access windows register entry using QT.
-
You should take a look at QSettings
-
You should take a look at QSettings
@Christian-Ehrlicher will there be any example program which makes me understand better the functionalities
-
A short example is in the section 'Accessing the Windows Registry Directly' in the link above.