summaryrefslogtreecommitdiffstats
path: root/src/backend.ui
blob: 24c6e59cb54f4fb934e78e9edb88b0b7eddc66af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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>