--
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_m...@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.
On Sun, Jan 21, 2018, 4:06 PM Tom Whitzer <tjwh...@gmail.com> 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 QtWidgetstempWindow = 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 python_inside_maya+unsub...@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.
--
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+unsub...@googlegroups.com.
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.
My bad, here is a link to a script that was working for me before.
On Sun, Jan 21, 2018 at 12:13 AM, Justin Israel <justin...@gmail.com> wrote:On Sun, Jan 21, 2018, 4:06 PM Tom Whitzer <tjwh...@gmail.com> 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 QtWidgetstempWindow = 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 python_inside_m...@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.
--
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_m...@googlegroups.com.
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.
--
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_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKGAQ_CGXjYJWZoteDi%3DdTAePw2LiWwhs6Ap%2BuV0GwinFYQm5w%40mail.gmail.com.
On Sun, Jan 21, 2018, 7:01 PM Tom Whitzer <tjwh...@gmail.com> wrote:My bad, here is a link to a script that was working for me before.So do you ever call show() on this widget in the example of how you use it?Also your script has a typo when calling deleteUI:
On Sun, Jan 21, 2018 at 12:13 AM, Justin Israel <justin...@gmail.com> wrote:On Sun, Jan 21, 2018, 4:06 PM Tom Whitzer <tjwh...@gmail.com> 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 QtWidgetstempWindow = 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 python_inside_maya+unsub...@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.
--
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+unsub...@googlegroups.com.
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.
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+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKGAQ_CGXjYJWZoteDi%3DdTAePw2LiWwhs6Ap%2BuV0GwinFYQm5w%40mail.gmail.com.
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2%2BXwgMZ8FUVFYRY7JXUZytrWk5GaCsPf-pHcf5MEWNwA%40mail.gmail.com.
I was doing quick tests with it as I was figuring out the look for the window. I would call show() in Maya's script editorimport Hand_Rig_UI as hra = hr.HandRig()a.show()
On Jan 21, 2018 1:05 AM, "Justin Israel" <justin...@gmail.com> wrote:
On Sun, Jan 21, 2018, 7:01 PM Tom Whitzer <tjwh...@gmail.com> wrote:My bad, here is a link to a script that was working for me before.So do you ever call show() on this widget in the example of how you use it?Also your script has a typo when calling deleteUI:
On Sun, Jan 21, 2018 at 12:13 AM, Justin Israel <justin...@gmail.com> wrote:On Sun, Jan 21, 2018, 4:06 PM Tom Whitzer <tjwh...@gmail.com> 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 QtWidgetstempWindow = 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 python_inside_m...@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.
--
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_m...@googlegroups.com.
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.
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_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKGAQ_CGXjYJWZoteDi%3DdTAePw2LiWwhs6Ap%2BuV0GwinFYQm5w%40mail.gmail.com.
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2%2BXwgMZ8FUVFYRY7JXUZytrWk5GaCsPf-pHcf5MEWNwA%40mail.gmail.com.
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKGAQ_DjjA9V%3Dn5WGtHRc%3DfCd20HEOb5OTH84YLyscusYzTR8A%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsub...@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.
--
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+unsub...@googlegroups.com.
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.
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+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKGAQ_CGXjYJWZoteDi%3DdTAePw2LiWwhs6Ap%2BuV0GwinFYQm5w%40mail.gmail.com.
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2%2BXwgMZ8FUVFYRY7JXUZytrWk5GaCsPf-pHcf5MEWNwA%40mail.gmail.com.--
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKGAQ_DjjA9V%3Dn5WGtHRc%3DfCd20HEOb5OTH84YLyscusYzTR8A%40mail.gmail.com.
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1tqmbkE3%3D_077Wcne-%3DYtmBijsH7dOBRO9C-fHeqHTDQ%40mail.gmail.com.