Hello,

I'm simply using the Designer to create a window. When I call setupUi(this) there are a few warning messages appearing.

Qt Code:
  1. QObject::moveToThread: Current thread (0204C070) is not the object's thread (003FEF78).
  2. Cannot move to target thread (003FEF78)
To copy to clipboard, switch view to plain text mode 

They come when Qt loads it's image plugins but at this point only the main thread exists ... so how to prevent these warnings? Am I doing something wrong?

Thanks