i got an action in my menu;
connect(action, SIGNAL(triggered()), this, SLOT(action1()));
but when i executed the function my program always exited. how to solve this?
i got an action in my menu;
connect(action, SIGNAL(triggered()), this, SLOT(action1()));
but when i executed the function my program always exited. how to solve this?
Could be a multitude of things, but for starters: