hi dawwin,
I know that only QApplication has such a requirement that it needs to be created before any other UI object.
There is nothing like this in the docs about QCoreApplication.
Regards,
wladek
hi dawwin,
I know that only QApplication has such a requirement that it needs to be created before any other UI object.
There is nothing like this in the docs about QCoreApplication.
Regards,
wladek
One second is long, everything longer than two seconds is definitely too long.
The application object is the one responsible for the event loop.
You can create QObject before the QApplication / QCoreApplication but you wont be able to use events or signal slots.
But writing / reading from a file should not be a problem.
==========================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.
Bookmarks