hello everyone, so I have built this ui using qtDesigner and pyside . I launch the main window and I am trying to retrieve the values of my widgets, but it seems that they are not updated. They remain with the values the have when the window open. After a google search i saw in forum people saying to use .repaint() or .update() but it is not working for me. For example I have a widget named fingerLinks_spinBox, and I am trying the following:
controlMainWindow.ui.fingerLinks_spinBox.update() controlMainWindow.ui.fingerLinks_spinBox.value() (it is only 2 lines, so I didn“t use pasteBin, i hope it is ok) the value is not updated. what I am doing wrong? thanks -- 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/02463c0d-1761-463e-8212-d5ab72531334%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
