Does Qt support portable getopt()-like functionality? I'm trying to write up a server application that uses just the core and network modules (not the gui or event loop), and would greatly benefit from the unix getopt() functionality... but would rather not be restricted to unix. Thanks!