Enabled openExternalLinks for comments feeds

* Changed reset icon for bw graph
This commit is contained in:
defnax 2021-02-17 19:54:16 +01:00
parent 5ad2342922
commit 47adb3946b
3 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>755</width>
<height>144</height>
<height>157</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
@ -454,6 +454,9 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>755</width>
<height>143</height>
<height>157</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
@ -339,6 +339,9 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>

View File

@ -54,7 +54,7 @@
#define IMG_AREA_GRAPH ":/images/16x16/graph-area.png"
#define IMG_LINE_GRAPH ":/images/16x16/graph-line.png"
#define IMG_SETTINGS ":/icons/system_128.png"
#define IMG_CLEANUP ":/images/global_switch_off.png"
#define IMG_CLEANUP ":/images/reset.png"
#define IMG_SEND ":/images/go-up.png"
#define IMG_RECEIVE ":/images/go-down.png"
#define IMG_GRAPH_DARK ":/images/graph-line.png"