Re: QList resize manually
Are you talking about QListView (or QListWidget)? QList is not a GUI component, it's a generic container class.
Re: QList resize manually
You're right!
Sorry, I'm new in Qt...
:-(
I'm using QListWidget... if it's a container it's not possible to resize it manually from the GUI? How can I do it?
Thanks Annalisa
Re: QList resize manually
Your description "dragging and resizing from the left side" sounds like you'd like to place the list and stacked widget both into a QSplitter.
Re: QList resize manually
Exactly!
Thanks a looooooooooooooot!!!!
:cool: