got it sorted late last night it came down to using a QDialog instead ofa QMainWindow. as soon as I switched it to a main window, it all worked fine
On Sun, Jul 30, 2017 at 12:33 AM, Marcus Ottosson <[email protected]> wrote: > Would it be possible to provide a small example? > > On 30 July 2017 at 01:36, Todd Widup <[email protected]> wrote: > >> ok bit more info on this...its not from the hiding/showing of the >> elements. as I switched to a tab layout for the parent, and it still >> happens >> >> >> >> On Thu, Jul 27, 2017 at 9:02 PM, Todd Widup <[email protected]> wrote: >> >>> I have a treeView that I use to select parts of a rig system. >>> >>> when an item is selected, the current properties are hidden and that >>> items properties are shown >>> >>> for some reason, once the properties get hidden, they are no longer >>> editable, except for one widget. >>> >>> all the items for the properties are contained as the children of one >>> QWidget and thats what gets hidden and shown. >>> >>> any ideas what is causing this bug? >>> >>> -- >>> Todd Widup >>> Creature TD / Technical Artist >>> [email protected] >>> >> >> >> >> -- >> Todd Widup >> Creature TD / Technical Artist >> [email protected] >> >> -- >> 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/ms >> gid/python_inside_maya/CABBPk35HvT6eR-1CXYs2zWA%3DYc%2BzbYys >> E9UkWTvFDZ44fqtr4w%40mail.gmail.com >> <https://groups.google.com/d/msgid/python_inside_maya/CABBPk35HvT6eR-1CXYs2zWA%3DYc%2BzbYysE9UkWTvFDZ44fqtr4w%40mail.gmail.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/CAFRtmOBi0%3D3jjj%3Domu2BXRXo8VFChW1a-dyc3Fe% > 3DBFtdy7iHcQ%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBi0%3D3jjj%3Domu2BXRXo8VFChW1a-dyc3Fe%3DBFtdy7iHcQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Todd Widup Creature TD / Technical Artist [email protected] -- 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/CABBPk36jH6tDwpiFaTufxq%2B8btmsiy_S1jiGzz%2B%2Bb939wgddsQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
