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")

-- 
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 python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/9bb677cb-1229-4bf2-8360-7a9136457241%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to