I have an application (written in Python and PyQt4 for Maemo) which produces a long list as output. To present it nicely to the user, I am using QtWebKit.
I would like the user to be able to click+drag to scroll the page. How can I achieve this?
I have an application (written in Python and PyQt4 for Maemo) which produces a long list as output. To present it nicely to the user, I am using QtWebKit.
I would like the user to be able to click+drag to scroll the page. How can I achieve this?