Qt-interest Archive, August 2006
keyboardSearch
Message 1 in thread
When I call QTableView::keyboardSearch(...), nothing seems to happen. The
minimal documentation
http://doc.trolltech.com/4.1/qabstractitemview.html#keyboardSearch
doesn't indicate how I'm even supposed to tell it what column I care about
searching in. When I look at the source, I find that it seems to be
checking out key press times, which seems bizarre to me given that I'm
handing it a whole string, not one character at a time. It also seems to be
referring to data in the member d, to which I have no access. Does this
mean I'm not really supposed to be calling this function? I'd like it to
behave as documented. Heck, I wish it were a slot.
Has anyone successfully used this function? What is its story?
Nathan
--
[ signature omitted ]