/usr/share/kadu/plugins/configuration/hints-notifier.ui is in kadu-common 0.12.3-3.
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 | <?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
<section name="Notifications">
<tab name="Hints">
<group-box name="Look">
<label caption="<b>Here</b> you can see the preview" id="preview" />
<select-font caption="Font" config-section="Hints" config-item="_font" id="font" />
<color-button caption="Font color" config-section="Hints" config-item="_fgcolor" id="fgcolor" />
<color-button caption="Background color" config-section="Hints" config-item="_bgcolor" id="bgcolor" />
<spin-box caption="Timeout" config-section="Hints" config-item="_timeout" id="timeout" min-value="0" max-value="3600" suffix="%n second(s)"/>
<line-edit caption="Syntax" config-section="Hints" config-item="_syntax" id="syntax"/>
</group-box>
</tab>
</section>
</configuration-ui>
|