Hi, I have a question in regards on how the 'QDockWidget' works in 'PyQt/PySide'. I have an application that creates an instance of 'QMainWindow' and this one creates two 'QDockWidgets' in the bottom area.
I'd like them to be stacked upon creation but instead they appear next to each other. Once the application is running, I can drop one on top of the other but I'd like to stack them when they get created. Is that possible? Here is some mock up code: https://gist.github.com/davidmartinezanim/6c69ca5cca39f390f89a (I know this way of importing is bad practice but it just for the sake of the example) Do you have any ideas about how to get this working the way I want? -- David Martinez - Technical Animator Email: [email protected] Website: http://www.elusiveideas.com -- 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/CAMLeNpxZ-H_t3ewn_n%3Dc7X8ocihH6LGCQnfHJ%3DZZ283ZBbwXew%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
