PDA

View Full Version : Error building GUI in Qt Project



eazydammy
8th November 2016, 23:57
I'm new to Qt please!

I created 3 UI files using the Qt Designer. After building the project and running, only one is showing. I'm likely mixing up things somewhere. I need to view the 3 GUI files. I'll appreciate your guidance, please!

time
16th November 2016, 19:02
Maybe you need to show the window? void QWindow::show() (http://doc.qt.io/qt-5/qwindow.html#show)
And you can show your code here, will be easier to find the bug