summaryrefslogtreecommitdiffstats
path: root/kgpg/conf_decryption.ui
blob: 911b1584ce87c0d2632b915fe51a71d505d4844d (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
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>Decryption</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>Decryption</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>388</width>
            <height>233</height>
        </rect>
    </property>
    <property name="caption">
        <string></string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="KLineEdit" row="1" column="0">
            <property name="name">
                <cstring>kcfg_CustomDecrypt</cstring>
            </property>
            <property name="enabled">
                <bool>true</bool>
            </property>
        </widget>
        <spacer row="2" column="0">
            <property name="name">
                <cstring>spacer3_2</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>21</width>
                    <height>155</height>
                </size>
            </property>
        </spacer>
        <widget class="TQLabel" row="0" column="0">
            <property name="name">
                <cstring>textLabel1_4_2</cstring>
            </property>
            <property name="text">
                <string>Custom decryption command:</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;&lt;b&gt;Custom Decryption Command:&lt;/b&gt;&lt;br /&gt;
		&lt;p&gt;This option allows the user to specify a custom command to be executed by GPG when decryption occurs. (This is recommended for advanced users only).&lt;/p&gt;
		&lt;/qt&gt;</string>
            </property>
        </widget>
    </grid>
</widget>
<slots>
    <slot>use_agent_toggled( bool isOn )</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
    <include location="global" impldecl="in implementation">klineedit.h</include>
</includes>
</UI>