views:

106

answers:

0

I am using PyQt4 for an application I only plan on using on macs. So I wanted to make it look more like a mac application. To do so I am trying to incorporate sheets and drawers instead of spawning other windows. I have got a drawer to come up but it comes up on the left side of the application.

Is there any way to make the drawer to come up on the right side of the application? As far as I can tell, Qt does not support this.