python - PyQt move vertical scrollbar location in QGraphicsView -


i have qgraphicsview in qtabwidget tabs on left. want move location of vertical scrollbar of qgraphicsview left side, directly underneath tabs. possible?

you try setting layout direction on graphics-view:

    self.view.setlayoutdirection(qtcore.qt.righttoleft) 

Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -