Hi all,

In the example "customcompleter":
qtsdk-2010.02/qt/examples/tools/customcompleter
everything works nice but, when I add just this line:
Qt Code:
  1. setLayoutDirection(Qt::RightToLeft);
To copy to clipboard, switch view to plain text mode 

to textedit.cpp to make it right to left, QCompleter appears in a wrong position. (not where we expect)
here's an image of wt happens:
Screenshot-Completer.png
any idea?!