Quote Originally Posted by wysota View Post
Don't make widgets that inherit QDialog. What's the point of doing that anyway? Have you tried inheriting QWidget instead
Yeap, QWidget worked . In the doc examples the one available for custom container widgets does inherit from QDialog. Anyway I don't really care QWidget is enough for my plugin.