Hi,
is there any way strip this
key=['5555','4444','5555']
to 555,4444,5555 ? When my program reads this settings from ini with using QSettings class it will procude a QStringList which has next items:
0 ['5555'
1 '4444'
2 '5555']
Hi,
is there any way strip this
key=['5555','4444','5555']
to 555,4444,5555 ? When my program reads this settings from ini with using QSettings class it will procude a QStringList which has next items:
0 ['5555'
1 '4444'
2 '5555']
Bookmarks