Fixed a performance problem with a QListWidget while inserting and scrolling

main
mandlm 2015-10-26 20:51:36 +01:00
parent 37b5153d6a
commit aa61792911
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QListWidget" name="logView"/>
<widget class="QListWidget" name="logView">
<property name="uniformItemSizes">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="ErrorPlotter" name="errorPlotter" native="true">