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/QImageToImageSource (content was: "This example demonstrates the use of {{class|vtkQImageToImageSource}}. See also the ImageDataToQImage example. ==QImageToImageSource.cxx== <source lang="cpp"> #include <QApplication> #include <QPixmap> #include "vtkSmartPointer.h" #include "vtkQImageToImageSource.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); QPixmap pixmap(10,10); QColor color(10,20,30); pixmap.fill(color); vtkSmartPointer<vtkQI...")