|
|
|
@ -21,6 +21,12 @@
@@ -21,6 +21,12 @@
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QToolButton" name="newFeedButton"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>32</width> |
|
|
|
|
<height>32</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>New subscription</string> |
|
|
|
|
</property> |
|
|
|
@ -31,6 +37,12 @@
@@ -31,6 +37,12 @@
|
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QToolButton" name="markReadButton"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>32</width> |
|
|
|
|
<height>32</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Mark items read</string> |
|
|
|
|
</property> |
|
|
|
|