QGraphicsScene(Item) QDockWidget change szie.
Unsolved
General and Desktop
-
QGraphicsScene has QGraphicsItems.
When you select these items with the mouse, the QDockWidget displays the x, y coordinate values of the selected item and information such as the width and height.
However, since the information provided by each item is different, the size of the DockWidget changes with each click of the item.
So when you press an item, one half of the screen is covered and one is too small.
Is there any way I can adjust the DockWidget size to the same size, but not the Fix size? Thank you
-