Added tooltip to better explain firewall settings
Added a tooltip clarifying that changing firewall settings does not affect existing connections. fixes QubesOS/qubes-issues#2731
This commit is contained in:
parent
5f1e4803fe
commit
d7660113a9
@ -29,7 +29,7 @@
|
|||||||
<locale language="English" country="UnitedStates"/>
|
<locale language="English" country="UnitedStates"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>2</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="basic_tab">
|
<widget class="QWidget" name="basic_tab">
|
||||||
<property name="locale">
|
<property name="locale">
|
||||||
@ -675,31 +675,6 @@ border-width: 1px;</string>
|
|||||||
<string>Firewall rules</string>
|
<string>Firewall rules</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="gridLayout_8">
|
<layout class="QGridLayout" name="gridLayout_8">
|
||||||
<item row="1" column="0">
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
||||||
<item>
|
|
||||||
<widget class="QRadioButton" name="policy_allow_radio_button">
|
|
||||||
<property name="text">
|
|
||||||
<string>Allow all outgoing Internet connections</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QRadioButton" name="policy_deny_radio_button">
|
|
||||||
<property name="text">
|
|
||||||
<string>Limit outgoing Internet connections to ...</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item row="3" column="0" colspan="2">
|
|
||||||
<widget class="Line" name="line">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="7" column="0" colspan="2">
|
<item row="7" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="label_22">
|
<widget class="QLabel" name="label_22">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -720,6 +695,13 @@ border-width: 1px;</string>
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="3" column="0" colspan="2">
|
||||||
|
<widget class="Line" name="line">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="6" column="0">
|
<item row="6" column="0">
|
||||||
<widget class="QWidget" name="tempFullAccessWidget" native="true">
|
<widget class="QWidget" name="tempFullAccessWidget" native="true">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
@ -768,6 +750,27 @@ border-width: 1px;</string>
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
|
<item>
|
||||||
|
<widget class="QRadioButton" name="policy_allow_radio_button">
|
||||||
|
<property name="text">
|
||||||
|
<string>Allow all outgoing Internet connections</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QRadioButton" name="policy_deny_radio_button">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Changing firewall settings does NOT affect existing connections.</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Limit outgoing Internet connections to ...</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
<item row="5" column="0" colspan="2">
|
<item row="5" column="0" colspan="2">
|
||||||
<layout class="QHBoxLayout" name="firewallRulesLayout">
|
<layout class="QHBoxLayout" name="firewallRulesLayout">
|
||||||
<property name="sizeConstraint">
|
<property name="sizeConstraint">
|
||||||
@ -846,6 +849,9 @@ border-width: 1px;</string>
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="delete_rule_button">
|
<widget class="QPushButton" name="delete_rule_button">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Changing firewall settings does NOT affect existing connections.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user