You can see Qt supports several command line parameters common to all Qt applications.
Thanks for your reply. I mean, how can I know what is being passed? I'm mentioning that there are arguments to be passed, but, what are they, and how many arguments are being passed?
Thanks for your reply. I mean, how can I know what is being passed? I'm mentioning that there are arguments to be passed, but, what are they, and how many arguments are being passed?
It's passing as many arguments as were on the "command line". In many cases there will be nothing beyond the first element (which is by convention the executable name).
Bookmarks