PySide and PyQt is what you use in Python to write GUIs using a framework called "Qt".
The graphical portion of Maya, Nuke and others are mostly written using Qt, but in C++ which is its native interface. Everything you them do is that you can also do with the Python bindings; either PyQt of PySide, which is just two different implementations of the same thing and are mostly identical in how you use them. Have a look at the main website for all the goodies! - http://www.qt.io On 4 November 2015 at 22:05, <[email protected]> wrote: > thanks a lot guys for the help, > > I've not heard of pyside, if it can create a nice interface with buttons > and sliders then thats good enough for me. I will check this out and give > pyqt a miss. > > thanks a lot > > Sam > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/5d449d8d-9608-4395-9510-770176d0a687%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOA1e0a%2Byr8_eHjkhTW0F5vhfKQOUO%3Dpqvt6cbi_%3DeRxfA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
