<br><br><div class="gmail_quote">On Wed, Mar 3, 2010 at 5:58 PM, Aaron J. Seigo <span dir="ltr">&lt;<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On March 3, 2010, Antony Loebs wrote:<br>

&gt; Hmm...I added the following<br>
&gt; def paintEvent(self, event):<br>
&gt;     size = self.geometry()<br>
&gt;     height = size.height()<br>
&gt;     self.resize(height * 4, height)<br>
&gt;<br>
&gt; But that doesn&#39;t work. Do I need to completely re-implement drawing the<br>
&gt; pixmap in paintEvent?<br>
<br>
</div></div>yes; which isn&#39;t hard (it&#39;s one call). and you don&#39;t want to be resizing<br>
yourself in the paintEvent (that has the potential for endless looping due to<br>
resize -&gt; repaint -&gt; resize..)<br></blockquote><div><br> <br></div></div><br>