I have a QStackWidget
with 2 pages. One page contains just 2 QLineEdit
widget and another page contains a large QTextEdit
. Does anyone know how to make one page larger than another so that the window still fits tightly for each page? In the Qt Designer, the QStackWidget
has to take the larger size in order to first the QTextEdit
, but then the page with the QLineEdit
widgets would be way too big.
Thanks