diff options
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> |
