QCompleter with a QLineEdit into QGraphicsScene
Unsolved
General and Desktop
-
-
Hi,
Which version of Qt is it ?
On which platform ? -
Tested with Qt 5.15.2 on MSWindows 10 and Ubuntu 20.04 LTS The problem is the same.
I forgot to say, I use QCompleter normally through the QLineEdit.m_textLineEditWidget->setCompleter(completer);
I think that the QListView used for completer is not managed by the Scene, and it s for that the scale of it doesnt operate.
Probably to fix it, I will need to create a ListView manually and Add it to the scene. :-/What do you think ?