<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-CA link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hi all,</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have 2 questions related to the integration of QVTKOpenGLWidget into Qt Designer and sizing policy, I seek your help.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>First of, I’ve installed both 32/64-bits of Qt 5.10.1 onto my Windows 10 environment. I am using Visual Studio 2015 Enterprise edition, CMake 3.11.2, and vtk 9.0. Everything was compiled as 32bit application.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Question #1: </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>In order to integrate QVTKOpenGLWidget into Qt Designer, I had to copy QVTKWidgetPlugin.dll/pdb into a path that’s accessible to Qt Designer. There is no QVTKOpenGLWidgetPlugin.* as far as I can tell. In Qt Designer, I do have access to QVTKWidget but not QVTKOpenGLWidget.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The generated .ui file hence contained QVTKWidget and I had to manually edit the .ui file to replace QVTKWidget with QVTKOpenGLWidget.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is this the correct way of doing things?  Is manual editing required?</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Question #2:</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I tried to follow VTK/Qt examples such as <a href="https://lorensen.github.io/VTKExamples/site/Cxx/Qt/ShareCameraQt/">https://lorensen.github.io/VTKExamples/site/Cxx/Qt/ShareCameraQt/</a>.  Suppose I have generated a Qt app based on QMainWindow, with a QWidget as the centralWidget and a QVTKOpenGLWidget on top of the centralWidget (as seen on the example above).  This was accomplished using Qt Designer and the resulting .ui file resembles to the example above.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>While it works, I am having difficulties in setting up the size policy.  In short, no matter what sizePolicy I set to both (or either) the QWidget and QVTKOpenGLWidget, their sizes are fixed. If I maximize the window, the QVTKOpenGLWidget does not maximize.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Can anyone shed some light into this issue?  I can attach the .ui file if it is appropriate.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Any help is very much appreciated,</p><p class=MsoNormal><span style='color:#212121'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Arial",sans-serif;color:#212121'>--</span><span style='color:#212121'><o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Arial",sans-serif;color:#212121'>Elvis C.S. Chen, PhD, LEL</span><span style='color:#212121'><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>