Warning, /pim/calendarsupport/src/printing/calprinttodoconfig_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 todo mode.</comment>
0005  <class>CalPrintTodoConfig_Base</class>
0006  <widget class="QWidget" name="CalPrintTodoConfig_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 to-dos options:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <layout class="QHBoxLayout">
0023      <item>
0024       <widget class="QLabel" name="mTitleLabel">
0025        <property name="toolTip">
0026         <string>Name for this to-do list</string>
0027        </property>
0028        <property name="whatsThis">
0029         <string>Enter a name for this to-do list that will be put at the top of the print-out</string>
0030        </property>
0031        <property name="text">
0032         <string>&amp;Title:</string>
0033        </property>
0034        <property name="buddy">
0035         <cstring>mTitle</cstring>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="QLineEdit" name="mTitle">
0041        <property name="toolTip">
0042         <string>Name for this to-do list</string>
0043        </property>
0044        <property name="whatsThis">
0045         <string>Enter a name for this to-do list that will be put at the top of the print-out</string>
0046        </property>
0047        <property name="text">
0048         <string>To-do List</string>
0049        </property>
0050       </widget>
0051      </item>
0052     </layout>
0053    </item>
0054    <item>
0055     <widget class="QGroupBox" name="mPrintType">
0056      <property name="title">
0057       <string>To-dos to Print</string>
0058      </property>
0059      <layout class="QVBoxLayout">
0060       <item>
0061        <widget class="QRadioButton" name="mPrintAll">
0062         <property name="text">
0063          <string>Print &amp;all to-dos</string>
0064         </property>
0065         <property name="checked">
0066          <bool>true</bool>
0067         </property>
0068        </widget>
0069       </item>
0070       <item>
0071        <widget class="QRadioButton" name="mPrintUnfinished">
0072         <property name="text">
0073          <string>Print &amp;uncompleted to-dos only</string>
0074         </property>
0075        </widget>
0076       </item>
0077       <item>
0078        <widget class="QRadioButton" name="mPrintDueRange">
0079         <property name="text">
0080          <string>Print only to-dos due in the &amp;range:</string>
0081         </property>
0082        </widget>
0083       </item>
0084       <item>
0085        <layout class="QHBoxLayout">
0086         <item>
0087          <spacer>
0088           <property name="orientation">
0089            <enum>Qt::Horizontal</enum>
0090           </property>
0091           <property name="sizeType">
0092            <enum>QSizePolicy::Fixed</enum>
0093           </property>
0094           <property name="sizeHint" stdset="0">
0095            <size>
0096             <width>24</width>
0097             <height>1</height>
0098            </size>
0099           </property>
0100          </spacer>
0101         </item>
0102         <item>
0103          <widget class="QLabel" name="mFromDateLabel">
0104           <property name="toolTip">
0105            <string>Starting date for the print</string>
0106           </property>
0107           <property name="whatsThis">
0108            <string>If you want to print more days at once, you can define a range of dates with this option and the &lt;i&gt;End date&lt;/i&gt; option. This option is used to define the start date.</string>
0109           </property>
0110           <property name="text">
0111            <string>&amp;Start date:</string>
0112           </property>
0113           <property name="buddy">
0114            <cstring>mFromDate</cstring>
0115           </property>
0116          </widget>
0117         </item>
0118         <item>
0119          <widget class="KDateComboBox" name="mFromDate">
0120           <property name="enabled">
0121            <bool>false</bool>
0122           </property>
0123           <property name="focusPolicy">
0124            <enum>Qt::StrongFocus</enum>
0125           </property>
0126           <property name="toolTip">
0127            <string>Starting date for the print</string>
0128           </property>
0129           <property name="whatsThis">
0130            <string>If you want to print more days at once, you can define a range of dates with this option and the &lt;i&gt;End date&lt;/i&gt; option. This option is used to define the start date.</string>
0131           </property>
0132           <item>
0133            <property name="text">
0134             <string>2009-01-19</string>
0135            </property>
0136           </item>
0137          </widget>
0138         </item>
0139         <item>
0140          <widget class="QLabel" name="mToDateLabel">
0141           <property name="toolTip">
0142            <string>Ending date for the print</string>
0143           </property>
0144           <property name="whatsThis">
0145            <string>If you want to print more days at once, you can define a range of dates with this option and the &lt;i&gt;Start date&lt;/i&gt; option. This option is used to define the end date.</string>
0146           </property>
0147           <property name="text">
0148            <string>&amp;End date:</string>
0149           </property>
0150           <property name="buddy">
0151            <cstring>mToDate</cstring>
0152           </property>
0153          </widget>
0154         </item>
0155         <item>
0156          <widget class="KDateComboBox" name="mToDate">
0157           <property name="enabled">
0158            <bool>false</bool>
0159           </property>
0160           <property name="focusPolicy">
0161            <enum>Qt::StrongFocus</enum>
0162           </property>
0163           <property name="toolTip">
0164            <string>Ending date for the print</string>
0165           </property>
0166           <property name="whatsThis">
0167            <string>If you want to print more days at once, you can define a range of dates with this option and the &lt;i&gt;Start date&lt;/i&gt; option. This option is used to define the end date.</string>
0168           </property>
0169           <item>
0170            <property name="text">
0171             <string>2009-01-19</string>
0172            </property>
0173           </item>
0174          </widget>
0175         </item>
0176         <item>
0177          <spacer>
0178           <property name="orientation">
0179            <enum>Qt::Horizontal</enum>
0180           </property>
0181           <property name="sizeType">
0182            <enum>QSizePolicy::Expanding</enum>
0183           </property>
0184          </spacer>
0185         </item>
0186        </layout>
0187       </item>
0188      </layout>
0189     </widget>
0190    </item>
0191    <item>
0192     <widget class="QGroupBox" name="mSecurity">
0193      <property name="title">
0194       <string>Security Exclusions</string>
0195      </property>
0196      <layout class="QHBoxLayout" name="horizontalLayout_4">
0197       <item>
0198        <widget class="QCheckBox" name="mExcludeConfidential">
0199         <property name="toolTip">
0200          <string>Check this option to exclude items that have their Access level set to &#8220;Confidential&#8221;</string>
0201         </property>
0202         <property name="text">
0203          <string>Exclude c&amp;onfidential</string>
0204         </property>
0205        </widget>
0206       </item>
0207       <item>
0208        <widget class="QCheckBox" name="mExcludePrivate">
0209         <property name="toolTip">
0210          <string>Check this option to exclude items that have their Access level set to &#8220;Private&#8221;</string>
0211         </property>
0212         <property name="text">
0213          <string>Exclude pri&amp;vate</string>
0214         </property>
0215        </widget>
0216       </item>
0217      </layout>
0218     </widget>
0219    </item>
0220    <item>
0221     <widget class="QGroupBox" name="includeInfoBox">
0222      <property name="title">
0223       <string>Include Information</string>
0224      </property>
0225      <property name="checkable">
0226       <bool>false</bool>
0227      </property>
0228      <layout class="QGridLayout" name="includeLayout">
0229       <item row="0" column="0">
0230        <widget class="QCheckBox" name="mDescription">
0231         <property name="toolTip">
0232          <string>Print item descriptions</string>
0233         </property>
0234         <property name="whatsThis">
0235          <string>Check this option if you want to see the item descriptions printed.</string>
0236         </property>
0237         <property name="text">
0238          <string>&amp;Descriptions</string>
0239         </property>
0240        </widget>
0241       </item>
0242       <item row="0" column="1">
0243        <widget class="QCheckBox" name="mCategories">
0244         <property name="toolTip">
0245          <string>Print item tags</string>
0246         </property>
0247         <property name="whatsThis">
0248          <string>Check this option if you want to see the item tags printed.</string>
0249         </property>
0250         <property name="text">
0251          <string>Ta&amp;gs</string>
0252         </property>
0253        </widget>
0254       </item>
0255       <item row="0" column="2">
0256        <widget class="QCheckBox" name="mPriority">
0257         <property name="toolTip">
0258          <string>Print item priorities</string>
0259         </property>
0260         <property name="whatsThis">
0261          <string>Check this option if you want to see the item priorities printed.</string>
0262         </property>
0263         <property name="text">
0264          <string>&amp;Priority</string>
0265         </property>
0266         <property name="checked">
0267          <bool>true</bool>
0268         </property>
0269        </widget>
0270       </item>
0271       <item row="1" column="0">
0272        <widget class="QCheckBox" name="mStartDate">
0273         <property name="toolTip">
0274          <string>Print item start dates</string>
0275         </property>
0276         <property name="whatsThis">
0277          <string>Check this option if you want to see the item start dates (when work can begin) printed.</string>
0278         </property>
0279         <property name="text">
0280          <string>&amp;Start date</string>
0281         </property>
0282        </widget>
0283       </item>
0284       <item row="1" column="1">
0285        <widget class="QCheckBox" name="mDueDate">
0286         <property name="toolTip">
0287          <string>Print item due dates</string>
0288         </property>
0289         <property name="whatsThis">
0290          <string>Check this option if you want to see the item due dates printed.</string>
0291         </property>
0292         <property name="text">
0293          <string>Du&amp;e date</string>
0294         </property>
0295         <property name="checked">
0296          <bool>true</bool>
0297         </property>
0298        </widget>
0299       </item>
0300       <item row="1" column="2">
0301        <widget class="QCheckBox" name="mPercentComplete">
0302         <property name="toolTip">
0303          <string>Print item completion percentage</string>
0304         </property>
0305         <property name="whatsThis">
0306          <string>Check this option if you want to see the item completion percentage printed as a number and bar graph.</string>
0307         </property>
0308         <property name="text">
0309          <string>Percentage co&amp;mpleted</string>
0310         </property>
0311         <property name="checked">
0312          <bool>true</bool>
0313         </property>
0314        </widget>
0315       </item>
0316      </layout>
0317      <zorder>mDescription</zorder>
0318      <zorder>mCategories</zorder>
0319      <zorder>mStartDate</zorder>
0320      <zorder>mDueDate</zorder>
0321      <zorder>mPercentComplete</zorder>
0322      <zorder>mPriority</zorder>
0323     </widget>
0324    </item>
0325    <item>
0326     <widget class="QGroupBox" name="sortingOptionsBox">
0327      <property name="title">
0328       <string>Sorting Options</string>
0329      </property>
0330      <layout class="QHBoxLayout" name="horizontalLayout_2">
0331       <item>
0332        <layout class="QHBoxLayout">
0333         <item>
0334          <widget class="QLabel" name="sortFieldLabel">
0335           <property name="enabled">
0336            <bool>true</bool>
0337           </property>
0338           <property name="text">
0339            <string>Sort field:</string>
0340           </property>
0341          </widget>
0342         </item>
0343         <item>
0344          <widget class="QComboBox" name="mSortField">
0345           <property name="enabled">
0346            <bool>true</bool>
0347           </property>
0348           <property name="sizePolicy">
0349            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0350             <horstretch>1</horstretch>
0351             <verstretch>0</verstretch>
0352            </sizepolicy>
0353           </property>
0354          </widget>
0355         </item>
0356        </layout>
0357       </item>
0358       <item>
0359        <layout class="QHBoxLayout">
0360         <item>
0361          <widget class="QLabel" name="sortDirectionLabel">
0362           <property name="enabled">
0363            <bool>true</bool>
0364           </property>
0365           <property name="text">
0366            <string>Sort direction:</string>
0367           </property>
0368          </widget>
0369         </item>
0370         <item>
0371          <widget class="QComboBox" name="mSortDirection">
0372           <property name="enabled">
0373            <bool>true</bool>
0374           </property>
0375           <property name="sizePolicy">
0376            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0377             <horstretch>1</horstretch>
0378             <verstretch>0</verstretch>
0379            </sizepolicy>
0380           </property>
0381          </widget>
0382         </item>
0383        </layout>
0384       </item>
0385      </layout>
0386     </widget>
0387    </item>
0388    <item>
0389     <widget class="QGroupBox" name="mGeneralGroup">
0390      <property name="title">
0391       <string comment="@title general print settings">General</string>
0392      </property>
0393      <layout class="QVBoxLayout" name="verticalLayout">
0394       <item>
0395        <widget class="QCheckBox" name="mConnectSubTodos">
0396         <property name="text">
0397          <string>Co&amp;nnect sub-to-dos with its parent</string>
0398         </property>
0399         <property name="checked">
0400          <bool>true</bool>
0401         </property>
0402        </widget>
0403       </item>
0404       <item>
0405        <widget class="QCheckBox" name="mStrikeOutCompleted">
0406         <property name="text">
0407          <string>Stri&amp;ke out completed to-do summaries</string>
0408         </property>
0409         <property name="checked">
0410          <bool>true</bool>
0411         </property>
0412        </widget>
0413       </item>
0414       <item>
0415        <widget class="QCheckBox" name="mPrintFooter">
0416         <property name="toolTip">
0417          <string>Print a datetime footer on each page</string>
0418         </property>
0419         <property name="whatsThis">
0420          <string>Check this box if you want to print a small footer on each page that contains the date of the print.</string>
0421         </property>
0422         <property name="text">
0423          <string>Print &amp;Footer</string>
0424         </property>
0425        </widget>
0426       </item>
0427      </layout>
0428     </widget>
0429    </item>
0430    <item>
0431     <spacer name="verticalSpacer">
0432      <property name="orientation">
0433       <enum>Qt::Vertical</enum>
0434      </property>
0435     </spacer>
0436    </item>
0437   </layout>
0438  </widget>
0439  <customwidgets>
0440   <customwidget>
0441    <class>KDateComboBox</class>
0442    <extends>QComboBox</extends>
0443    <header>kdatecombobox.h</header>
0444   </customwidget>
0445  </customwidgets>
0446  <resources/>
0447  <connections>
0448   <connection>
0449    <sender>mPrintDueRange</sender>
0450    <signal>toggled(bool)</signal>
0451    <receiver>mFromDateLabel</receiver>
0452    <slot>setEnabled(bool)</slot>
0453    <hints>
0454     <hint type="sourcelabel">
0455      <x>20</x>
0456      <y>20</y>
0457     </hint>
0458     <hint type="destinationlabel">
0459      <x>20</x>
0460      <y>20</y>
0461     </hint>
0462    </hints>
0463   </connection>
0464   <connection>
0465    <sender>mPrintDueRange</sender>
0466    <signal>toggled(bool)</signal>
0467    <receiver>mToDate</receiver>
0468    <slot>setEnabled(bool)</slot>
0469    <hints>
0470     <hint type="sourcelabel">
0471      <x>20</x>
0472      <y>20</y>
0473     </hint>
0474     <hint type="destinationlabel">
0475      <x>20</x>
0476      <y>20</y>
0477     </hint>
0478    </hints>
0479   </connection>
0480   <connection>
0481    <sender>mPrintDueRange</sender>
0482    <signal>toggled(bool)</signal>
0483    <receiver>mToDateLabel</receiver>
0484    <slot>setEnabled(bool)</slot>
0485    <hints>
0486     <hint type="sourcelabel">
0487      <x>20</x>
0488      <y>20</y>
0489     </hint>
0490     <hint type="destinationlabel">
0491      <x>20</x>
0492      <y>20</y>
0493     </hint>
0494    </hints>
0495   </connection>
0496   <connection>
0497    <sender>mPrintDueRange</sender>
0498    <signal>toggled(bool)</signal>
0499    <receiver>mFromDate</receiver>
0500    <slot>setEnabled(bool)</slot>
0501    <hints>
0502     <hint type="sourcelabel">
0503      <x>20</x>
0504      <y>20</y>
0505     </hint>
0506     <hint type="destinationlabel">
0507      <x>20</x>
0508      <y>20</y>
0509     </hint>
0510    </hints>
0511   </connection>
0512  </connections>
0513 </ui>