I have created a QLabel which has as its parent a QVTKWidget, ie<br>QLabel *renderTitle = new QLabel(title, vtkWidget);<br><br>The label text does not render at all normally.  If I resize the windows and play around with their size it will eventually show some of the text, but it becomes garbled.<br>
<br>Do I need to perform some sort of update within some sort of event in order to have a QLabel within a QVTKWidget display properly?<br>