[wingide-users] Working with PyQt
Wing IDE Support
support at wingware.com
Sun Jun 3 17:54:59 MDT 2012
On 6/2/12 11:09 AM, Virgil Stokes wrote:
> I have just started with PyQt4 and currently trying some of the
> introductory tutorial examples.
>
> Are there any WingIDE shortcuts that can reduce the number of steps for
> creating *.py code from the Qt Designer?
> That is, the step (after saving the Qt Designer window in test.ui):
>
> d:\pythonCode> pyuic4 test.ui > test_ui.py
Wing supports writing and debugging PyQt code (just as it does pygtk,
wxPython, etc) but support for running the pyuic4 tool requires creating
a command in the OS Command tool to launch pyuic4. Once created, the OS
Command may be bound to a key binding.
Cheers,
John
More information about the wingide-users
mailing list