Hello

i have a QTableWidget and a QlistWidget..
im implementing a search function like i Qt Designer.
When the user types something in the textbox items in QTableWidget and QlistWidget will be filtered..

how can i add wildcard searching functionality to my search function...
can someone post a code sample

thanks..