/usr/share/kadu/plugins/configuration/screenshot.ui is in kadu-common 4.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
<section name="Extras" icon="image-loading">
<tab name="Screenshot">
<group-box name="General Settings">
<combo-box caption="Screenshot file format" config-section="ScreenShot" config-item="fileFormat" id="screenshot/formats"
tool-tip="Select image format, which screenshots will be stored and sent in." />
<check-box caption="Force .jpg extension for JPEG format" config-section="ScreenShot" config-item="use_short_jpg"
tool-tip="Forces to use short .jpg extension for files in JPEG format. Some other instant messagers needs it." />
<spin-box caption="Screenshots quality" config-section="ScreenShot" config-item="quality" min-value="-1" max-value="100"
tool-tip="-1 for autodetection, 0 for best file compression, 100 for best image quality." />
<check-box caption="Paste image to chat window automatically" config-section="ScreenShot" config-item="paste_clause"
tool-tip="When enabled, plugin will automatically paste ready to send [IMAGE] clause in chat window." />
</group-box>
<group-box name="Directory">
<select-file caption="Screenshots directory path" config-section="ScreenShot" config-item="path" type="directory" />
<line-edit caption="Screenshots filename prefix" config-section="ScreenShot" config-item="filenamePrefix" />
<check-box caption="Enable directory size control" config-section="ScreenShot" config-item="dir_size_warns" id="screenshot/enableSizeLimit"
tool-tip="When enabled, plugin will check for shots directory size and warn you if it gets size specified below." />
<spin-box caption="Maximum directory size" config-section="ScreenShot" config-item="dir_size_limit" min-value="10" max-value="500000" step="50" suffix=" kB" id="screenshot/sizeLimit"
tool-tip="Define, how many kbytes can shots take in the directory before plugin will warn you." />
</group-box>
</tab>
</section>
</configuration-ui>
|