Just a wild guess, does it make any difference if you combine the alignment with Qt::AlignAbsolute?
Qt Code:
editor->setAlignment(Qt::AlignRight | Qt::AlignAbsolute);To copy to clipboard, switch view to plain text mode
Just a wild guess, does it make any difference if you combine the alignment with Qt::AlignAbsolute?
Qt Code:
editor->setAlignment(Qt::AlignRight | Qt::AlignAbsolute);To copy to clipboard, switch view to plain text mode
J-P Nurmi
golnaz (30th December 2008)
Bookmarks