Heheh... well, it's not something that we're working on at core right now... =) But it's definitely a good idea. I'd love to see if anyone can come up with something that we could incorporate in.
As an aside, we've had some pretty strict quality requirements when it comes to the RIA-AJAXy features of qcodo. For example, with the drag and drop, notice how the drag and drop features allow for the mouse to leave the browser window completely while dragging and dropping (the example at <http://examples.qcodo.com/examples/advanced_ajax/scrolling.php> illustrates this the best), and that this is supported in all three major browsers (IE, Firefox and Safari). We looked at incorporating many of the good js/ajax frameworks out there, but b/c of very minute but still quite significant quality issues (like what happesn to the scrolling or the dragging and dropping if/when you're mouse goes of the browser window, or better yet, when you let go of hte mouse button while the mouse is no longer over the window, but then bring the mouse back onto the window). Note that if you tried to do something like that with Yahoo!, Open Rico, scriptaculous, etc., the drag/drop would just stop working. Note that this isn't the case in real desktop gui apps, like word, etc.
Basically, the entire way we've incorporated object wrappers in the DOM through the HTML renders in each QControl is what allows for true GUI-like RIA mousing capabilities that we have now. It does take a *lot* longer to build it out with this quality, but we think in the end it's worth it.
So in short, it's probably not too difficult to simply add resizable panels and such. But to do it in a way that makes it truly like a desktop GUI app will take a lot longer ;^) it's not the 80/20 rule, it's more the 95/5 rule -- where that last 5% of functionality will really take 95% of the time.
So with that in mind, yes -- it is something we'd like to see. And if people have contributions for it, we'd love to chat. But in terms of something like that in core, we would have just as strict quality requirements... and eventually (maybe months down the road), if no one steps up, we might take a crack at it.
But in terms of JS-AJAX functionality to add, the shiftable controls functionality is something that is likely higher on the list for us.