mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
Enabled openExternalLinks for comments feeds
* Changed reset icon for bw graph
This commit is contained in:
parent
5ad2342922
commit
47adb3946b
3 changed files with 9 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>755</width>
|
<width>755</width>
|
||||||
<height>144</height>
|
<height>157</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
|
@ -454,6 +454,9 @@
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="openExternalLinks">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="textInteractionFlags">
|
<property name="textInteractionFlags">
|
||||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>755</width>
|
<width>755</width>
|
||||||
<height>143</height>
|
<height>157</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
|
@ -339,6 +339,9 @@
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="openExternalLinks">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="textInteractionFlags">
|
<property name="textInteractionFlags">
|
||||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
#define IMG_AREA_GRAPH ":/images/16x16/graph-area.png"
|
#define IMG_AREA_GRAPH ":/images/16x16/graph-area.png"
|
||||||
#define IMG_LINE_GRAPH ":/images/16x16/graph-line.png"
|
#define IMG_LINE_GRAPH ":/images/16x16/graph-line.png"
|
||||||
#define IMG_SETTINGS ":/icons/system_128.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_SEND ":/images/go-up.png"
|
||||||
#define IMG_RECEIVE ":/images/go-down.png"
|
#define IMG_RECEIVE ":/images/go-down.png"
|
||||||
#define IMG_GRAPH_DARK ":/images/graph-line.png"
|
#define IMG_GRAPH_DARK ":/images/graph-line.png"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue