EditTagDialog: Add button to fetch lyrics
Co-Authored-By: Jonas Kvinge <jonas@jkvinge.net>
This commit is contained in:
committed by
Jonas Kvinge
parent
a3207a5703
commit
27ee6e7643
@@ -1131,6 +1131,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="21" column="1">
|
||||
<widget class="QPushButton" name="fetch_lyrics">
|
||||
<property name="text">
|
||||
<string>Complete lyrics automatically</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
@@ -1213,6 +1220,7 @@
|
||||
<tabstop>fetch_tag</tabstop>
|
||||
<tabstop>comment</tabstop>
|
||||
<tabstop>lyrics</tabstop>
|
||||
<tabstop>fetch_lyrics</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../../data/data.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user