Hi,
<div><br></div><div>There&#39;s a problem i am facing. I have defined a horizontallayout in which i have added 2 widgets (can be seen in the image attached) here&#39;s the code snippet:</div><div><br></div><div><div>mainWidget = QtGui.QWidget()</div>
<div>horizontalLayout = QtGui.QHBoxLayout()</div><div>horizontalLayout.addWidget(PanelWidget())   #PanelWidget is the left one in image</div><div>horizontalLayout.addWidget(DragWidget())    #DragWidget is the right one</div>
<div><br></div><div>Now i want to add a QTextedit object from another class into my DragWidget class so that i can see it in my DragWidget layout pane. How can i show it in my DragWidget class. </div><div><br></div><div><br>
</div><div>I can send the code if needed. Please help out.</div><div><br></div><div><br></div></div>