How can I allow user resize on elements within the window using Qt designer?
问题 I want to allow a user using my application to be able to drag a boundary between two widgets in my window which will resize the two (i.e. you drag it down and the top one will get bigger while the bottom gets smaller, and vice-versa). Is there anything in Qt designer that will allow a user to resize an element in the window, within certain constraints? Thank you 回答1: What you're describing is called a QSplitter widget. In Qt Designer, you can create one by selecting 2 or more widgets , and