-
QDockwidget
Hi..
I want to use a QdockWidget ..but I still have a trouble..in my interface there are a graphicsView and a dockwidget.. when I reduce or move the qdockwidget I want that the graphicsview became lagest (to cover the Qdockwiget place.. )
any ideas?
thx
-
Re: QDockwidget
Are you using QMainWindow?
-
Re: QDockwidget
Yes I'm using QMainWindow..
-
Re: QDockwidget
what is the relation between main window and graphics view ? Have u set view as central widget of the main window ?
Also to give view the maximum area, u can hide the dock widget or shrink its size... cant u do that ?