Hello,

I'm very new to PyQt and I have 3 simple problem. But I can't make it work.

1- I want the QPlainTextEdit to stay RTL (with text-align right) at ALL TIMES unless I tell it to go LTR. Doesn't matter what kind of text is being entered.
2- How to change QPlainTextEdit font using QFontComboBox.
3- How to change QPlainTextEdit font point size using QSpinBox.

Thanks for your help.