Hello!Can you tell me,please,how to work with registry with Qt. Are there specially class or functions?I need working with registry's keys and attributes (for example, delete, create, etc.)
Printable View
Hello!Can you tell me,please,how to work with registry with Qt. Are there specially class or functions?I need working with registry's keys and attributes (for example, delete, create, etc.)
QSettings is what you're looking for.