Please show the output you get from the qDebug() statements in UserEventLog::searchUserNameDateText as well as the data from your SQLITE database from something like:
Edit: Also, when you are debugging, are beginDate.isValid() and endDate.isValid() both true?Qt Code:
sqlite3 your.db "select * from userlogevents limit 20"To copy to clipboard, switch view to plain text mode
Bookmarks