I just made my transition to Qt 4.3. Some of the features that I have seen are great, however, it's quite a jump from Qt 3.3 which I used to code in before.
Could anyone suggest me how could I search the QListView which has the model as QStringListModel for a regexp.
Actually, I want to produce the effect like that of the Qt Assistant side bar where you can search. Moreover I need to scroll in the listview to the item which I think I can achive with teh scrollTo() function.
Any help on using findchildren(QRegexp) to find the items in the QListView will be appreciated.
BTW, MVC is great![]()
Bookmarks