On Sun, 20 Mar 2005 21:37:44, Jeremy Sanders wrote:
> I keep hitting a strange problem with Qt. I don't think the problem's in
> my code! Any idea how I can avoid this?
>
> I have a document class which has a "dirty" flag. My output window (a
> QScrollView), checks the flag at intervals (using a Q
I keep hitting a strange problem with Qt. I don't think the problem's in
my code! Any idea how I can avoid this?
I have a document class which has a "dirty" flag. My output window (a
QScrollView), checks the flag at intervals (using a QTimer). If the flag
is set self.UpdateContents() is called.