Jump to content

Editor plugins and Qt


photo

Recommended Posts

Is there a point of learning Qt at this point? I would like to write some plugins and port my editor tools from Unity, but I can read from posts that "We are working on removing Qt from the Editor's API" and also from the documention "This feature is an experimental and is not recommended". In addition to that Qt 5.12.3 is so outdated and even download links are dead. So what is actual state of plugins? I am interested in C++ plugins.

Link to comment

I found and downloaded Qt from their website and I compiled example plugin. Unfortunately I got slapped in the face again. It looks so awful. You have serious problems with entire editor, Qt and DPI scaling. This is unacceptable.

 

plugin_dpi.jpg

Link to comment

Yes, there is indeed some improvements that needs to be done in terms of better HiDPI support (including Qt and Editor widgets). In 2.17 I hope that runtime (engine widgets) would have some improvements in that field of area, but not sure about Qt and Editor. If we would have some time we will surely take a closer look into this.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...