Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 03:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Qt/ShowEvent (content was: "==Description== Small example (not doing anything actually) to show the use of the overwritten QWidget::showEvent() function to initialize the VTK widget when it is actually used, not directly in the constructor. File:ShowEvent.png ==ShowEventDriver.cxx== <source lang="cpp"> #include <QApplication> #include "ShowEvent.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); ShowEvent showEvent; showEvent.show(); return app.exec(); } </source> ==Sho...")