I want to implement a dialog which allows browsing for system and user ODBC datasources installed on the client. Apparently, there is no way to do this with Qt - or is there? Of course, one could just call the ODBC API function SQLDataSources(). But is this implemented in every platform that Qt supports?