[vtkusers] Busted Qt Examples

Takuya OSHIMA oshima at eng.niigata-u.ac.jp
Mon Mar 29 11:57:53 EDT 2010


Hi Scott,

I once had the ui_*.h not found problem as well regarding the Qt
examples on the wiki under Ubuntu 9.10, CMake 2.8, VTK 5.4.2, if I
remember correctly. I somehow needed to add

INCLUDE_DIRECTORIES("${PROJECT_BINARY_DIR}")

to CMakeFiles.txt. Not sure about the missing icon though.

Takuya OSHIMA, Ph.D.
Faculty of Engineering, Niigata University
8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN


From: "Scott Johnson" <Scott.Johnson at neuwave.com>
Subject: [vtkusers] Busted Qt Examples
Date: Mon, 29 Mar 2010 10:00:41 -0500

> Hi Folks,
> 
> I was looking at using Qt to build a UI which has 3 resliced displays (Axial,
> Coronal, and Sagittal), and a render display.  I grabbed the
> SideBySideRenderWindows example, but can’t get it to build.  It’s missing the
> ui_SimpleView.h file.  If I load SimpleView.ui into Qt Designer, it also calls
> out a missing icon file.
> 
> Any pointers as to where to find those files?
> 
> Thanks
> 
>                                 -- Scott
> 


More information about the vtkusers mailing list