Quote Originally Posted by Lykurg View Post
QSettings should be the last option for storing a huge amount of characters (that's normally the case if you use multiple QTextEdit's). But simple take the content of your edits (returned as a QString) open a file and put the content there. For that you need QFile and probably QTextStream. Read the documentation on that. It isn't so hard.
In principal I know how it's done...but I'm a newbie on this and I get confused what files (.h, .cpp .ui and/or signals/slots) I need to edit/add to make this work. I know this is quite easy thing to do - in principal and most of u in practice 2 - but since I've never done this I don't have the needed experience to do it from the scratch. That's why I'd need a short - yet complete example how to do it - instead of bits and pieces here and there

So if any1 knows a ready-made example - plz let me know. Me, I'm swamp in the net and haven't found a single example on this...

-cheers
qoo