1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-09 18:40:35 +08:00

fixed bugs

This commit is contained in:
Escartem
2024-07-23 10:47:07 +02:00
parent 6962841ab8
commit 5e46118f76
2 changed files with 43 additions and 28 deletions

10
gui.ui
View File

@@ -208,7 +208,7 @@
<attribute name="title">
<string>Browse</string>
</attribute>
<widget class="QTreeView" name="treeView">
<widget class="QTreeWidget" name="treeWidget">
<property name="geometry">
<rect>
<x>0</x>
@@ -217,6 +217,14 @@
<height>611</height>
</rect>
</property>
<property name="columnCount">
<number>1</number>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</widget>
<widget class="QWidget" name="extractTab">