my Qt application requires to store the menu information (submenus, menuitems, shortcut keys, etc), to persist across sessions.
Can you please suggest efficient way to store this in file?
And how efficient QSetting is, in storing hierarchical data (without repeating the same info) ?
Thank you.