QListView:如何在底部添加动态填充?

时间:2018-02-19 11:57:55

标签: qt qwidget qlistview

我的QListView有不同类型的项目,具体来说它有section个分组下面的其他项目,如:

enter image description here

我需要的是能够将QListView滚动到只有最后一个部分可见的点,例如:

enter image description here

基本上,我需要在底部有一些间距,动态为height = listView.viewPort().width() - lastSection.height()

如何通过Qt实现这一目标?

0 个答案:

没有答案