ui: make fw dialog status label selectable

- Allow to select by mouse or keyboard the status messages of the
   firewall.
 - Enable word wrapping.
This commit is contained in:
Gustavo Iñiguez Goia 2023-12-20 01:08:49 +01:00
parent 290ed40e8d
commit e905163a03
Failed to generate hash of commit

View file

@ -451,6 +451,12 @@ QSlider::sub-page:horizontal {
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
@ -463,7 +469,8 @@ QSlider::sub-page:horizontal {
<string/>
</property>
<property name="icon">
<iconset theme="help-browser"/>
<iconset theme="help-browser">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>