qt-interest@trolltech.com
[Top] [All Lists]

Re: Q3Canvas/Q3Rectangle update problem

Subject: Re: Q3Canvas/Q3Rectangle update problem
From: Dimitri
Date: Wed, 03 May 2006 22:17:35 +0200
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/

<Prev in Thread] Current Thread [Next in Thread>