How to access Window register entry
-
wrote on 20 Dec 2018, 11:26 last edited by
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
wrote on 20 Dec 2018, 11:36 last edited by@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.
2/4