i have the same problem :/ someone help me please
Unsolved
General and Desktop
-
Hello!
I think, this issue is related to your
UI
form class. It should beQMainWindow
instead ofQDialog
. Please check out theUI
form for this window.
Also, click on follow symbol under cursor (context menu) for#include "ui_mainwindow.h"
to verify this is exactly theQMainWindow
object and notQDialog
.