diff options
author | Mavridis Philippe <[email protected]> | 2021-02-07 21:53:39 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-02-07 21:55:06 +0200 |
commit | 9976c0cfc6516af25dd26ccba03e389781431825 (patch) | |
tree | b3e88fea61c8b8c699db079bff3acada197303cb /src/archives.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 <[email protected]>
Diffstat (limited to 'src/archives.ui')
-rw-r--r-- | src/archives.ui | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/src/archives.ui b/src/archives.ui new file mode 100644 index 0000000..af27882 --- /dev/null +++ b/src/archives.ui @@ -0,0 +1,156 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ArchiveOptions</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>ArchiveOptionss</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>436</width> + <height>282</height> + </rect> + </property> + <property name="caption"> + <string>Archive Options</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQGroupBox"> + <property name="name"> + <cstring>groupBox4</cstring> + </property> + <property name="title"> + <string>Archive Scanning</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>kcfg_scanArchives</cstring> + </property> + <property name="text"> + <string>Scan archives</string> + </property> + </widget> + </vbox> + </widget> + <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>NoFrame</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> |