View Single Post
Posts: 3 | Thanked: 0 times | Joined on Sep 2008
#1
HI!

I am trying to make zoom keys scroll in my PyQt application.

I have found lots of info about doing this in C++ and PyGTK but nothing on PyQt.

Is this even possible?

I know I have to set some kind of property of the gtk window but how do I do that for Qt application window from Python?