diff options
author | Mavridis Philippe <[email protected]> | 2021-01-13 19:26:24 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-13 19:26:24 +0200 |
commit | 8c20dc919f7d54eb48fb60f39ba5e1d466a70763 (patch) | |
tree | 44d89f278d5dd066603e5ab9c0b270bc8eb4ad51 /src/logoptions.ui | |
download | klamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.tar.gz klamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.zip |
Initial commit
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/logoptions.ui')
-rw-r--r-- | src/logoptions.ui | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/src/logoptions.ui b/src/logoptions.ui new file mode 100644 index 0000000..d696136 --- /dev/null +++ b/src/logoptions.ui @@ -0,0 +1,186 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>LogOptions</class> +<widget class="QWidget"> + <property name="name"> + <cstring>LogOptions</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>388</width> + <height>386</height> + </rect> + </property> + <property name="caption"> + <string>Options for Logging</string> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>LimitsGroup</cstring> + </property> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>370</width> + <height>310</height> + </rect> + </property> + <property name="title"> + <string>Logging Options</string> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="geometry"> + <rect> + <x>12</x> + <y>69</y> + <width>161</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Log the following events:</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <property name="geometry"> + <rect> + <x>11</x> + <y>91</y> + <width>300</width> + <height>210</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_LaunchShutdown</cstring> + </property> + <property name="text"> + <string>&Application Launch/Shutdown</string> + </property> + <property name="accel"> + <string>Alt+A</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_StartedStoppedCancelled</cstring> + </property> + <property name="text"> + <string>Scan Starte&d/Stopped/Cancelled</string> + </property> + <property name="accel"> + <string>Alt+D</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_Quarantined</cstring> + </property> + <property name="text"> + <string>&File Quarantined</string> + </property> + <property name="accel"> + <string>Alt+F</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_DBUpdates</cstring> + </property> + <property name="text"> + <string>Data&base Updates</string> + </property> + <property name="accel"> + <string>Alt+B</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_SoftwareUpdates</cstring> + </property> + <property name="text"> + <string>Software &Updates</string> + </property> + <property name="accel"> + <string>Alt+U</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_VirusFound</cstring> + </property> + <property name="text"> + <string>&Virus/Suspicious File Found</string> + </property> + <property name="accel"> + <string>Alt+V</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_Error</cstring> + </property> + <property name="text"> + <string>&Error Encountered</string> + </property> + <property name="accel"> + <string>Alt+E</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <property name="geometry"> + <rect> + <x>12</x> + <y>17</y> + <width>300</width> + <height>40</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QSpinBox" row="0" column="1"> + <property name="name"> + <cstring>kcfg_ExpireDays</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>MaxMBsEx</cstring> + </property> + <property name="text"> + <string>Expire events after</string> + </property> + </widget> + <widget class="QLabel" row="0" column="2"> + <property name="name"> + <cstring>MaxMBsEx_2</cstring> + </property> + <property name="text"> + <string>day(s)</string> + </property> + </widget> + </grid> + </widget> + </widget> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |