You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klamav/src/backend.ui

94 lines
3.7 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KlamBackend</class>
<widget class="TQWidget">
<property name="name">
<cstring>KlamBackend</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>480</height>
</rect>
</property>
<property name="caption">
<string>Scanning Backend</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>backendConfig</cstring>
</property>
<property name="title">
<string>Scanning Backend</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_ScannerClamscan</cstring>
</property>
<property name="text">
<string>Standalone scanner</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="1">
<property name="name">
<cstring>kcfg_ClamdMultiscan</cstring>
</property>
<property name="text">
<string>Force Multiscan mode</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQRadioButton" row="1" column="0">
<property name="name">
<cstring>kcfg_ScannerClamdscan</cstring>
</property>
<property name="text">
<string>ClamAV daemon</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</grid>
</widget>
<widget class="KTextBrowser">
<property name="name">
<cstring>backendHelpMessage</cstring>
</property>
<property name="textFormat">
<enum>RichText</enum>
</property>
<property name="text">
<string>Here you can choose the backend you'd like to use with KlamAV.
&lt;p&gt;&lt;b&gt;Standalone scanner&lt;/b&gt; uses the 'clamscan' command to perform a scan. This backend is configurable via KlamAV, but takes longer to start. This backend is also the easiest to set up, as it does not require running a system-wide daemon.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;ClamAV daemon&lt;/b&gt; uses the 'clamdscan' command to perform a scan. This backend depends on a running instance of the &lt;i&gt;clamd&lt;/i&gt; daemon and depends on the options of the daemon. This backend starts up faster and also makes use of the Multiscan feature.&lt;/p</string>
</property>
</widget>
</vbox>
</widget>
<slots>
<slot>slotToggleClamdcan(bool)</slot>
</slots>
<functions>
<function access="private" specifier="non virtual">init()</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">ktextbrowser.h</include>
</includes>
</UI>