PDA

View Full Version : how to adjust the size of QListWidget based on the data given?



Choti
13th May 2016, 10:41
Hello Everyone,


I am working with QListWidget for sending data from my file. I have total five push buttons and and contains different data. When I click on checkALL button I get the output on QListWidget. Now I need to adjust the size of the listwidget based on the data given. For example List1 has some data which is very lengthy and list 2 has data with some less data now my list widget should get adjusted based on the longest information.
It would be great if someone can help me with this.


Thank you :)