Hi,<br><br>A QGraphicsWidget is embeded into Plasma::Applet through QGraphicsLinearLayout. When this QGraphicsWidget's size changes, how to get the applet's size adjusted accordingly? <br><br>The code snippet looks like:<br>
<br> child = new MyGraphicsWidget(applet);<br> layout = new QGraphicsLinearLayout(applet);<br> layout->setSpacing(0);<br> layout->addItem(child);<br> applet->setLayout(layout);<br><br><br>Regards,<br>--<br>Tiger<br>