Should I really call something the "empty box" problem?

This commit is contained in:
BasioMeusPuga
2017-11-11 09:49:08 +05:30
parent 28bfcc4f52
commit 690c63f002
3 changed files with 13 additions and 6 deletions

View File

@@ -49,11 +49,14 @@
<property name="movement">
<enum>QListView::Static</enum>
</property>
<property name="isWrapping" stdset="0">
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
<enum>QListView::Fixed</enum>
</property>
<property name="layoutMode">
<enum>QListView::Batched</enum>
<enum>QListView::SinglePass</enum>
</property>
<property name="spacing">
<number>0</number>