I want my program run without displaying GUI or Console, i tried like this:
In the constructor of MainWindow( inherited from QMainWindow), call the member function setVisible(false) or hide(), but that did not work.
how to hide mainwindow at program start up?
thks!