Users list with database?
Unsolved
General and Desktop
-
Hi! My name is Carlos, i'm developing a project with Qt5.5 and I don't know how to do the following: I want to have a list where the users located in a database are shown (Over 800 users) and I want it to be able to filter the users.
Hope you can help me.
Carlos. -
@cxam said:
to filter the users.
hi and welcome
In what way do you want to filter them ?
normally u could do it with the SQL. simply only select the ones u want.
http://doc.qt.io/qt-5/examples-sql.html -
@cxam
Ok, it sounds like you can do it directly via SQL.
http://dnndev.com/learn/guide-legacy/sql-for-beginners/filtering-data