On Sun, Jan 21, 2018, 4:06 PM Tom Whitzer <[email protected]> wrote:
>
>
> Hey Everyone,
>
> I am not sure if the syntax for working with Qt in Maya has changed. My
> scripts for creating windows in Maya are no longer functioning correctly.
> When I try to create a simple window using Qt in Maya nothing pops up. I
> can see that the object is being created in memory, though.
>
> Quick test code to create a window that worked for me in the past.
>
>
> from Qt import QtWidgets
>
> tempWindow = QtWidgets.QDialog()
> tempWindow.setWindowTitle("Temp Window")
>
Do you have a more complete example of what you are trying? This wouldn't
be enough to see anything.
> --
> 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/9bb677cb-1229-4bf2-8360-7a9136457241%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/9bb677cb-1229-4bf2-8360-7a9136457241%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
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/CAPGFgA3L25vQygwsDM3_4KdDXNPCYqafVi0Mz4WmUZLvENr%3DqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.