Merged mfeemster/fractorium into master

This commit is contained in:
Michel Mastriani
2020-03-05 21:40:04 -03:00
22 changed files with 1034 additions and 310 deletions

View File

@ -6540,7 +6540,7 @@
</widget>
</item>
<item>
<widget class="QTreeWidget" name="SummaryTree">
<widget class="InfoTreeWidget" name="SummaryTree">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
@ -6562,6 +6562,12 @@
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::MoveAction</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
@ -8727,6 +8733,11 @@
<extends>QTreeWidget</extends>
<header>LibraryTreeWidget.h</header>
</customwidget>
<customwidget>
<class>InfoTreeWidget</class>
<extends>QTreeWidget</extends>
<header>LibraryTreeWidget.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>LibraryDockWidget</tabstop>