From 164dbfaa915c6503c33254f10d179421797b5e40 Mon Sep 17 00:00:00 2001 From: Ethereal Date: Sun, 16 Jan 2011 13:39:00 -0700 Subject: [PATCH] Unfortunately, a QGraphicsView will not work. I stress-tested a QGraphicsView with 40,000 elements, and even with all optimizations enabled, the best framerate produced is roughly 3 FPS. Not good enough, so I will simply have to write my own as usual. --- visualizer/src/visualization/RenderWidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/visualizer/src/visualization/RenderWidget.cpp b/visualizer/src/visualization/RenderWidget.cpp index bf05f03..50a9aee 100644 --- a/visualizer/src/visualization/RenderWidget.cpp +++ b/visualizer/src/visualization/RenderWidget.cpp @@ -22,7 +22,5 @@ RenderWidget::~RenderWidget() { } - - } // namespace Visualization } // namespace Visualizer -- 2.11.4.GIT