How to call setMinimumWidth without a dock Widget resizing?
-
Hello, all! Currently, I am trying to set the sizes of each dock widget to be equal while still being able to decrease the width of the dock widgets after they are initially set. I had no problem setting the widths of each dock widget to be equal, as I was able to receive help from generous people on this forum (thank you to all who helped). However, I would like to be able to decrease their widths after setting the initial sizing. However, since the minimum width has been set, I cannot do this. I tried setting a new minimum width by calling setMinimumWidth(100) after calling setMinimumWidth(width()/2), but this decreases the initial size of the dock widget. How would I be able to keep the initial dock widget size while allowing it to have the ability to be resized later on?