thanks Justin, much appreciated On Thu, Jul 9, 2015 at 1:21 AM, Justin Israel <[email protected]> wrote:
> Take a look at QSplitter. It is made for laying N number of widgets, > vertically or horizontally, with adjustable splitter bars between them. > > http://doc.qt.io/qt-4.8/qsplitter.html > > On Thu, 9 Jul 2015 5:01 PM Todd Widup <[email protected]> wrote: > >> hey guys.. >> thinking about incorporating an adjustable sections in this GUI..to allow >> the user to stretch one treeView out a bit more. is there anything built >> into PySide for hanlding this or would it be the following : >> >> create button >> create a mouseEvent to register the mouse movement and then adjust the >> side of the panel based on that >> >> I am currently not using a layout as I couldn't find any that would match >> what I needed. >> >> cheers >> -todd >> >> -- >> Todd Widup >> Creature TD / Technical Artist >> [email protected] >> [email protected] >> www.toddwidup.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/CABBPk36LChGytWnDhO6QKOn-aLb2A-nrv5CtJ%2BuNW2E%3Dfhb-Cw%40mail.gmail.com >> <https://groups.google.com/d/msgid/python_inside_maya/CABBPk36LChGytWnDhO6QKOn-aLb2A-nrv5CtJ%2BuNW2E%3Dfhb-Cw%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/CAPGFgA26FD7csb4q_o1%2Bs1nHALCKHmuZhBWMcVJ6b2dUTDRV9Q%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA26FD7csb4q_o1%2Bs1nHALCKHmuZhBWMcVJ6b2dUTDRV9Q%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] [email protected] www.toddwidup.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/CABBPk36mn5HbOQgGQq3J6qqqk8nesay3GLYxtohErEOC4SHXhw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
