[Uml-devel] branches/work/soc-umbrello/umbrello

Gopala Krishna A krishna.ggk at gmail.com
Thu Aug 7 19:53:24 UTC 2008


SVN commit 843763 by gopala:

Enabled AntiAliasing option for the UMLView.



 M  +1 -0      umlview.cpp  


--- branches/work/soc-umbrello/umbrello/umlview.cpp #843762:843763
@@ -21,6 +21,7 @@
 {
     m_nZoom = 100;
     setAcceptDrops(true);
+    setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform);
     // [PORT] For now the following is used. Shd check for creation of
     // new scene later.
     setScene(new UMLScene(f));




More information about the umbrello-devel mailing list