|
|
On Feb 11, 2008 12:44 PM, Keith Esau <keith.esau@xxxxxxx> wrote:
> You are correct, QDockWidget can only be docked in a QMainWindow because
> QMainWindow is the only widget with docking capabilities built in. It really
> doesn't make sense to dock it in anything else.
>
> Keith
> **Please do not reply to me, reply to the list.**
>
>
>
> On 02-11-2008 11:40 AM, "Roy Donaldson" wrote:
>
> > I'd like to be able to dock a QDockWidget inside of a custom widget
> > (preferably, complete with the animation available in the QMainWindow
> > implementation). Does anyone know of a way to allow a QDockWidget to
> > dock inside a widget that isn't a QMainWindow? It seems to me that
> > docking is only supported and available for QMainWindow widgets.
> >
>
Alright, I'll just have to play with it the longer way, then. Thanks
for the very quick response!
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|