[vtkusers] Example VTK with Qt

David Doria daviddoria at gmail.com
Fri Aug 17 08:09:50 EDT 2012


On Fri, Aug 17, 2012 at 8:00 AM, agatte <agatakrason at gmail.com> wrote:
> Hi,
> When specify a file : const char* filename = "file.vtp";
> It works well.
> But I need to make a qui to choose a file :
>
> I am trying :
>
> SimpleView::SimpleView()
> {
>   this->ui = new Ui_SimpleView;
>   this->ui->setupUi(this);

Write 'filename' to the screen and see what is it, then make sure that
that file exists.

David



More information about the vtkusers mailing list