diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2025-05-23 09:24:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-23 09:24:23 +0200 |
| commit | 5d766e94a7a3b3fa861d57d3ad6ae619d98dd5d8 (patch) | |
| tree | ab91e870302fec6c5ef8b0bbc90cda8e480ec368 /src/mainwindow.ui | |
| parent | a823d2aa88bd00d10370d5516c4426e8780435f7 (diff) | |
Mass Metadata Parsing: Prevent re-querying and manual prompts to enter missing data (#2135)
* Add a button to "Query Info" of every download in the list
---------
Co-authored-by: Deewens <dudonadrien@gmail.com>
Co-authored-by: KenJyn76 <liambonilla@gmail.com>
Co-authored-by: Al <26797547+Al12rs@users.noreply.github.com>
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 7648f8a6..0e8e2bf6 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1345,6 +1345,26 @@ </property> </spacer> </item> + <item> + <widget class="QPushButton" name="btnQueryDownloadsInfo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="contextMenuPolicy"> + <enum>Qt::ContextMenuPolicy::DefaultContextMenu</enum> + </property> + <property name="text"> + <string>Query Metadata</string> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/MO/gui/resources/system-search.png</normaloff>:/MO/gui/resources/system-search.png</iconset> + </property> + </widget> + </item> </layout> </item> <item> |
