diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-02-07 21:53:39 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-02-07 21:55:06 +0200 |
commit | 9976c0cfc6516af25dd26ccba03e389781431825 (patch) | |
tree | b3e88fea61c8b8c699db079bff3acada197303cb /src/archivelimits.ui | |
parent | bce9b7501ce96635e4c1c27093abe1aaae9a34b4 (diff) | |
download | klamav-9976c0cfc6516af25dd26ccba03e389781431825.tar.gz klamav-9976c0cfc6516af25dd26ccba03e389781431825.zip |
Added a new, separate options section for Archives.
Options from the Archive Limits section have been moved there.
A new option for disabling/enabling archive scanning has been added
(--scan-archives switch for clamscan). This is related to issue #15.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/archivelimits.ui')
-rw-r--r-- | src/archivelimits.ui | 135 |
1 files changed, 0 insertions, 135 deletions
diff --git a/src/archivelimits.ui b/src/archivelimits.ui deleted file mode 100644 index 5aac2d8..0000000 --- a/src/archivelimits.ui +++ /dev/null @@ -1,135 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>ArchiveLimits</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>ArchiveLimits</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>827</width> - <height>299</height> - </rect> - </property> - <property name="caption"> - <string>Archive Limits</string> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQGroupBox"> - <property name="name"> - <cstring>LimitsGroup</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>1</horstretch> - <verstretch>1</verstretch> - </sizepolicy> - </property> - <property name="frameShape"> - <enum>GroupBoxPanel</enum> - </property> - <property name="title"> - <string>Archive Limits</string> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>layout11</cstring> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel" row="2" column="0"> - <property name="name"> - <cstring>MaxLevRecur</cstring> - </property> - <property name="text"> - <string>Maximum Level of Recursion</string> - </property> - </widget> - <widget class="TQLabel" row="3" column="0"> - <property name="name"> - <cstring>MaxCompRatio</cstring> - </property> - <property name="text"> - <string>Maximum MBs of Files to Scan</string> - </property> - </widget> - <widget class="TQSpinBox" row="2" column="1"> - <property name="name"> - <cstring>kcfg_RecursionLevel</cstring> - </property> - <property name="specialValueText"> - <string>Default</string> - </property> - <property name="maxValue"> - <number>9999</number> - </property> - </widget> - <widget class="TQLabel" row="0" column="0"> - <property name="name"> - <cstring>MaxFilesExt</cstring> - </property> - <property name="text"> - <string>Maximum Number of Files to Extract</string> - </property> - </widget> - <widget class="TQSpinBox" row="3" column="1"> - <property name="name"> - <cstring>kcfg_MaxScanSize</cstring> - </property> - <property name="specialValueText"> - <string>Default</string> - </property> - <property name="maxValue"> - <number>9999</number> - </property> - </widget> - <widget class="TQSpinBox" row="0" column="1"> - <property name="name"> - <cstring>kcfg_NoFilesToExtract</cstring> - </property> - <property name="specialValueText"> - <string>Default</string> - </property> - <property name="maxValue"> - <number>9999</number> - </property> - </widget> - <widget class="TQLabel" row="1" column="0"> - <property name="name"> - <cstring>MaxMBsEx</cstring> - </property> - <property name="text"> - <string>Maximum MBs to Extract</string> - </property> - </widget> - <widget class="TQSpinBox" row="1" column="1"> - <property name="name"> - <cstring>kcfg_MaxFileSize</cstring> - </property> - <property name="specialValueText"> - <string>Default</string> - </property> - <property name="maxValue"> - <number>9999</number> - </property> - </widget> - </grid> - </widget> - </vbox> - </widget> - </vbox> -</widget> -<layoutdefaults spacing="6" margin="11"/> -</UI> |