WIP: Make package installable #1

Draft
an.tsouchlos wants to merge 6 commits from feature/installable_package into main
Showing only changes of commit f53a948c8f - Show all commits

View File

@ -80,6 +80,9 @@
<property name="sizeAdjustPolicy"> <property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum> <enum>QAbstractScrollArea::AdjustToContents</enum>
</property> </property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>