Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 03:18, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Qt/RenderWindowNoUiFile (content was: "==Description== This is a very basic example that shows how to create a Qt window. Typically, one would want to design a form in the QtDesigner (this is shown in RenderWindowUi) File:Qt-RenderWindowNoUiFile.png ==RenderWindowNoUiFile.cxx== <source lang="cpp"> #include <QApplication> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <QVTKWidget.h>...")