I was under the impression that the model classes would monitor the data assigned to them, guess I was wrong. According to what you said, I would just have to use a timer and write something like this?
Qt Code:
void timerEvent()( { mod->select(); }To copy to clipboard, switch view to plain text mode
Do I need to set the model to refresh the view? Thank you.
ps. this is very strange..... the above code will actually erase the view (ie. the header columns) for some reason.




Reply With Quote



Bookmarks