onPushButton(Login Button), code redirects to mainWindow where my main UI will be.
Unsolved
General and Desktop
-
I am wondering how I can redirect my code into mainWindow.cpp where my main program will be located after the user clicks on the "login" button(onPushButtonClick). Currently when the user pushes the button it opens the second widget but it stays at the smaller size equivalent to the login window, so how can I redirect the code in mainWindow UI so after they click "login" it opens a new window at the correct size as my MainWindow.ui.
-
Hi
Do you mean to put the MainWindow into a stacked widget ?
So instead of being a window, it goes inside ?It sounds like you want to show it as normal ( as a big window) so why put it inside the stacked window`?