~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to plasma/view.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        q->setAttribute(Qt::WA_TranslucentBackground);
112
112
        q->setAutoFillBackground(true);
113
113
        q->setDragMode(QGraphicsView::NoDrag);
114
 
        //setCacheMode(QGraphicsView::CacheBackground);
115
114
        q->setInteractive(true);
116
115
        q->setAcceptDrops(true);
117
116
        q->setAlignment(Qt::AlignLeft | Qt::AlignTop);