We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb86f8e commit 6fee35cCopy full SHA for 6fee35c
View.cpp
@@ -190,7 +190,8 @@ void View::Init()
190
{
191
setFrameStyle(QFrame::Plain | QFrame::NoFrame);
192
193
- mGraphicsView.setCacheMode(QGraphicsView::CacheBackground);
+ //mGraphicsView.setCacheMode(QGraphicsView::CacheBackground);
194
+#warning assess if SmoothPixmapTransform is neccessary / impacts performance
195
mGraphicsView.setRenderHints(QPainter::SmoothPixmapTransform | QPainter::Antialiasing);
196
mGraphicsView.setDragMode(QGraphicsView::RubberBandDrag);
197
mGraphicsView.setOptimizationFlags(QGraphicsView::DontSavePainterState);
0 commit comments