Quick question and i think I already know the answer, but I&#39;ll throw it out there.<div><br></div><div>Is it possible to display the same QWidget in different places?</div><div><br></div><div>--</div><div>Quick background.. I&#39;m making some plots using PyQwt.  These plots are connected to a &quot;play/pause&quot; tool bar with position slider to update the plot contents.  I&#39;ve changed my program flow such that one main toolbar to control the plots is not sufficient as they may now have data from different locations.</div>
<div><br></div><div>My idea was to create one toolbar to control each plot from the same group of plots, except I wanted to display the toolbar in each plot subwindow.  This way I could avoid having to make multiple connections all going back to the same place.</div>
<div><br></div><div>Now this means displaying the same widget in multiple locations on the screen at once (one within each plot child window).  Is it possible to display the same widget in different places?</div><div><br>
</div><div>I&#39;ve tried just adding the same object to a layout and it shows up only in one of the windows.  I&#39;ve also tried using a graphicsview/scene combination where I add the widget to the scene, but this yields an error reported to the console by QGraphicsProxyWidget saying that the widget was already added.</div>
<div>--</div><div>Any help would be much appreciated if it&#39;s possible.  But I think the answer is that the same widget cannot be shown in more than one location.<br clear="all"><br>Thanks,<br>Darryl
</div>