Warning, /pim/calendarsupport/src/printing/calprintjournalconfig_base.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 <author>Reinhold Kainhofer <reinhold@kainhofer.com></author> 0004 <comment>Configuration page for the print journal mode.</comment> 0005 <class>CalPrintJournalConfig_Base</class> 0006 <widget class="QWidget" name="CalPrintJournalConfig_Base"> 0007 <layout class="QVBoxLayout"> 0008 <property name="rightMargin"> 0009 <number>0</number> 0010 </property> 0011 <item> 0012 <widget class="QLabel" name="label"> 0013 <property name="text"> 0014 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 0015 p, li { white-space: pre-wrap; } 0016 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 0017 <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;">Print journal options:</span></p></body></html></string> 0018 </property> 0019 </widget> 0020 </item> 0021 <item> 0022 <widget class="QGroupBox" name="mDateRangeGroup"> 0023 <property name="title"> 0024 <string>Date && Time Range</string> 0025 </property> 0026 <layout class="QVBoxLayout"> 0027 <item> 0028 <widget class="QRadioButton" name="mAllJournals"> 0029 <property name="text"> 0030 <string>&All journal entries</string> 0031 </property> 0032 <attribute name="buttonGroup"> 0033 <string notr="true">buttonGroup</string> 0034 </attribute> 0035 </widget> 0036 </item> 0037 <item> 0038 <widget class="QRadioButton" name="mRangeJournals"> 0039 <property name="focusPolicy"> 0040 <enum>Qt::TabFocus</enum> 0041 </property> 0042 <property name="text"> 0043 <string>Date &range:</string> 0044 </property> 0045 <attribute name="buttonGroup"> 0046 <string notr="true">buttonGroup</string> 0047 </attribute> 0048 </widget> 0049 </item> 0050 <item> 0051 <layout class="QHBoxLayout" name="mDateRangeLayout"> 0052 <item> 0053 <spacer> 0054 <property name="orientation"> 0055 <enum>Qt::Horizontal</enum> 0056 </property> 0057 <property name="sizeType"> 0058 <enum>QSizePolicy::Fixed</enum> 0059 </property> 0060 <property name="sizeHint" stdset="0"> 0061 <size> 0062 <width>24</width> 0063 <height>1</height> 0064 </size> 0065 </property> 0066 </spacer> 0067 </item> 0068 <item> 0069 <widget class="QLabel" name="mFromDateLabel"> 0070 <property name="toolTip"> 0071 <string>Starting date for the print</string> 0072 </property> 0073 <property name="whatsThis"> 0074 <string>If you want to print more days at once, you can define a range of dates with this option and the <i>End date</i> option. This option is used to define the start date.</string> 0075 </property> 0076 <property name="text"> 0077 <string>&Start date:</string> 0078 </property> 0079 <property name="buddy"> 0080 <cstring>mFromDate</cstring> 0081 </property> 0082 </widget> 0083 </item> 0084 <item> 0085 <widget class="KDateComboBox" name="mFromDate"> 0086 <property name="focusPolicy"> 0087 <enum>Qt::StrongFocus</enum> 0088 </property> 0089 <property name="toolTip"> 0090 <string>Starting date for the print</string> 0091 </property> 0092 <property name="whatsThis"> 0093 <string>If you want to print more days at once, you can define a range of dates with this option and the <i>End date</i> option. This option is used to define the start date.</string> 0094 </property> 0095 </widget> 0096 </item> 0097 <item> 0098 <widget class="QLabel" name="mToDateLabel"> 0099 <property name="toolTip"> 0100 <string>Ending date for the print</string> 0101 </property> 0102 <property name="whatsThis"> 0103 <string>If you want to print more days at once, you can define a range of dates with this option and the <i>Start date</i> option. This option is used to define the end date.</string> 0104 </property> 0105 <property name="text"> 0106 <string>&End date:</string> 0107 </property> 0108 <property name="buddy"> 0109 <cstring>mToDate</cstring> 0110 </property> 0111 </widget> 0112 </item> 0113 <item> 0114 <widget class="KDateComboBox" name="mToDate"> 0115 <property name="focusPolicy"> 0116 <enum>Qt::StrongFocus</enum> 0117 </property> 0118 <property name="toolTip"> 0119 <string>Ending date for the print</string> 0120 </property> 0121 <property name="whatsThis"> 0122 <string>If you want to print more days at once, you can define a range of dates with this option and the <i>Start date</i> option. This option is used to define the end date.</string> 0123 </property> 0124 </widget> 0125 </item> 0126 <item> 0127 <spacer> 0128 <property name="orientation"> 0129 <enum>Qt::Horizontal</enum> 0130 </property> 0131 <property name="sizeType"> 0132 <enum>QSizePolicy::Expanding</enum> 0133 </property> 0134 </spacer> 0135 </item> 0136 </layout> 0137 </item> 0138 </layout> 0139 </widget> 0140 </item> 0141 <item> 0142 <widget class="QGroupBox" name="mSecurity"> 0143 <property name="title"> 0144 <string>Security Exclusions</string> 0145 </property> 0146 <layout class="QHBoxLayout" name="horizontalLayout"> 0147 <item> 0148 <widget class="QCheckBox" name="mExcludeConfidential"> 0149 <property name="toolTip"> 0150 <string>Check this option to exclude items that have their Access level set to “Confidential”</string> 0151 </property> 0152 <property name="text"> 0153 <string>Exclude c&onfidential</string> 0154 </property> 0155 </widget> 0156 </item> 0157 <item> 0158 <widget class="QCheckBox" name="mExcludePrivate"> 0159 <property name="toolTip"> 0160 <string>Check this option to exclude items that have their Access level set to “Private”</string> 0161 </property> 0162 <property name="text"> 0163 <string>Exclude pri&vate</string> 0164 </property> 0165 </widget> 0166 </item> 0167 </layout> 0168 </widget> 0169 </item> 0170 <item> 0171 <widget class="QGroupBox" name="mGeneralGroup"> 0172 <property name="title"> 0173 <string comment="@title general print settings">General</string> 0174 </property> 0175 <layout class="QVBoxLayout" name="verticalLayout"> 0176 <item> 0177 <widget class="QCheckBox" name="mPrintFooter"> 0178 <property name="toolTip"> 0179 <string>Print a datetime footer on each page</string> 0180 </property> 0181 <property name="whatsThis"> 0182 <string>Check this box if you want to print a small footer on each page that contains the date of the print.</string> 0183 </property> 0184 <property name="text"> 0185 <string>Print &Footer</string> 0186 </property> 0187 </widget> 0188 </item> 0189 </layout> 0190 </widget> 0191 </item> 0192 <item> 0193 <spacer> 0194 <property name="orientation"> 0195 <enum>Qt::Vertical</enum> 0196 </property> 0197 <property name="sizeType"> 0198 <enum>QSizePolicy::Expanding</enum> 0199 </property> 0200 </spacer> 0201 </item> 0202 </layout> 0203 </widget> 0204 <customwidgets> 0205 <customwidget> 0206 <class>KDateComboBox</class> 0207 <extends>QComboBox</extends> 0208 <header>kdatecombobox.h</header> 0209 </customwidget> 0210 </customwidgets> 0211 <resources/> 0212 <connections> 0213 <connection> 0214 <sender>mRangeJournals</sender> 0215 <signal>toggled(bool)</signal> 0216 <receiver>mFromDate</receiver> 0217 <slot>setEnabled(bool)</slot> 0218 <hints> 0219 <hint type="sourcelabel"> 0220 <x>253</x> 0221 <y>98</y> 0222 </hint> 0223 <hint type="destinationlabel"> 0224 <x>187</x> 0225 <y>127</y> 0226 </hint> 0227 </hints> 0228 </connection> 0229 <connection> 0230 <sender>mRangeJournals</sender> 0231 <signal>toggled(bool)</signal> 0232 <receiver>mFromDateLabel</receiver> 0233 <slot>setEnabled(bool)</slot> 0234 <hints> 0235 <hint type="sourcelabel"> 0236 <x>253</x> 0237 <y>98</y> 0238 </hint> 0239 <hint type="destinationlabel"> 0240 <x>78</x> 0241 <y>127</y> 0242 </hint> 0243 </hints> 0244 </connection> 0245 <connection> 0246 <sender>mRangeJournals</sender> 0247 <signal>toggled(bool)</signal> 0248 <receiver>mToDate</receiver> 0249 <slot>setEnabled(bool)</slot> 0250 <hints> 0251 <hint type="sourcelabel"> 0252 <x>253</x> 0253 <y>98</y> 0254 </hint> 0255 <hint type="destinationlabel"> 0256 <x>397</x> 0257 <y>127</y> 0258 </hint> 0259 </hints> 0260 </connection> 0261 <connection> 0262 <sender>mRangeJournals</sender> 0263 <signal>toggled(bool)</signal> 0264 <receiver>mToDateLabel</receiver> 0265 <slot>setEnabled(bool)</slot> 0266 <hints> 0267 <hint type="sourcelabel"> 0268 <x>253</x> 0269 <y>98</y> 0270 </hint> 0271 <hint type="destinationlabel"> 0272 <x>292</x> 0273 <y>127</y> 0274 </hint> 0275 </hints> 0276 </connection> 0277 </connections> 0278 <buttongroups> 0279 <buttongroup name="buttonGroup"/> 0280 </buttongroups> 0281 </ui>