Hi,
In my main window GUI I’m using the following code to show a popup window without creating a icon on the taskbar:
GUI...{
QDialog popup;
QMainWindow mainWindow(&popup);
mainWindow.show();
}
somehow it appears for half a second and then disappear.
anyone can help?
↧