Fixed #1617: made ipfilter advanced dialog shorter and wider

This commit is contained in:
Roman Bovsunivskiy
2010-07-23 15:00:45 +00:00
parent 53151f81fd
commit 60f0f79359
+487 -525
View File
@@ -1,35 +1,36 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ipfAdvancedDialog_q</class>
<widget class="QDialog" name="ipfAdvancedDialog_q" >
<property name="geometry" >
<widget class="QDialog" name="ipfAdvancedDialog_q">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>685</width>
<height>775</height>
<width>689</width>
<height>567</height>
</rect>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>ipf: advanced settings</string>
</property>
<property name="sizeGripEnabled" >
<property name="sizeGripEnabled">
<bool>false</bool>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>11</number>
</property>
<item row="1" column="0" >
<layout class="QHBoxLayout" >
<item row="1" column="0">
<layout class="QHBoxLayout">
<item>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@@ -38,62 +39,62 @@
</spacer>
</item>
<item>
<widget class="QPushButton" name="buttonOk" >
<property name="text" >
<widget class="QPushButton" name="buttonOk">
<property name="text">
<string>&amp;OK</string>
</property>
<property name="shortcut" >
<property name="shortcut">
<string/>
</property>
<property name="autoDefault" >
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default" >
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonCancel" >
<property name="text" >
<widget class="QPushButton" name="buttonCancel">
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="shortcut" >
<property name="shortcut">
<string/>
</property>
<property name="autoDefault" >
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="0" >
<widget class="QTabWidget" name="tabWidget" >
<property name="currentIndex" >
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab1" >
<attribute name="title" >
<widget class="QWidget" name="tab1">
<attribute name="title">
<string>Compiler</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4" >
<item row="0" column="0" colspan="2" >
<widget class="QLabel" name="compilerLabel" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="compilerLabel">
<property name="text">
<string>Compiler:</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="2" colspan="2" >
<widget class="QLineEdit" name="compiler" >
<property name="maximumSize" >
<item row="0" column="2" colspan="2">
<widget class="QLineEdit" name="compiler">
<property name="maximumSize">
<size>
<width>32767</width>
<height>32767</height>
@@ -101,28 +102,28 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QLabel" name="compilerArgsLabel" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="compilerArgsLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<property name="text">
<string>Command line options for the compiler:</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="2" colspan="2" >
<widget class="QLineEdit" name="compilerArgs" >
<property name="maximumSize" >
<item row="1" column="2" colspan="2">
<widget class="QLineEdit" name="compilerArgs">
<property name="maximumSize">
<size>
<width>32767</width>
<height>32767</height>
@@ -130,28 +131,28 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="4" >
<widget class="QLabel" name="textLabel1_5" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
<item row="2" column="0" colspan="4">
<widget class="QLabel" name="textLabel1_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Output file name. If left blank, the file name is constructed of the firewall object name and extension ".fw"</string>
<property name="text">
<string>Output file name. If left blank, the file name is constructed of the firewall object name and extension &quot;.fw&quot;</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="2" colspan="2" >
<widget class="QLineEdit" name="outputFileName" >
<property name="maximumSize" >
<item row="3" column="2" colspan="2">
<widget class="QLineEdit" name="outputFileName">
<property name="maximumSize">
<size>
<width>32767</width>
<height>32767</height>
@@ -159,26 +160,26 @@
</property>
</widget>
</item>
<item row="4" column="0" colspan="4" >
<widget class="QLabel" name="label" >
<property name="text" >
<item row="4" column="0" colspan="4">
<widget class="QLabel" name="label">
<property name="text">
<string>Generated script (.fw file) and configuration (.conf) files can be copied to the firewall machine under different names. If these fields are left blank, the file name does not change.</string>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<item row="5" column="0" colspan="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Script (.fw) file name on the firewall</string>
</property>
</widget>
</item>
<item row="5" column="2" colspan="2" >
<widget class="QLineEdit" name="fileNameOnFw" >
<property name="maximumSize" >
<item row="5" column="2" colspan="2">
<widget class="QLineEdit" name="fileNameOnFw">
<property name="maximumSize">
<size>
<width>32767</width>
<height>22</height>
@@ -186,16 +187,16 @@
</property>
</widget>
</item>
<item row="6" column="0" colspan="2" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<item row="6" column="0" colspan="2">
<widget class="QLabel" name="label_4">
<property name="text">
<string>ipf.conf file name on the firewall</string>
</property>
</widget>
</item>
<item row="6" column="2" colspan="2" >
<widget class="QLineEdit" name="ipfConfFileNameOnFw" >
<property name="maximumSize" >
<item row="6" column="2" colspan="2">
<widget class="QLineEdit" name="ipfConfFileNameOnFw">
<property name="maximumSize">
<size>
<width>32767</width>
<height>22</height>
@@ -203,16 +204,16 @@
</property>
</widget>
</item>
<item row="7" column="0" colspan="2" >
<widget class="QLabel" name="label_5" >
<property name="text" >
<item row="7" column="0" colspan="2">
<widget class="QLabel" name="label_5">
<property name="text">
<string>nat.conf file name on the firewall</string>
</property>
</widget>
</item>
<item row="7" column="2" colspan="2" >
<widget class="QLineEdit" name="natConfFileNameOnFw" >
<property name="maximumSize" >
<item row="7" column="2" colspan="2">
<widget class="QLineEdit" name="natConfFileNameOnFw">
<property name="maximumSize">
<size>
<width>32767</width>
<height>22</height>
@@ -220,159 +221,49 @@
</property>
</widget>
</item>
<item row="8" column="0" colspan="4" >
<widget class="Line" name="hseparator34_2" >
<property name="frameShape" >
<item row="8" column="0" colspan="4">
<widget class="Line" name="hseparator34_2">
<property name="frameShape">
<enum>QFrame::HLine</enum>
</property>
<property name="frameShadow" >
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item rowspan="6" row="9" column="0" >
<spacer>
<property name="orientation" >
<item row="13" column="0" colspan="4">
<widget class="Line" name="line4">
<property name="frameShape">
<enum>QFrame::HLine</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>130</height>
</size>
</property>
</spacer>
</widget>
</item>
<item row="9" column="1" colspan="3" >
<widget class="QCheckBox" name="ipf_accept_new_tcp_with_no_syn" >
<property name="text" >
<string>Accept TCP sessions opened prior to firewall restart</string>
<item row="14" column="1" colspan="2">
<widget class="QCheckBox" name="mgmt_ssh">
<property name="text">
<string>Always permit ssh access from the management
workstation with this address:</string>
</property>
</widget>
</item>
<item row="10" column="1" colspan="3" >
<widget class="QCheckBox" name="ipf_eliminate_duplicates" >
<property name="text" >
<string>Find and eliminate duplicate rules</string>
</property>
</widget>
</item>
<item row="11" column="1" colspan="3" >
<widget class="QCheckBox" name="ipf_check_shadowing" >
<property name="toolTip" >
<string>Shadowing happens because a rule is a superset of a subsequent rule and any packets potentially matched by the subsequent rule have already been matched by the prior rule.</string>
</property>
<property name="text" >
<string>Detect rule shadowing in policy</string>
</property>
</widget>
</item>
<item row="12" column="1" colspan="3" >
<widget class="QCheckBox" name="ipf_ignore_empty_groups" >
<property name="toolTip" >
<string>If the option is deactivated, compiler treats empty groups as an error and aborts processing the policy. If this option is activated, compiler removes all empty groups from all rule elements. If rule element becomes 'any' after the last empty group has been removed, the whole rule will be ignored. Use this option only if you fully understand how it works!</string>
</property>
<property name="text" >
<string>Ignore empty groups in rules</string>
</property>
</widget>
</item>
<item row="13" column="1" >
<widget class="QLabel" name="textLabel9" >
<property name="maximumSize" >
<size>
<width>400</width>
<height>32767</height>
</size>
</property>
<property name="text" >
<string>Default action on 'Reject':</string>
</property>
<property name="alignment" >
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="13" column="2" colspan="2" >
<widget class="QComboBox" name="actionOnReject" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<item row="14" column="3">
<widget class="QLineEdit" name="mgmt_addr">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize" >
<size>
<width>400</width>
<height>32767</height>
</size>
</property>
</widget>
</item>
<item row="14" column="1" colspan="3" >
<widget class="QCheckBox" name="ipf_return_icmp_as_dest" >
<property name="text" >
<string>Masquerade returned icmp as being from original
packet's destination</string>
</property>
</widget>
</item>
<item row="15" column="0" colspan="4" >
<widget class="Line" name="line4" >
<property name="frameShape" >
<enum>QFrame::HLine</enum>
</property>
<property name="frameShadow" >
<enum>QFrame::Sunken</enum>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="16" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>30</height>
</size>
</property>
</spacer>
</item>
<item row="16" column="1" colspan="2" >
<widget class="QCheckBox" name="mgmt_ssh" >
<property name="text" >
<string>Always permit ssh access from
the management workstation
with this address:</string>
</property>
</widget>
</item>
<item row="16" column="3" >
<widget class="QLineEdit" name="mgmt_addr" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize" >
<property name="maximumSize">
<size>
<width>32767</width>
<height>32767</height>
@@ -380,15 +271,15 @@ with this address:</string>
</property>
</widget>
</item>
<item row="17" column="1" >
<item row="15" column="1">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>16</height>
@@ -396,25 +287,102 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="9" column="3">
<widget class="QCheckBox" name="ipf_eliminate_duplicates">
<property name="text">
<string>Find and eliminate duplicate rules</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QCheckBox" name="ipf_accept_new_tcp_with_no_syn">
<property name="text">
<string>Accept TCP sessions opened prior to firewall restart</string>
</property>
</widget>
</item>
<item row="10" column="3">
<widget class="QCheckBox" name="ipf_ignore_empty_groups">
<property name="toolTip">
<string>If the option is deactivated, compiler treats empty groups as an error and aborts processing the policy. If this option is activated, compiler removes all empty groups from all rule elements. If rule element becomes 'any' after the last empty group has been removed, the whole rule will be ignored. Use this option only if you fully understand how it works!</string>
</property>
<property name="text">
<string>Ignore empty groups in rules</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QCheckBox" name="ipf_check_shadowing">
<property name="toolTip">
<string>Shadowing happens because a rule is a superset of a subsequent rule and any packets potentially matched by the subsequent rule have already been matched by the prior rule.</string>
</property>
<property name="text">
<string>Detect rule shadowing in policy</string>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QLabel" name="textLabel9">
<property name="maximumSize">
<size>
<width>400</width>
<height>32767</height>
</size>
</property>
<property name="text">
<string>Default action on 'Reject':</string>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="11" column="3">
<widget class="QComboBox" name="actionOnReject">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>32767</height>
</size>
</property>
</widget>
</item>
<item row="12" column="1">
<widget class="QCheckBox" name="ipf_return_icmp_as_dest">
<property name="text">
<string>Masquerade returned icmp as being from original
packet's destination</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab0" >
<attribute name="title" >
<widget class="QWidget" name="tab0">
<attribute name="title">
<string>Protocol Helpers</string>
</attribute>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<item row="0" column="1" >
<item row="0" column="1">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@@ -422,36 +390,36 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="6" column="1" >
<widget class="QCheckBox" name="ipf_nat_raudio_proxy" >
<property name="text" >
<item row="6" column="1">
<widget class="QCheckBox" name="ipf_nat_raudio_proxy">
<property name="text">
<string>Use raudio proxy in NAT rules</string>
</property>
</widget>
</item>
<item row="7" column="1" >
<widget class="QCheckBox" name="ipf_nat_h323_proxy" >
<property name="text" >
<item row="7" column="1">
<widget class="QCheckBox" name="ipf_nat_h323_proxy">
<property name="text">
<string>Use h323 proxy in NAT rules</string>
</property>
</widget>
</item>
<item row="8" column="1" >
<widget class="QCheckBox" name="ipf_nat_ipsec_proxy" >
<property name="text" >
<item row="8" column="1">
<widget class="QCheckBox" name="ipf_nat_ipsec_proxy">
<property name="text">
<string>Use ipsec proxy in NAT rules</string>
</property>
</widget>
</item>
<item rowspan="5" row="2" column="0" >
<item row="2" column="0" rowspan="5">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>100</height>
@@ -459,43 +427,43 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="2" column="1" >
<widget class="QCheckBox" name="ipf_nat_ftp_proxy" >
<property name="text" >
<item row="2" column="1">
<widget class="QCheckBox" name="ipf_nat_ftp_proxy">
<property name="text">
<string>Use ftp proxy in NAT rules</string>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QCheckBox" name="ipf_nat_rcmd_proxy" >
<property name="text" >
<item row="3" column="1">
<widget class="QCheckBox" name="ipf_nat_rcmd_proxy">
<property name="text">
<string>Use rcmd proxy in NAT rules</string>
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="QCheckBox" name="ipf_nat_krcmd_proxy" >
<property name="text" >
<item row="4" column="1">
<widget class="QCheckBox" name="ipf_nat_krcmd_proxy">
<property name="text">
<string>Use Kerberos rcmd proxy in NAT rules</string>
</property>
</widget>
</item>
<item row="5" column="1" >
<widget class="QCheckBox" name="ipf_nat_ekshell_proxy" >
<property name="text" >
<item row="5" column="1">
<widget class="QCheckBox" name="ipf_nat_ekshell_proxy">
<property name="text">
<string>Use Kerberos ekshell proxy in NAT rules</string>
</property>
</widget>
</item>
<item row="11" column="1" >
<item row="11" column="1">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>270</height>
@@ -503,165 +471,165 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="9" column="1" >
<widget class="QCheckBox" name="ipf_nat_pptp_proxy" >
<property name="text" >
<item row="9" column="1">
<widget class="QCheckBox" name="ipf_nat_pptp_proxy">
<property name="text">
<string>Use PPTP proxy in NAT rules</string>
</property>
</widget>
</item>
<item row="10" column="1" >
<widget class="QCheckBox" name="ipf_nat_irc_proxy" >
<property name="text" >
<item row="10" column="1">
<widget class="QCheckBox" name="ipf_nat_irc_proxy">
<property name="text">
<string>Use IRC proxy in NAT rules for DCC</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QLabel" name="label572" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label572">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<property name="text">
<string>Some protocols involve multiple associated network connections. Firewall can keep track of such connections automatically if you activate one or all of the following options:</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab2" >
<attribute name="title" >
<widget class="QWidget" name="tab2">
<attribute name="title">
<string>Installer</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3" >
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBox4" >
<property name="title" >
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox4">
<property name="title">
<string>Built-in installer</string>
</property>
<layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" >
<widget class="QLabel" name="label556" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label556">
<property name="text">
<string>Directory on the firewall where configuration files should be installed</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="ipf_fw_dir" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<item row="0" column="1">
<widget class="QLineEdit" name="ipf_fw_dir">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="textLabel1_2" >
<property name="text" >
<item row="1" column="0">
<widget class="QLabel" name="textLabel1_2">
<property name="text">
<string>User name used to authenticate to the firewall (leave this empty if you use putty session):</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="ipf_user" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<item row="1" column="1">
<widget class="QLineEdit" name="ipf_user">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="textLabel1_3" >
<property name="text" >
<item row="2" column="0">
<widget class="QLabel" name="textLabel1_3">
<property name="text">
<string>Alternative name or address used to communicate with the firewall (also putty session name on Windows)</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QLineEdit" name="altAddress" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<item row="2" column="1">
<widget class="QLineEdit" name="altAddress">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="textLabel1_4" >
<property name="text" >
<item row="3" column="0">
<widget class="QLabel" name="textLabel1_4">
<property name="text">
<string>A command that installer should execute on the firewall in order to activate the policy (if this field is blank, installer runs firewall script in the directory specified above; it uses sudo if user name is not 'root')</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QLineEdit" name="activationCmd" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<item row="3" column="1">
<widget class="QLineEdit" name="activationCmd">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<item row="4" column="0" colspan="2">
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="textLabel1_7" >
<property name="text" >
<widget class="QLabel" name="textLabel1_7">
<property name="text">
<string>Additional command line parameters for ssh</string>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="sshArgs" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<widget class="QLineEdit" name="sshArgs">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
@@ -671,27 +639,27 @@ with this address:</string>
</item>
</layout>
</item>
<item row="5" column="0" colspan="2" >
<layout class="QHBoxLayout" name="_2" >
<item row="5" column="0" colspan="2">
<layout class="QHBoxLayout" name="_2">
<item>
<widget class="QLabel" name="textLabel1_8" >
<property name="text" >
<widget class="QLabel" name="textLabel1_8">
<property name="text">
<string>Additional command line parameters for scp</string>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="scpArgs" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<widget class="QLineEdit" name="scpArgs">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
@@ -704,15 +672,15 @@ with this address:</string>
</layout>
</widget>
</item>
<item row="1" column="0" >
<item row="1" column="0">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@@ -720,42 +688,42 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="3" column="0" >
<widget class="QGroupBox" name="groupBox3" >
<property name="title" >
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox3">
<property name="title">
<string>External install script</string>
</property>
<layout class="QGridLayout" name="gridLayout_127" >
<item row="0" column="0" >
<layout class="QHBoxLayout" name="horizontalLayout" >
<layout class="QGridLayout" name="gridLayout_127">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="textLabel5_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
<widget class="QLabel" name="textLabel5_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<property name="text">
<string>Policy install script (using built-in installer if this field is blank):</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="installScript" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<widget class="QLineEdit" name="installScript">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
@@ -765,36 +733,36 @@ with this address:</string>
</item>
</layout>
</item>
<item row="1" column="0" >
<layout class="QHBoxLayout" name="horizontalLayout_2" >
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="textLabel6_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
<widget class="QLabel" name="textLabel6_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<property name="text">
<string>Command line options for the script:</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="installScriptArgs" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<widget class="QLineEdit" name="installScriptArgs">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
@@ -807,15 +775,15 @@ with this address:</string>
</layout>
</widget>
</item>
<item row="4" column="0" >
<item row="4" column="0">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@@ -825,32 +793,32 @@ with this address:</string>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab3" >
<attribute name="title" >
<widget class="QWidget" name="tab3">
<attribute name="title">
<string>Prolog/Epilog</string>
</attribute>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QGroupBox" name="frame146" >
<property name="title" >
<item row="0" column="0">
<widget class="QGroupBox" name="frame146">
<property name="title">
<string/>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<item row="2" column="0" >
<item row="2" column="0">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
@@ -858,32 +826,32 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="2" column="1" >
<widget class="QPushButton" name="edit_prolog_button" >
<property name="text" >
<item row="2" column="1">
<widget class="QPushButton" name="edit_prolog_button">
<property name="text">
<string>Edit</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="textLabel2_2" >
<property name="text" >
<item row="0" column="0">
<widget class="QLabel" name="textLabel2_2">
<property name="text">
<string>The following commands will be added verbatim on top of generated configuration</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QTextEdit" name="prolog_script" >
<property name="verticalScrollBarPolicy" >
<item row="1" column="0" colspan="2">
<widget class="QTextEdit" name="prolog_script">
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy" >
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
@@ -891,31 +859,31 @@ with this address:</string>
</layout>
</widget>
</item>
<item row="1" column="0" >
<widget class="QGroupBox" name="frame147" >
<property name="title" >
<item row="1" column="0">
<widget class="QGroupBox" name="frame147">
<property name="title">
<string/>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<item row="2" column="1" >
<widget class="QPushButton" name="edit_epilog_button" >
<property name="text" >
<item row="2" column="1">
<widget class="QPushButton" name="edit_epilog_button">
<property name="text">
<string>Edit</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<item row="2" column="0">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
@@ -923,25 +891,25 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QTextEdit" name="epilog_script" >
<property name="verticalScrollBarPolicy" >
<item row="1" column="0" colspan="2">
<widget class="QTextEdit" name="epilog_script">
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy" >
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2" >
<widget class="QLabel" name="textLabel2_2_2" >
<property name="text" >
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="textLabel2_2_2">
<property name="text">
<string>The following commands will be added verbatim after generated configuration</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
@@ -951,23 +919,23 @@ with this address:</string>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab4" >
<attribute name="title" >
<widget class="QWidget" name="tab4">
<attribute name="title">
<string>Logging</string>
</attribute>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<item row="0" column="2" >
<item row="0" column="2">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@@ -975,15 +943,15 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="2" column="0" >
<item row="2" column="0">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>130</width>
<height>20</height>
@@ -991,15 +959,15 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="2" column="3" >
<item row="2" column="3">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>120</width>
<height>20</height>
@@ -1007,15 +975,15 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="6" column="2" >
<item row="6" column="2">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>240</height>
@@ -1023,55 +991,55 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="1" column="1" >
<widget class="QLabel" name="textLabel1" >
<property name="text" >
<item row="1" column="1">
<widget class="QLabel" name="textLabel1">
<property name="text">
<string>Log facility:</string>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="2" >
<widget class="QComboBox" name="logFacility" />
<item row="1" column="2">
<widget class="QComboBox" name="logFacility"/>
</item>
<item row="2" column="1" >
<widget class="QLabel" name="textLabel2" >
<property name="text" >
<item row="2" column="1">
<widget class="QLabel" name="textLabel2">
<property name="text">
<string>Log level:</string>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QComboBox" name="logLevel" />
<item row="2" column="2">
<widget class="QComboBox" name="logLevel"/>
</item>
<item row="5" column="1" colspan="2" >
<widget class="QCheckBox" name="ipf_log_body" >
<property name="text" >
<item row="5" column="1" colspan="2">
<widget class="QCheckBox" name="ipf_log_body">
<property name="text">
<string>Log packet body</string>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2" >
<widget class="QCheckBox" name="ipf_log_or_block" >
<property name="text" >
<item row="4" column="1" colspan="2">
<widget class="QCheckBox" name="ipf_log_or_block">
<property name="text">
<string>Block if can not log</string>
</property>
</widget>
</item>
<item row="3" column="2" >
<item row="3" column="2">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@@ -1081,23 +1049,23 @@ with this address:</string>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab5" >
<attribute name="title" >
<widget class="QWidget" name="tab5">
<attribute name="title">
<string>Script Options</string>
</attribute>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<item rowspan="3" row="2" column="0" >
<item row="2" column="0" rowspan="3">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>70</height>
@@ -1105,59 +1073,59 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="4" column="1" colspan="2" >
<widget class="QCheckBox" name="ipf_manage_virtual_addr" >
<property name="text" >
<item row="4" column="1" colspan="2">
<widget class="QCheckBox" name="ipf_manage_virtual_addr">
<property name="text">
<string>Add virtual addresses for NAT</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2" >
<widget class="QCheckBox" name="ipf_configure_interfaces" >
<property name="text" >
<item row="3" column="1" colspan="2">
<widget class="QCheckBox" name="ipf_configure_interfaces">
<property name="text">
<string>Configure Interfaces of the firewall machine</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2" >
<widget class="QCheckBox" name="ipf_debug" >
<property name="text" >
<item row="2" column="1" colspan="2">
<widget class="QCheckBox" name="ipf_debug">
<property name="text">
<string>Turn debugging on in generated script</string>
</property>
</widget>
</item>
<item row="5" column="1" colspan="2" >
<widget class="QCheckBox" name="ipf_optimize" >
<property name="toolTip" >
<item row="5" column="1" colspan="2">
<widget class="QCheckBox" name="ipf_optimize">
<property name="toolTip">
<string>If this option is on, policy compiler adds virtual addresses to the interfaces to make the firewall answer to ARP queries for addresses used in NAT rules.</string>
</property>
<property name="text" >
<property name="text">
<string>Optimization</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="3" >
<widget class="QLabel" name="textLabel8" >
<property name="text" >
<item row="1" column="0" colspan="3">
<widget class="QLabel" name="textLabel8">
<property name="text">
<string>These options enable auxiliary sections in the generated shell script.</string>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2" >
<item row="0" column="2">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@@ -1165,15 +1133,15 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="7" column="1" >
<item row="7" column="1">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>200</height>
@@ -1181,40 +1149,40 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="6" column="1" colspan="2" >
<widget class="QCheckBox" name="ipf_dynAddr" >
<property name="text" >
<item row="6" column="1" colspan="2">
<widget class="QCheckBox" name="ipf_dynAddr">
<property name="text">
<string>Determine addresses of dynamic interfaces at run time</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab" >
<attribute name="title" >
<widget class="QWidget" name="tab">
<attribute name="title">
<string>IPv6</string>
</attribute>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QCheckBox" name="ipv6_2" >
<property name="text" >
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QCheckBox" name="ipv6_2">
<property name="text">
<string>Enable IPv6 support</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>The order in which ipv4 and ipv6 rules should be generated:</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<item row="1" column="1">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
@@ -1222,26 +1190,26 @@ with this address:</string>
</property>
</spacer>
</item>
<item row="2" column="0" >
<widget class="QComboBox" name="ipv4before_2" >
<item row="2" column="0">
<widget class="QComboBox" name="ipv4before_2">
<item>
<property name="text" >
<property name="text">
<string>IPv4 before IPv6</string>
</property>
</item>
<item>
<property name="text" >
<property name="text">
<string>IPv6 before IPv4</string>
</property>
</item>
</widget>
</item>
<item row="3" column="0" >
<item row="3" column="0">
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
@@ -1255,7 +1223,7 @@ with this address:</string>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>tabWidget</tabstop>
<tabstop>ipf_nat_ftp_proxy</tabstop>
@@ -1268,12 +1236,6 @@ with this address:</string>
<tabstop>compiler</tabstop>
<tabstop>compilerArgs</tabstop>
<tabstop>outputFileName</tabstop>
<tabstop>ipf_accept_new_tcp_with_no_syn</tabstop>
<tabstop>ipf_eliminate_duplicates</tabstop>
<tabstop>ipf_check_shadowing</tabstop>
<tabstop>ipf_ignore_empty_groups</tabstop>
<tabstop>ipf_return_icmp_as_dest</tabstop>
<tabstop>actionOnReject</tabstop>
<tabstop>mgmt_ssh</tabstop>
<tabstop>mgmt_addr</tabstop>
<tabstop>buttonOk</tabstop>
@@ -1309,11 +1271,11 @@ with this address:</string>
<receiver>ipfAdvancedDialog_q</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
@@ -1325,11 +1287,11 @@ with this address:</string>
<receiver>ipfAdvancedDialog_q</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
@@ -1341,11 +1303,11 @@ with this address:</string>
<receiver>ipfAdvancedDialog_q</receiver>
<slot>editEpilog()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
@@ -1357,11 +1319,11 @@ with this address:</string>
<receiver>ipfAdvancedDialog_q</receiver>
<slot>editProlog()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>