Fixed a performance problem with a QListWidget while inserting and scrolling
parent
37b5153d6a
commit
aa61792911
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue