Warning, /pim/kdepim-runtime/resources/mbox/compactpage.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>CompactPage</class> 0004 <widget class="QWidget" name="CompactPage"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>362</width> 0010 <height>568</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout" name="gridLayout_2"> 0014 <item row="0" column="0" colspan="4"> 0015 <widget class="QLabel" name="label"> 0016 <property name="text"> 0017 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 0018 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 0019 p, li { white-space: pre-wrap; } 0020 </style></head><body style=" font-size:10pt; font-weight:400; font-style:normal;"> 0021 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The only way to fully remove a mail from an mbox file is by removing it from the actual file. As this can be a rather expensive operation, the mbox resource keeps a list of deleted messages. Once in a while these messages are really removed from the file.</p> 0022 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> 0023 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note:</span> The downside of this is that if the file is changed by another program, the list of deleted messages cannot be trusted any longer and deleted messages might reappear.</p></body></html></string> 0024 </property> 0025 <property name="wordWrap"> 0026 <bool>true</bool> 0027 </property> 0028 </widget> 0029 </item> 0030 <item row="3" column="0"> 0031 <spacer name="horizontalSpacer"> 0032 <property name="orientation"> 0033 <enum>Qt::Horizontal</enum> 0034 </property> 0035 <property name="sizeHint" stdset="0"> 0036 <size> 0037 <width>40</width> 0038 <height>20</height> 0039 </size> 0040 </property> 0041 </spacer> 0042 </item> 0043 <item row="3" column="2"> 0044 <widget class="QPushButton" name="compactButton"> 0045 <property name="enabled"> 0046 <bool>false</bool> 0047 </property> 0048 <property name="text"> 0049 <string>&Compact now</string> 0050 </property> 0051 </widget> 0052 </item> 0053 <item row="2" column="2"> 0054 <spacer name="verticalSpacer"> 0055 <property name="orientation"> 0056 <enum>Qt::Vertical</enum> 0057 </property> 0058 <property name="sizeHint" stdset="0"> 0059 <size> 0060 <width>20</width> 0061 <height>40</height> 0062 </size> 0063 </property> 0064 </spacer> 0065 </item> 0066 <item row="3" column="1"> 0067 <widget class="QLabel" name="messageLabel"> 0068 <property name="text"> 0069 <string/> 0070 </property> 0071 </widget> 0072 </item> 0073 <item row="1" column="0" colspan="3"> 0074 <widget class="QGroupBox" name="kcfg_CompactFrequency"> 0075 <layout class="QGridLayout" name="gridLayout_3"> 0076 <item row="1" column="0" colspan="2"> 0077 <widget class="QRadioButton" name="never"> 0078 <property name="text"> 0079 <string>&Never compact automatically</string> 0080 </property> 0081 </widget> 0082 </item> 0083 <item row="2" column="0"> 0084 <widget class="QRadioButton" name="per_x_messages"> 0085 <property name="text"> 0086 <string>C&ompact every</string> 0087 </property> 0088 <property name="checked"> 0089 <bool>true</bool> 0090 </property> 0091 </widget> 0092 </item> 0093 <item row="2" column="1"> 0094 <widget class="QSpinBox" name="kcfg_MessageCount"> 0095 <property name="suffix"> 0096 <string>msg</string> 0097 </property> 0098 </widget> 0099 </item> 0100 </layout> 0101 </widget> 0102 </item> 0103 </layout> 0104 </widget> 0105 <resources/> 0106 <connections> 0107 <connection> 0108 <sender>per_x_messages</sender> 0109 <signal>toggled(bool)</signal> 0110 <receiver>kcfg_MessageCount</receiver> 0111 <slot>setEnabled(bool)</slot> 0112 <hints> 0113 <hint type="sourcelabel"> 0114 <x>75</x> 0115 <y>254</y> 0116 </hint> 0117 <hint type="destinationlabel"> 0118 <x>198</x> 0119 <y>253</y> 0120 </hint> 0121 </hints> 0122 </connection> 0123 </connections> 0124 </ui>