Hi;
How to restart an application.
Thanks.
Hi;
How to restart an application.
Thanks.
What do you mean?
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Naami (20th May 2010)
Hi;
I have Qt application and I need to restart their execution.
Thanks;
Create a script that waits till the current process finished, then start a new one.
Run the script when you close your program
Naami (19th May 2010)
Hi;
Thanks;
Resources allowed not free by this method!!
No, you have to take care of your resources and memory allocations yourself. There's no magic "release all my memory and allocations for me" as it doesn't know what is in use.
Hi;
I have an application that is based on plugins, after several uses, I just do not unload this plugin (QPluginLoader:: unload ()) which remains blocked.![]()
Nice.
Posted as answer here.
Hi all,
To repeat the loop I would rather call:
Or indifferently:
Qt Code:
To copy to clipboard, switch view to plain text mode
Otherwise the program appears to be exited immediately.
Cheers,
Alexandre
Hi to all, here I am. I'm looking for a easy solution on how to restart an application, I read something, consider I'm a novice, if anyone has a working sample would be great...thanks in advance
walter
Bookmarks