Can mainwindow be the password input window ? what problems will it have?
-
i am using mainwindow to be the password input window, when login success, mainwindow hide, shows another window.
I wonder if this kind of design will bring some problems in the furture or not. Can anyone help, thanks. -
Hi and welcome to the forums
That should not be an issue using a main window for login even normally a QDialog class
would been used. However, since you do not seems to need the modal feature of QDialog, then
using a main window should be perfectly fine.