multiselection and check in graph and bdsdialog; part of #82

This commit is contained in:
Dominik Demuth
2023-06-15 20:16:42 +02:00
parent 89c640e591
commit 1a225b2cd2
4 changed files with 38 additions and 13 deletions

View File

@ -515,13 +515,16 @@
<number>0</number>
</property>
<item row="1" column="1">
<widget class="QListWidget" name="listWidget">
<widget class="QListWidgetSelect" name="listWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
<item row="0" column="1">
@ -554,6 +557,11 @@
<extends>QGraphicsView</extends>
<header>pyqtgraph</header>
</customwidget>
<customwidget>
<class>QListWidgetSelect</class>
<extends>QListWidget</extends>
<header>..lib.listwidget</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>logx_button</tabstop>