Hi!

I use QTextEdit in which i load a QTextDocument (Qt 4.1.4). Now I want that my document
is behawing like this:

- when i hit enter that the new location of the cursor is not the beginning of the line
but the begining of the paragraph in which i hit enter

- that i could click anywhere in the QTextEdit and the cursor will appear exactly there
and not related to the text.

Is there a quick way, any properties setting or anything like that to do this?

Thank you for your help.