Program output not shown on screen
-
I am developing an application using Qt 5.6 on a desktop computer running openSUSE 42.3, KDE desktop, using Qt Creator 4.3. When building and running the program inside the creator, it seems to work fine. However, if I copy the output to another directory, or to another computer running the same version of Linux, nothing shows up on the screen! The program is running because it creates a database file that it is supposed to. Then, when I reboot any of the computers, after the desktop closes, I can see and interact with the program.
What am I doing wrong?
-
Oh, never mind! I was changing the title of the main window before it was shown and using the slot as a means of triggering the query to fill the tableview. Back to the drawing board.