How Can i add a new Group using QSettings??
my ini is this
Qt Code:
[sys_1] val1 = 10 val2 = 23 val3 = 23 [sys_2] val1 = 56 val2 = 2 val3 = 27 [sys_3] val1 = 84 val2 = 65 val3 = 12To copy to clipboard, switch view to plain text mode
i need to add [sys_4]..
Bookmarks