Warning, /pim/calendarsupport/src/printing/calprintmonthconfig_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 &lt;reinhold@kainhofer.com&gt;</author>
0004  <comment>Configuration page for the print month mode.</comment>
0005  <class>CalPrintMonthConfig_Base</class>
0006  <widget class="QWidget" name="CalPrintMonthConfig_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>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0015 p, li { white-space: pre-wrap; }
0016 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0017 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Print month options:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <widget class="QGroupBox" name="mDateRangeGroup">
0023      <property name="title">
0024       <string>Date &amp;&amp; Time Range</string>
0025      </property>
0026      <layout class="QHBoxLayout">
0027       <item>
0028        <widget class="QLabel" name="mFromDateLabel">
0029         <property name="whatsThis">
0030          <string>When you want to print more months at once, you can define a month range. This option defines the first month to be printed. Use the option &lt;i&gt;End month&lt;/i&gt; to define the last month in this range.</string>
0031         </property>
0032         <property name="text">
0033          <string>Sta&amp;rt month:</string>
0034         </property>
0035         <property name="buddy">
0036          <cstring>mToMonth</cstring>
0037         </property>
0038        </widget>
0039       </item>
0040       <item>
0041        <widget class="QComboBox" name="mFromMonth">
0042         <property name="toolTip">
0043          <string>Starting month for printing</string>
0044         </property>
0045         <property name="whatsThis">
0046          <string>When you want to print more months at once, you can define a month range. This option defines the first month to be printed. Use the option &lt;i&gt;End month&lt;/i&gt; to define the last month in this range.</string>
0047         </property>
0048        </widget>
0049       </item>
0050       <item>
0051        <widget class="QSpinBox" name="mFromYear">
0052         <property name="toolTip">
0053          <string>Starting year for printing</string>
0054         </property>
0055         <property name="whatsThis">
0056          <string>When you want to print more years at once, you can define a year range. This option defines the first year to be printed. Use the option &lt;i&gt;End year&lt;/i&gt; to define the last year in this range.</string>
0057         </property>
0058         <property name="maximum">
0059          <number>3000</number>
0060         </property>
0061         <property name="value">
0062          <number>2007</number>
0063         </property>
0064        </widget>
0065       </item>
0066       <item>
0067        <widget class="QLabel" name="mToDateLabel">
0068         <property name="whatsThis">
0069          <string>When you want to print more months at once, you can define a month range. This option defines the last month to be printed. Use the option &lt;i&gt;Start month&lt;/i&gt; to define the first month in this range.</string>
0070         </property>
0071         <property name="text">
0072          <string>&amp;End month:</string>
0073         </property>
0074         <property name="buddy">
0075          <cstring>mToMonth</cstring>
0076         </property>
0077        </widget>
0078       </item>
0079       <item>
0080        <widget class="QComboBox" name="mToMonth">
0081         <property name="toolTip">
0082          <string>Ending month for the print</string>
0083         </property>
0084         <property name="whatsThis">
0085          <string>When you want to print more months at once, you can define a month range. This option defines the last month to be printed. Use the option &lt;i&gt;Start month&lt;/i&gt; to define the first month in this range.</string>
0086         </property>
0087        </widget>
0088       </item>
0089       <item>
0090        <widget class="QSpinBox" name="mToYear">
0091         <property name="toolTip">
0092          <string>Ending year for the print</string>
0093         </property>
0094         <property name="whatsThis">
0095          <string>When you want to print more years at once, you can define a year range. This option defines the last year to be printed. Use the option &lt;i&gt;Start year&lt;/i&gt; to define the first year in this range.</string>
0096         </property>
0097         <property name="maximum">
0098          <number>3000</number>
0099         </property>
0100         <property name="value">
0101          <number>2007</number>
0102         </property>
0103        </widget>
0104       </item>
0105       <item>
0106        <spacer>
0107         <property name="orientation">
0108          <enum>Qt::Horizontal</enum>
0109         </property>
0110        </spacer>
0111       </item>
0112      </layout>
0113     </widget>
0114    </item>
0115    <item>
0116     <widget class="QGroupBox" name="mSecurity">
0117      <property name="title">
0118       <string>Security Exclusions</string>
0119      </property>
0120      <layout class="QHBoxLayout" name="horizontalLayout">
0121       <item>
0122        <widget class="QCheckBox" name="mExcludeConfidential">
0123         <property name="toolTip">
0124          <string>Check this option to exclude items that have their Access level set to &#8220;Confidential&#8221;</string>
0125         </property>
0126         <property name="text">
0127          <string>Exclude c&amp;onfidential</string>
0128         </property>
0129        </widget>
0130       </item>
0131       <item>
0132        <widget class="QCheckBox" name="mExcludePrivate">
0133         <property name="toolTip">
0134          <string>Check this option to exclude items that have their Access level set to &#8220;Private&#8221;</string>
0135         </property>
0136         <property name="text">
0137          <string>Exclude pri&amp;vate</string>
0138         </property>
0139        </widget>
0140       </item>
0141      </layout>
0142     </widget>
0143    </item>
0144    <item>
0145     <widget class="QGroupBox" name="mIncludeInfoGroup">
0146      <property name="title">
0147       <string>Include Information</string>
0148      </property>
0149      <layout class="QGridLayout" name="includeInfoLayout">
0150       <item row="0" column="0">
0151        <widget class="QCheckBox" name="mIncludeDescription">
0152         <property name="toolTip">
0153          <string>Print item descriptions</string>
0154         </property>
0155         <property name="whatsThis">
0156          <string>Check this option if you want to see the item descriptions printed.</string>
0157         </property>
0158         <property name="text">
0159          <string>&amp;Descriptions</string>
0160         </property>
0161        </widget>
0162       </item>
0163       <item row="0" column="1">
0164        <widget class="QCheckBox" name="mIncludeCategories">
0165         <property name="toolTip">
0166          <string>Print item tags</string>
0167         </property>
0168         <property name="whatsThis">
0169          <string>Check this option if you want to see the item tags printed.</string>
0170         </property>
0171         <property name="text">
0172          <string>Ta&amp;gs</string>
0173         </property>
0174        </widget>
0175       </item>
0176       <item row="1" column="0" colspan="2">
0177        <widget class="QCheckBox" name="mIncludeTodos">
0178         <property name="enabled">
0179          <bool>false</bool>
0180         </property>
0181         <property name="toolTip">
0182          <string>Print to-dos due within the specified date range</string>
0183         </property>
0184         <property name="whatsThis">
0185          <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>
0186         </property>
0187         <property name="text">
0188          <string>Include to-&amp;dos that are due on the printed day(s)</string>
0189         </property>
0190        </widget>
0191       </item>
0192       <item row="2" column="0" colspan="2">
0193        <widget class="QCheckBox" name="mRecurDaily">
0194         <property name="toolTip">
0195          <string>Print daily recurring items</string>
0196         </property>
0197         <property name="whatsThis">
0198          <string>With this option it is possible to leave out the daily recurring to-dos and events in the print. They take a lot of space and make the month view needlessly complicated.</string>
0199         </property>
0200         <property name="text">
0201          <string>Include daily re&amp;curring to-dos and events</string>
0202         </property>
0203        </widget>
0204       </item>
0205       <item  row="3" column="0" colspan="2">
0206        <widget class="QCheckBox" name="mRecurWeekly">
0207         <property name="toolTip">
0208          <string>Print weekly recurring items</string>
0209         </property>
0210         <property name="whatsThis">
0211          <string>Similar to &quot;Print daily recurring to-dos and events&quot;. Weekly to-dos and events will be omitted when making a print of the selected month.</string>
0212         </property>
0213         <property name="text">
0214          <string>Include weekl&amp;y recurring to-dos and events</string>
0215         </property>
0216        </widget>
0217       </item>
0218      </layout>
0219     </widget>
0220    </item>
0221    <item>
0222     <widget class="QGroupBox" name="mGeneralGroup">
0223      <property name="title">
0224       <string comment="@title general print settings">General</string>
0225      </property>
0226      <layout class="QVBoxLayout" name="verticalLayout">
0227       <item>
0228        <widget class="QCheckBox" name="mWeekNumbers">
0229         <property name="toolTip">
0230          <string>Print week numbers</string>
0231         </property>
0232         <property name="whatsThis">
0233          <string>Enable this to print week numbers at the left of each row.</string>
0234         </property>
0235         <property name="text">
0236          <string>Print week &amp;numbers</string>
0237         </property>
0238        </widget>
0239       </item>
0240       <item>
0241        <widget class="QCheckBox" name="mSingleLineLimit">
0242         <property name="toolTip">
0243          <string>Print items on one line</string>
0244         </property>
0245         <property name="whatsThis">
0246          <string>Check this option to limit events to a single line, truncating as necessary to save space.</string>
0247         </property>
0248         <property name="text">
0249          <string>Limit events in each day to a &amp;single line</string>
0250         </property>
0251        </widget>
0252       </item>
0253       <item>
0254        <widget class="QCheckBox" name="mShowNoteLines">
0255         <property name="toolTip">
0256          <string>Check this option to draw note lines in empty areas.</string>
0257         </property>
0258         <property name="text">
0259          <string>Show note &amp;lines</string>
0260         </property>
0261        </widget>
0262       </item>
0263       <item>
0264        <widget class="QCheckBox" name="mColors">
0265         <property name="toolTip">
0266          <string>Print in color</string>
0267         </property>
0268         <property name="whatsThis">
0269          <string>If you want to use colors to distinguish certain tags in the printed output, check this option.</string>
0270         </property>
0271         <property name="text">
0272          <string>&amp;Use colors</string>
0273         </property>
0274        </widget>
0275       </item>
0276       <item>
0277        <widget class="QCheckBox" name="mPrintFooter">
0278         <property name="toolTip">
0279          <string>Print a datetime footer on each page</string>
0280         </property>
0281         <property name="whatsThis">
0282          <string>Check this box if you want to print a small footer on each page that contains the date of the print.</string>
0283         </property>
0284         <property name="text">
0285          <string>Print &amp;Footer</string>
0286         </property>
0287        </widget>
0288       </item>
0289      </layout>
0290     </widget>
0291    </item>
0292    <item>
0293     <spacer name="verticalSpacer">
0294      <property name="orientation">
0295       <enum>Qt::Vertical</enum>
0296      </property>
0297     </spacer>
0298    </item>
0299   </layout>
0300  </widget>
0301  <resources/>
0302  <connections/>
0303 </ui>