New list height + new populate signal

Increase the height of the QListWidget
Now populate the content with selectionChanged insted of Clicked, allow to select with arrow keys
This commit is contained in:
2022-12-14 12:53:21 +00:00
parent 733a9b61ac
commit 0ffc67e04a
4 changed files with 40 additions and 34 deletions

View File

@ -29,11 +29,11 @@
</widget>
</item>
<item>
<widget class="QListWidget" name="media_tracks_list_widget"/>
<widget class="QListWidget" name="tracks_list_widget"/>
</item>
</layout>
</widget>
<widget class="QPlainTextEdit" name="media_detail_plain_text_edit">
<widget class="QPlainTextEdit" name="detail_plain_text_edit">
<property name="undoRedoEnabled">
<bool>false</bool>
</property>