Popular recipes tagged "pyqt" but not "pyside"http://code.activestate.com/recipes/tags/pyqt-pyside/2014-10-17T10:40:48-07:00ActiveState Code RecipesUsing QMacCocoaViewContainer on PyQt4 (Python)
2014-10-17T10:40:48-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/578951-using-qmaccocoaviewcontainer-on-pyqt4/
<p style="color: grey">
Python
recipe 578951
by <a href="/recipes/users/668964/">Keisuke URAGO</a>
(<a href="/recipes/tags/pyqt/">pyqt</a>).
</p>
<p>This code is QMacCocoaViewContainer on PyQt4 example.</p>
PyQt4 pressed modifier keys names as method argument by a decorator (Python)
2013-09-29T14:13:04-07:00TNThttp://code.activestate.com/recipes/users/4187961/http://code.activestate.com/recipes/578675-pyqt4-pressed-modifier-keys-names-as-method-argume/
<p style="color: grey">
Python
recipe 578675
by <a href="/recipes/users/4187961/">TNT</a>
(<a href="/recipes/tags/keys/">keys</a>, <a href="/recipes/tags/modifier/">modifier</a>, <a href="/recipes/tags/pyqt/">pyqt</a>).
Revision 2.
</p>
<p>This is a definition of a decorator function that checks which modifier keys are being pressed and adds a keyword argument to a method. This argument is a tuple of names (strings) of the modifier keys that have been pressed when the method was called (or triggered).</p>
Using proxy connection for QWebView (Python)
2009-10-02T02:32:51-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/576921-using-proxy-connection-for-qwebview/
<p style="color: grey">
Python
recipe 576921
by <a href="/recipes/users/668964/">Keisuke URAGO</a>
(<a href="/recipes/tags/browser/">browser</a>, <a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/pyqt/">pyqt</a>, <a href="/recipes/tags/qt4/">qt4</a>, <a href="/recipes/tags/web/">web</a>).
Revision 4.
</p>
<p>QWebView is powerful web browser. This script can use a http-proxy host.
Log file name is minibrowser.log in same directory.</p>