@mpergand said in Qt Designer, QTextEdit, remove indentation:

try:

textEdit->document()->setDocumentMargin(0);

Yes! This works!
Thank you!