<!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><qt><b>Custom Decryption Command:</b><br /> <p>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).</p> </qt></string> </property> </widget> </grid> </widget> <Q_SLOTS> <slot>use_agent_toggled( bool isOn )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> </UI>