Well, I found the problem.
The menu command for Designer has this syntax:
/usr/bin/qtchooser -run-tool=assistant -qt=qt5
I replace it with the path where is located designer:
/home/glafauci/Programmi/Qt/5.10.0/gcc_64/bin/designer
Now it work fine.
Thanks to all.