diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kmail/warningconfiguration.ui | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/warningconfiguration.ui')
-rw-r--r-- | kmail/warningconfiguration.ui | 408 |
1 files changed, 408 insertions, 0 deletions
diff --git a/kmail/warningconfiguration.ui b/kmail/warningconfiguration.ui new file mode 100644 index 000000000..7ed3ec927 --- /dev/null +++ b/kmail/warningconfiguration.ui @@ -0,0 +1,408 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>WarningConfiguration</class> +<widget class="QWidget"> + <property name="name"> + <cstring>WarningConfiguration</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>552</width> + <height>325</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>mWarnUnsigned</cstring> + </property> + <property name="text"> + <string>Warn when trying to send &unsigned messages</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Check to be warned when sending unsigned messages.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn When Trying To Send Unsigned Messages</h1> +If this box is checked, you will be warned when you try to send parts of or the whole message unsigned. +<p> +It is recommended to leave this option turned on for maximum integrity. +</qt></string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>warnUnencryptedCB</cstring> + </property> + <property name="text"> + <string>&Warn when trying to send unencrypted messages</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Check to be warned when sending unencrypted messages.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn When Trying To Send Unencrypted Messages</h1> +If this box is checked, you will be warned when you try to send parts of or the whole message unencrypted. +<p> +It is recommended to leave this option turned on for maximum integrity. +</qt></string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>warnReceiverNotInCertificateCB</cstring> + </property> + <property name="text"> + <string>Warn if &Receiver's Email Address is Not in Certificate</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Check to be warned if the address is not in the certificate</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn If Receiver's Email Address Is Not In Certificate</h1> +If this option is checked, a warning is issued if the email address of the receiver is not contained in the certificate used for encrypting. +<p> +It is recommended to leave this option turned on for maximum security. +</qt></string> + </property> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>warnGroupBox</cstring> + </property> + <property name="title"> + <string>Warn if certificates/keys expire soon (configure thresholds below)</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="1"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>For signing</string> + </property> + <property name="alignment"> + <set>AlignCenter</set> + </property> + </widget> + <widget class="QLabel" row="0" column="2"> + <property name="name"> + <cstring>textLabel2_2</cstring> + </property> + <property name="text"> + <string>For encryption</string> + </property> + <property name="alignment"> + <set>AlignCenter</set> + </property> + </widget> + <widget class="QSpinBox" row="1" column="1"> + <property name="name"> + <cstring>mWarnSignKeyExpiresSB</cstring> + </property> + <property name="suffix"> + <string> days</string> + </property> + <property name="maxValue"> + <number>999</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>14</number> + </property> + <property name="toolTip" stdset="0"> + <string>Select the number of days here</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn If Signature Certificate Expires</h1> +Select the minimum number of days the signature certificate should be valid without issuing a warning. +<p> +The recommended SPHINX setting is 14 days. +</qt></string> + </property> + </widget> + <widget class="QSpinBox" row="1" column="2"> + <property name="name"> + <cstring>mWarnEncrKeyExpiresSB</cstring> + </property> + <property name="suffix"> + <string> days</string> + </property> + <property name="maxValue"> + <number>999</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>14</number> + </property> + <property name="toolTip" stdset="0"> + <string>Select the number of days here</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn If Encryption Certificate Expires</h1> +Select the minimum number of days the encryption certificate should be valid without issuing a warning. +<p> +The recommended SPHINX setting is 14 days. +</qt></string> + </property> + </widget> + <widget class="QSpinBox" row="2" column="2"> + <property name="name"> + <cstring>mWarnEncrChainCertExpiresSB</cstring> + </property> + <property name="suffix"> + <string> days</string> + </property> + <property name="maxValue"> + <number>999</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>14</number> + </property> + <property name="toolTip" stdset="0"> + <string>Select the number of days here</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn If A Certificate In The Chain Expires</h1> +Select the minimum number of days all certificates in the chain should be valid without issuing a warning. +<p> +The recommended SPHINX setting is 14 days. +</qt></string> + </property> + </widget> + <widget class="QSpinBox" row="2" column="1"> + <property name="name"> + <cstring>mWarnSignChainCertExpiresSB</cstring> + </property> + <property name="suffix"> + <string> days</string> + </property> + <property name="maxValue"> + <number>999</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>14</number> + </property> + <property name="toolTip" stdset="0"> + <string>Select the number of days here</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn If CA Certificate Expires</h1> +Select the minimum number of days the CA certificate should be valid without issuing a warning. +<p> +The recommended SPHINX setting is 14 days. +</qt></string> + </property> + </widget> + <widget class="QSpinBox" row="3" column="1"> + <property name="name"> + <cstring>mWarnSignRootCertExpiresSB</cstring> + </property> + <property name="suffix"> + <string> days</string> + </property> + <property name="maxValue"> + <number>999</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>14</number> + </property> + <property name="toolTip" stdset="0"> + <string>Select the number of days here</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn If Root Certificate Expires</h1> +Select the minimum number of days the root certificate should be valid without issuing a warning. +<p> +The recommended SPHINX setting is 14 days. +</qt></string> + </property> + </widget> + <widget class="QSpinBox" row="3" column="2"> + <property name="name"> + <cstring>mWarnEncrRootCertExpiresSB</cstring> + </property> + <property name="suffix"> + <string> days</string> + </property> + <property name="maxValue"> + <number>999</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>14</number> + </property> + <property name="toolTip" stdset="0"> + <string>Select the number of days here</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +<h1>Warn If Root Certificate Expires</h1> +Select the minimum number of days the root certificate should be valid without issuing a warning. +<p> +The recommended SPHINX setting is 14 days. +</qt></string> + </property> + </widget> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>textLabel1_2_2</cstring> + </property> + <property name="text"> + <string>For root certificates:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mWarnSignRootCertExpiresSB</cstring> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>For intermediate CA certificates:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mWarnSignChainCertExpiresSB</cstring> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>For end-user certificates/keys:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mWarnSignKeyExpiresSB</cstring> + </property> + </widget> + <spacer row="2" column="3"> + <property name="name"> + <cstring>spacer5</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer23</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>90</height> + </size> + </property> + </spacer> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>enableAllWarningsPB</cstring> + </property> + <property name="text"> + <string>Re-enable All "Don't Ask Again" Warnings</string> + </property> + </widget> + </hbox> + </widget> + </vbox> +</widget> +<tabstops> + <tabstop>mWarnUnsigned</tabstop> + <tabstop>warnUnencryptedCB</tabstop> + <tabstop>warnReceiverNotInCertificateCB</tabstop> + <tabstop>mWarnSignKeyExpiresSB</tabstop> + <tabstop>mWarnSignChainCertExpiresSB</tabstop> + <tabstop>mWarnSignRootCertExpiresSB</tabstop> + <tabstop>mWarnEncrKeyExpiresSB</tabstop> + <tabstop>mWarnEncrChainCertExpiresSB</tabstop> + <tabstop>mWarnEncrRootCertExpiresSB</tabstop> + <tabstop>enableAllWarningsPB</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |