[vtkusers] QT + VKT + ITK + VS2008

John Drescher drescherjm at gmail.com
Thu Apr 28 10:00:38 EDT 2011


On Thu, Apr 28, 2011 at 9:53 AM, Rashid Tanweer <quantum_cook at yahoo.com> wrote:
> Why dont you use QVTKWidget ?? It will get rid of your console...and will
> run QT application with VTK embedded in it just like any other QT Widget.
>

That does not get rid of the console on windows. The default CMake
options create a console application on windows. When the application
starts a command shell pops up along with the GUI. Setting the WIN32
option for ADD_EXECUTABLE gets rid of this console.

John



More information about the vtkusers mailing list