Qt designer is included with maya. No need for a separate download and install.
navigate to your maya install directory and then you'll find a designer executable in the bin folder. something like C:/Program Files/Autodesk/Maya XXXX/bin/designer.exe (on windows) and as joe said... pyside is bundled with maya so no need for pyqt. all that's needed to import pyside in maya is from PySide import QtGui as qt from PySide import QtCore as qtc On Thursday, 14 April 2016 18:47:44 UTC-4, [email protected] wrote: > > Hi there, > > i have been looking into using qt designer to create my interface but it > seems a bit of a fuss to download and make work properly. > > is there not just an intermediate way. Not using cmds but something > intuitive to generate a simple but stylish interface for my program? > > Also if i did use something like pyQt to create my interface, does that > mean that if i try and run my program on a different machine, that machine > will need to have pyQt installed also. Not too sure how it works. > > Anyway if anyone knows of any cool new ways of creating a gui, i would > appreciate to know the best route to take. > > thanks, > 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/9d18a5d0-1d54-46f2-af87-8f48809202d6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
