Warning, /pim/calendarsupport/src/printing/calprintdayconfig_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 day mode.</comment>
0005 <class>CalPrintDayConfig_Base</class>
0006 <widget class="QWidget" name="CalPrintDayConfig_Base">
0007 <layout class="QVBoxLayout" name="verticalLayout">
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 day 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="QGridLayout">
0027 <item row="0" column="0">
0028 <widget class="QLabel" name="mFromDateLabel">
0029 <property name="toolTip">
0030 <string>Starting date for the print</string>
0031 </property>
0032 <property name="whatsThis">
0033 <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>
0034 </property>
0035 <property name="text">
0036 <string>&Start date:</string>
0037 </property>
0038 <property name="buddy">
0039 <cstring>mFromDate</cstring>
0040 </property>
0041 </widget>
0042 </item>
0043 <item row="0" column="1">
0044 <widget class="KDateComboBox" name="mFromDate">
0045 <property name="focusPolicy">
0046 <enum>Qt::StrongFocus</enum>
0047 </property>
0048 <property name="toolTip">
0049 <string>Starting date for the print</string>
0050 </property>
0051 <property name="whatsThis">
0052 <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>
0053 </property>
0054 <item>
0055 <property name="text">
0056 <string>2009-01-19</string>
0057 </property>
0058 </item>
0059 </widget>
0060 </item>
0061 <item row="0" column="2">
0062 <widget class="QLabel" name="mFromTimeLabel">
0063 <property name="toolTip">
0064 <string>Starting time for the print</string>
0065 </property>
0066 <property name="whatsThis">
0067 <string>It is possible to print only those events which are inside a given time range. With this time selection box you can define the start of this time range. The end time should be defined with the <i>End time</i> option. Note you can automatically modify these settings if you check <i>Extend time range to include all events</i>.</string>
0068 </property>
0069 <property name="text">
0070 <string>Start &time:</string>
0071 </property>
0072 <property name="buddy">
0073 <cstring>mFromTime</cstring>
0074 </property>
0075 </widget>
0076 </item>
0077 <item row="0" column="3">
0078 <widget class="QTimeEdit" name="mFromTime">
0079 <property name="toolTip">
0080 <string>Starting time for the print</string>
0081 </property>
0082 <property name="whatsThis">
0083 <string>It is possible to print only those events which are inside a given time range. With this time selection box you can define the start of this time range. The end time should be defined with the <i>End time</i> option. Note you can automatically modify these settings if you check <i>Extend time range to include all events</i>.</string>
0084 </property>
0085 <property name="displayFormat">
0086 <string>hh:mm</string>
0087 </property>
0088 <property name="time">
0089 <time>
0090 <hour>8</hour>
0091 <minute>0</minute>
0092 <second>0</second>
0093 </time>
0094 </property>
0095 </widget>
0096 </item>
0097 <item row="0" column="4">
0098 <spacer>
0099 <property name="orientation">
0100 <enum>Qt::Horizontal</enum>
0101 </property>
0102 <property name="sizeType">
0103 <enum>QSizePolicy::Expanding</enum>
0104 </property>
0105 </spacer>
0106 </item>
0107 <item row="1" column="0">
0108 <widget class="QLabel" name="mToDateLabel">
0109 <property name="toolTip">
0110 <string>Ending date for the print</string>
0111 </property>
0112 <property name="whatsThis">
0113 <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>
0114 </property>
0115 <property name="text">
0116 <string>&End date:</string>
0117 </property>
0118 <property name="buddy">
0119 <cstring>mToDate</cstring>
0120 </property>
0121 </widget>
0122 </item>
0123 <item row="1" column="1">
0124 <widget class="KDateComboBox" name="mToDate">
0125 <property name="focusPolicy">
0126 <enum>Qt::StrongFocus</enum>
0127 </property>
0128 <property name="toolTip">
0129 <string>Ending date for the print</string>
0130 </property>
0131 <property name="whatsThis">
0132 <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>
0133 </property>
0134 <item>
0135 <property name="text">
0136 <string>2009-01-19</string>
0137 </property>
0138 </item>
0139 </widget>
0140 </item>
0141 <item row="1" column="2">
0142 <widget class="QLabel" name="mToTimeLabel">
0143 <property name="toolTip">
0144 <string>Ending time for the print</string>
0145 </property>
0146 <property name="whatsThis">
0147 <string>It is possible to print only those events which are inside a given time range. With this time selection box you can define the end of this time range. The start time should be defined with the <i>Start time</i> option. Note you can automatically modify these settings if you check <i>Extend time range to include all events</i>.</string>
0148 </property>
0149 <property name="text">
0150 <string>End ti&me:</string>
0151 </property>
0152 <property name="buddy">
0153 <cstring>mToTime</cstring>
0154 </property>
0155 </widget>
0156 </item>
0157 <item row="1" column="3">
0158 <widget class="QTimeEdit" name="mToTime">
0159 <property name="toolTip">
0160 <string>Ending time for the print</string>
0161 </property>
0162 <property name="whatsThis">
0163 <string>It is possible to print only those events which are inside a given time range. With this time selection box you can define the end of this time range. The start time should be defined with the <i>Start time</i> option. Note you can automatically modify these settings if you check <i>Extend time range to include all events</i>.</string>
0164 </property>
0165 <property name="displayFormat">
0166 <string>hh:mm</string>
0167 </property>
0168 <property name="time">
0169 <time>
0170 <hour>18</hour>
0171 <minute>0</minute>
0172 <second>0</second>
0173 </time>
0174 </property>
0175 </widget>
0176 </item>
0177 <item row="1" column="4">
0178 <spacer>
0179 <property name="orientation">
0180 <enum>Qt::Horizontal</enum>
0181 </property>
0182 <property name="sizeType">
0183 <enum>QSizePolicy::Expanding</enum>
0184 </property>
0185 </spacer>
0186 </item>
0187 <item row="2" column="0" colspan="5">
0188 <widget class="QCheckBox" name="mIncludeAllEvents">
0189 <property name="toolTip">
0190 <string>Check this option to automatically determine the required time range, so all events will be shown.</string>
0191 </property>
0192 <property name="text">
0193 <string>E&xtend time range to include all events</string>
0194 </property>
0195 </widget>
0196 </item>
0197 </layout>
0198 </widget>
0199 </item>
0200 <item>
0201 <widget class="QGroupBox" name="mPrintType">
0202 <property name="title">
0203 <string>Print Layout</string>
0204 </property>
0205 <layout class="QVBoxLayout">
0206 <item>
0207 <widget class="QRadioButton" name="mPrintTypeFilofax">
0208 <property name="toolTip">
0209 <string>The Filofax format prints the information for the days selected without a timeline.</string>
0210 </property>
0211 <property name="text">
0212 <string>Print date &range as Filofax format, all on one page</string>
0213 </property>
0214 </widget>
0215 </item>
0216 <item>
0217 <widget class="QRadioButton" name="mPrintTypeTimetable">
0218 <property name="toolTip">
0219 <string>The timetable print view has the times to the left of the page.</string>
0220 </property>
0221 <property name="text">
0222 <string>Print as timeta&ble view, one page per day</string>
0223 </property>
0224 </widget>
0225 </item>
0226 <item>
0227 <widget class="QRadioButton" name="mPrintTypeSingleTimetable">
0228 <property name="toolTip">
0229 <string>The timetable print view has the times to the left of the page. All days are printed as columns in one big timetable.</string>
0230 </property>
0231 <property name="text">
0232 <string>Print as timetable view, all da&ys on a single page</string>
0233 </property>
0234 </widget>
0235 </item>
0236 </layout>
0237 </widget>
0238 </item>
0239 <item>
0240 <widget class="QGroupBox" name="mSecurity">
0241 <property name="title">
0242 <string>Security Exclusions</string>
0243 </property>
0244 <layout class="QHBoxLayout" name="horizontalLayout">
0245 <item>
0246 <widget class="QCheckBox" name="mExcludeConfidential">
0247 <property name="toolTip">
0248 <string>Check this option to exclude items that have their Access level set to “Confidential”</string>
0249 </property>
0250 <property name="text">
0251 <string>Exclude c&onfidential</string>
0252 </property>
0253 </widget>
0254 </item>
0255 <item>
0256 <widget class="QCheckBox" name="mExcludePrivate">
0257 <property name="toolTip">
0258 <string>Check this option to exclude items that have their Access level set to “Private”</string>
0259 </property>
0260 <property name="text">
0261 <string>Exclude pri&vate</string>
0262 </property>
0263 </widget>
0264 </item>
0265 </layout>
0266 </widget>
0267 </item>
0268 <item>
0269 <widget class="QGroupBox" name="mIncludeInfoGroup">
0270 <property name="title">
0271 <string>Include Information</string>
0272 </property>
0273 <layout class="QGridLayout" name="includeInfoLayout">
0274 <item row="0" column="0">
0275 <widget class="QCheckBox" name="mIncludeDescription">
0276 <property name="toolTip">
0277 <string>Print item descriptions</string>
0278 </property>
0279 <property name="whatsThis">
0280 <string>Check this option if you want to see the item descriptions printed.</string>
0281 </property>
0282 <property name="text">
0283 <string>&Descriptions</string>
0284 </property>
0285 </widget>
0286 </item>
0287 <item row="0" column="1">
0288 <widget class="QCheckBox" name="mIncludeCategories">
0289 <property name="toolTip">
0290 <string>Print item tags</string>
0291 </property>
0292 <property name="whatsThis">
0293 <string>Check this option if you want to see the item tags printed.</string>
0294 </property>
0295 <property name="text">
0296 <string>Ta&gs</string>
0297 </property>
0298 </widget>
0299 </item>
0300 <item row="1" column="0" colspan="2">
0301 <widget class="QCheckBox" name="mIncludeTodos">
0302 <property name="enabled">
0303 <bool>false</bool>
0304 </property>
0305 <property name="toolTip">
0306 <string>Print to-dos due within the specified date range</string>
0307 </property>
0308 <property name="whatsThis">
0309 <string>You should check this option if you want to print to-dos which are due on one of the dates which are in the supplied date range.</string>
0310 </property>
0311 <property name="text">
0312 <string>Include to-&dos that are due on the printed day(s)</string>
0313 </property>
0314 </widget>
0315 </item>
0316 <item row="2" column="0" colspan="2">
0317 <widget class="QCheckBox" name="mExcludeTime">
0318 <property name="toolTip">
0319 <string>Check this option to exclude the time in description box</string>
0320 </property>
0321 <property name="text">
0322 <string>Exclude t&ime from timetable detail display items</string>
0323 </property>
0324 </widget>
0325 </item>
0326 </layout>
0327 </widget>
0328 </item>
0329 <item>
0330 <widget class="QGroupBox" name="mGeneralGroup">
0331 <property name="title">
0332 <string comment="@title general print settings">General</string>
0333 </property>
0334 <layout class="QVBoxLayout" name="generalLayout">
0335 <item>
0336 <widget class="QCheckBox" name="mSingleLineLimit">
0337 <property name="toolTip">
0338 <string>Print items on one line</string>
0339 </property>
0340 <property name="whatsThis">
0341 <string>Check this option to limit events to a single line, truncating as necessary to save space.</string>
0342 </property>
0343 <property name="text">
0344 <string>Limit events in each day to a &single line</string>
0345 </property>
0346 </widget>
0347 </item>
0348 <item>
0349 <widget class="QCheckBox" name="mShowNoteLines">
0350 <property name="toolTip">
0351 <string>Check this option to draw note lines in empty areas.</string>
0352 </property>
0353 <property name="text">
0354 <string>Show note &lines in Filofax layout</string>
0355 </property>
0356 </widget>
0357 </item>
0358 <item>
0359 <widget class="QCheckBox" name="mColors">
0360 <property name="toolTip">
0361 <string>Print in color</string>
0362 </property>
0363 <property name="whatsThis">
0364 <string>If you want to use colors to distinguish certain tags in the printed output, check this option.</string>
0365 </property>
0366 <property name="text">
0367 <string>&Use colors</string>
0368 </property>
0369 </widget>
0370 </item>
0371 <item>
0372 <widget class="QCheckBox" name="mPrintFooter">
0373 <property name="toolTip">
0374 <string>Print a datetime footer on each page</string>
0375 </property>
0376 <property name="whatsThis">
0377 <string>Check this box if you want to print a small footer on each page that contains the date of the print.</string>
0378 </property>
0379 <property name="text">
0380 <string>Print &Footer</string>
0381 </property>
0382 </widget>
0383 </item>
0384 </layout>
0385 </widget>
0386 </item>
0387 <item>
0388 <spacer name="verticalSpacer">
0389 <property name="orientation">
0390 <enum>Qt::Vertical</enum>
0391 </property>
0392 </spacer>
0393 </item>
0394 </layout>
0395 </widget>
0396 <customwidgets>
0397 <customwidget>
0398 <class>KDateComboBox</class>
0399 <extends>QComboBox</extends>
0400 <header>kdatecombobox.h</header>
0401 </customwidget>
0402 </customwidgets>
0403 <resources/>
0404 <connections/>
0405 </ui>