Qt 6.11 is out! See what's new in the release
blog
How to generate multiple queries
-
-
Hi,
I would like to generate reports using 25 queries. This is my first time dealing with such a huge number of queries and I'm really confused about how to go about it. Could this be achieved within a single UI? Please I need assistance. Thank you. -
I think there's no limit to write queries in Qt just the way you write query in an DB browser.
-
@jsulm Yes SQL queries. But Is it possible to use just one LineEdit and a PushButton(as a search field) to perform all these queries and display in just single QTableWidget?