Implemented closing tabs.

This commit is contained in:
The Wobbler 2024-11-19 19:05:28 +01:00
parent 5bc3dab10c
commit 56e16dfb8b
3 changed files with 13 additions and 0 deletions

View file

@ -20,6 +20,12 @@
<property name="currentIndex">
<number>-1</number>
</property>
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="movable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>