Hello,

This is my first serious project in Qt and I am hitting a minor roadblock on two things (Though issue number two is for a separate thread!).

Essentially, I have a form set up that it takes data from two lineEdits and puts them in an SQLite database. This works as expected though getting the information back out is a challenge.

I am currently sending a query of "select * from table;" by the query.exec(); but I only get the first entry.

If anyone has any pointers or relevant documentation, I would greatly appreciate it.

Thank you