This one was a bit tricky. On GTK you just use the set_transient_for() method but that doesn't seem to exist for Qt. i've switched to the Dialog flag now, see this commit: https://github.com/xerxes2/panucci/c...357b541ce8c044
Haha, yeah I forgot to add a scrollarea to the settings dialog, fixed it now.
Hmm, I don't think I'm using qstring no, maybe I should? Actually this was the first time I heard about it. First I can say to you that you probably can't use files with the old 8-bit iso encoding. UTF-8 should work fine though afaik. Can you point me to a file with this problem?