QTTable refresh.
[email protected] (NRumalla)
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Organization | http://groups.google.com/ |
| Message-ID | <[email protected]> |
Hi, I am using QTable to update the output of a process in a tabular format. When I invoke 'setText' method table doesn't get re-painted even after I call either 'updateContents' or 'repaintContents' or both. But the table gets re-painted when some physical event happens in that window, like moving the mouse, etc. Would appreciate any help in fixing this or making me understand what I am missing to do. Thanks, Naveen.