Hi,
Ive verified that I have show() and the QBrush and
QPen's set properly. As I said it works properly when the
code is first brought up but I am missing something to
re-start the screen for my canvasrectangles (unless this
is a bug?).
Here's my QMainWindow subclass that restarts the view:
It would be worth comparing this code with the code that first brings up
the whole thing.
Try:
_canview->show();
instead of:
show();
--
Dimitri
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|