Fixed a performance problem with a QListWidget while inserting and scrolling
This commit is contained in:
parent
37b5153d6a
commit
aa61792911
1 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,11 @@
|
||||||
<widget class="QWidget" name="centralWidget">
|
<widget class="QWidget" name="centralWidget">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QListWidget" name="logView"/>
|
<widget class="QListWidget" name="logView">
|
||||||
|
<property name="uniformItemSizes">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="ErrorPlotter" name="errorPlotter" native="true">
|
<widget class="ErrorPlotter" name="errorPlotter" native="true">
|
||||||
|
|
Loading…
Reference in a new issue