diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-31 22:16:13 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-31 22:16:13 +0200 |
| commit | 138154aca0fcb27e3e09e2de3f895c5e1de99e3f (patch) | |
| tree | 15955794fac16d26075de95389bf068ca46b805b /src/mainwindow.ui | |
| parent | c576f1ff40d81553e26c9f8fcfc01dc675fc9c1a (diff) | |
Added "Refresh" button to downloads tab.
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index cf0f2aa4..75be7536 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1218,6 +1218,20 @@ p, li { white-space: pre-wrap; } <number>2</number>
</property>
<item>
+ <widget class="QPushButton" name="btnRefreshDownloads">
+ <property name="toolTip">
+ <string>Refresh downloads view</string>
+ </property>
+ <property name="text">
+ <string>Refresh</string>
+ </property>
+ <property name="icon">
+ <iconset resource="resources.qrc">
+ <normaloff>:/MO/gui/resources/view-refresh.png</normaloff>:/MO/gui/resources/view-refresh.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QVBoxLayout" name="downloadLayout">
<item>
<widget class="QTreeView" name="downloadView">
|
