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:
@ -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>
|
||||
|
Reference in New Issue
Block a user