Hi,
I managed to create some databases, to create tables and put some data using "QSQLITE" driver. I can read and write data without problems.

What I want is to be able to get all databases names created with "QSQLITE". Can this be possible?
I try to get all databases names without succes.
Can someone provide me a simple Qt code that can do that?
Thank you.