Hello,

I'm working on a simple music player, and I can't deal with resizing. Namely, I have main window, in which I have QTreeWidget. Now, once I load some kind of data into that tree, it grows both horizontally and vertically. The problem is, that I want to force main window to resize itself each time I load data, so the window can present whole data horizontally (vertically not necessary). I just don't want to scroll on sides, just up and down.
I've been googling for this for quite some time now, and didn't find solution to my problem. Thanks in advance for help ; )