<br><br><div class="gmail_quote">On Mon, May 26, 2008 at 2:53 PM, Oszkar Ambrus &lt;<a href="mailto:oszkar.ambrus@deri.org">oszkar.ambrus@deri.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, there,<br>
<br>
I&#39;m developing an application extensively based on Plasma, and I&#39;ve been<br>
trying to adapt it to the new changes.<br>
I would have two questions, if this is the place to ask them. (I&#39;m<br>
really sorry, if it&#39;s not)</blockquote><div><br>It&#39;s here ;)<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
1) One of the main problems is, that the null or &quot;&quot; default Containment<br>
is not created, and my custom applets wouldn&#39;t move or allow resizing.<br>
Should I develop a custom Containment? Can I find some documentation<br>
about it?</blockquote><div><br><a href="http://api.kde.org">api.kde.org</a> you have the documentation of containment. But you don&#39;t need a containment to resize an applet of course you can use it alone.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
2) When I use QGraphicsLayout (actually it&#39;s QGraphicsLinearLayout)<br>
inside an applet (for LineEdits and PushButtons), the application always<br>
crashes, when I remove that applet.</blockquote><div><br>You put embeeded widget with QGraphicsProxyWidget? If yes, you have to remove your applet from the scene before deleting it.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Thanks a lot,<br>
Oszkar<br>
<br>
<br>
_______________________________________________<br>
Panel-devel mailing list<br>
<a href="mailto:Panel-devel@kde.org">Panel-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/panel-devel" target="_blank">https://mail.kde.org/mailman/listinfo/panel-devel</a><br>
</blockquote></div><br>