Warning, /pim/korganizer/src/ui/searchdialog_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>UIExtractor</author>
0004  <comment>This is a comment</comment>
0005  <class>SearchDialog</class>
0006  <widget class="QWidget" name="SearchDialog">
0007   <property name="geometry">
0008    <rect>
0009     <x>0</x>
0010     <y>0</y>
0011     <width>401</width>
0012     <height>831</height>
0013    </rect>
0014   </property>
0015   <layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0,0,1,0">
0016    <property name="leftMargin">
0017     <number>0</number>
0018    </property>
0019    <property name="topMargin">
0020     <number>0</number>
0021    </property>
0022    <property name="rightMargin">
0023     <number>0</number>
0024    </property>
0025    <property name="bottomMargin">
0026     <number>0</number>
0027    </property>
0028    <property name="horizontalSpacing">
0029     <number>6</number>
0030    </property>
0031    <item row="0" column="0" colspan="2">
0032     <layout class="QHBoxLayout" name="horizontalLayout_4">
0033      <item>
0034       <widget class="QLabel" name="searchLabel">
0035        <property name="text">
0036         <string>&amp;Search for:</string>
0037        </property>
0038        <property name="wordWrap">
0039         <bool>false</bool>
0040        </property>
0041        <property name="buddy">
0042         <cstring>searchEdit</cstring>
0043        </property>
0044       </widget>
0045      </item>
0046      <item>
0047       <widget class="QLineEdit" name="searchEdit">
0048        <property name="toolTip">
0049         <string>Search pattern. Use wildcards “*” and “?” as desired.</string>
0050        </property>
0051        <property name="whatsThis">
0052         <string>Examine various fields to see if they contain the search pattern: The pattern “meet” would match “kick-off meeting”. Wildcards “*” (matches any number of characters) and “?” (matches any single character) are supported.  For example, the search pattern “meet*boss” matches “Meeting with boss”. The pattern “c?t” would match “cat”, “cot”, and so on.</string>
0053        </property>
0054        <property name="text">
0055         <string>*</string>
0056        </property>
0057        <property name="clearButtonEnabled">
0058         <bool>true</bool>
0059        </property>
0060       </widget>
0061      </item>
0062     </layout>
0063    </item>
0064    <item row="1" column="0">
0065     <widget class="QGroupBox" name="searchTypeGroup">
0066      <property name="title">
0067       <string>Search For</string>
0068      </property>
0069      <layout class="QVBoxLayout" name="verticalLayout">
0070       <item>
0071        <widget class="QCheckBox" name="eventsCheck">
0072         <property name="toolTip">
0073          <string>Search for events with matching criteria.</string>
0074         </property>
0075         <property name="whatsThis">
0076          <string>Check this box if you want to search for events that match the search pattern and have start dates or end dates in the given date range.</string>
0077         </property>
0078         <property name="text">
0079          <string>&amp;Events</string>
0080         </property>
0081         <property name="checked">
0082          <bool>true</bool>
0083         </property>
0084        </widget>
0085       </item>
0086       <item>
0087        <widget class="QCheckBox" name="journalsCheck">
0088         <property name="toolTip">
0089          <string>Search for journal entries with matching criteria.</string>
0090         </property>
0091         <property name="whatsThis">
0092          <string>Check this box if you want to search for journal entries that match the search pattern and have start dates in the given date range.</string>
0093         </property>
0094         <property name="text">
0095          <string>&amp;Journals</string>
0096         </property>
0097        </widget>
0098       </item>
0099       <item>
0100        <widget class="QCheckBox" name="todosCheck">
0101         <property name="toolTip">
0102          <string>Search for to-dos with matching criteria.</string>
0103         </property>
0104         <property name="whatsThis">
0105          <string>Check this box if you want to search for to-dos that match the search pattern and have due dates in the given date range.</string>
0106         </property>
0107         <property name="text">
0108          <string>To-&amp;dos</string>
0109         </property>
0110         <property name="checked">
0111          <bool>true</bool>
0112         </property>
0113        </widget>
0114       </item>
0115      </layout>
0116     </widget>
0117    </item>
0118    <item row="1" column="1">
0119     <widget class="QGroupBox" name="searchGroup">
0120      <property name="title">
0121       <string>Search In</string>
0122      </property>
0123      <layout class="QGridLayout" name="gridLayout">
0124       <item row="0" column="0">
0125        <widget class="QCheckBox" name="categoryCheck">
0126         <property name="toolTip">
0127          <string>Include tags in your search.</string>
0128         </property>
0129         <property name="whatsThis">
0130          <string>Check this box if you want to match tags against your search pattern.</string>
0131         </property>
0132         <property name="text">
0133          <string>Ta&amp;gs</string>
0134         </property>
0135        </widget>
0136       </item>
0137       <item row="0" column="1">
0138        <widget class="QCheckBox" name="locationCheck">
0139         <property name="toolTip">
0140          <string>Include locations in your search.</string>
0141         </property>
0142         <property name="whatsThis">
0143          <string>Check this box if you want to match locations against your search pattern.</string>
0144         </property>
0145         <property name="text">
0146          <string>Locations</string>
0147         </property>
0148        </widget>
0149       </item>
0150       <item row="1" column="0">
0151        <widget class="QCheckBox" name="descriptionCheck">
0152         <property name="toolTip">
0153          <string>Include descriptions in your search.</string>
0154         </property>
0155         <property name="whatsThis">
0156          <string>Check this box if you want to match descriptions against your search pattern.</string>
0157         </property>
0158         <property name="text">
0159          <string>Desc&amp;riptions</string>
0160         </property>
0161        </widget>
0162       </item>
0163       <item row="1" column="1">
0164        <widget class="QCheckBox" name="summaryCheck">
0165         <property name="toolTip">
0166          <string>Include summaries in your search.</string>
0167         </property>
0168         <property name="whatsThis">
0169          <string>Check this box if you want to match summaries against your search pattern.</string>
0170         </property>
0171         <property name="text">
0172          <string>Su&amp;mmaries</string>
0173         </property>
0174         <property name="checked">
0175          <bool>true</bool>
0176         </property>
0177        </widget>
0178       </item>
0179       <item row="2" column="1">
0180        <widget class="QCheckBox" name="attendeeCheck">
0181         <property name="toolTip">
0182          <string>Include attendees in your search.</string>
0183         </property>
0184         <property name="whatsThis">
0185          <string>Check this box if you want to match attendees against your search pattern.</string>
0186         </property>
0187         <property name="text">
0188          <string>Attendees</string>
0189         </property>
0190        </widget>
0191       </item>
0192      </layout>
0193     </widget>
0194    </item>
0195    <item row="2" column="0" colspan="2">
0196     <widget class="QGroupBox" name="dateRangeGroup">
0197      <property name="title">
0198       <string>Date Range</string>
0199      </property>
0200      <layout class="QFormLayout" name="formLayout">
0201       <item row="0" column="0" colspan="2">
0202        <widget class="QCheckBox" name="dateRangeCheckbox">
0203         <property name="toolTip">
0204          <string>When checked, the search will be limited to the specified date range.</string>
0205         </property>
0206         <property name="whatsThis">
0207          <string>Check this box to search for events within a specified date range. If the box is unchecked, all events will be searched.</string>
0208         </property>
0209         <property name="text">
0210          <string>Limit search to specified date range</string>
0211         </property>
0212         <property name="checked">
0213          <bool>true</bool>
0214         </property>
0215        </widget>
0216       </item>
0217       <item row="1" column="0">
0218        <layout class="QHBoxLayout" name="horizontalLayout_2">
0219         <item>
0220          <widget class="QLabel" name="startDateLabel">
0221           <property name="text">
0222            <string>Fr&amp;om:</string>
0223           </property>
0224           <property name="wordWrap">
0225            <bool>false</bool>
0226           </property>
0227           <property name="buddy">
0228            <cstring>startDate</cstring>
0229           </property>
0230          </widget>
0231         </item>
0232         <item>
0233          <widget class="KDateComboBox" name="startDate">
0234           <property name="sizePolicy">
0235            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0236             <horstretch>1</horstretch>
0237             <verstretch>0</verstretch>
0238            </sizepolicy>
0239           </property>
0240           <property name="toolTip">
0241            <string>The starting date of the period to search.</string>
0242           </property>
0243           <property name="whatsThis">
0244            <string>Search for items in the time period starting at the date given here.</string>
0245           </property>
0246           <item>
0247            <property name="text">
0248             <string>2008-08-18</string>
0249            </property>
0250           </item>
0251          </widget>
0252         </item>
0253        </layout>
0254       </item>
0255       <item row="1" column="1">
0256        <layout class="QHBoxLayout" name="horizontalLayout_3">
0257         <item>
0258          <widget class="QLabel" name="endDateLabel">
0259           <property name="text">
0260            <string>&amp;To:</string>
0261           </property>
0262           <property name="wordWrap">
0263            <bool>false</bool>
0264           </property>
0265           <property name="buddy">
0266            <cstring>endDate</cstring>
0267           </property>
0268          </widget>
0269         </item>
0270         <item>
0271          <widget class="KDateComboBox" name="endDate">
0272           <property name="sizePolicy">
0273            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0274             <horstretch>1</horstretch>
0275             <verstretch>0</verstretch>
0276            </sizepolicy>
0277           </property>
0278           <property name="toolTip">
0279            <string>The ending date of the period to search.</string>
0280           </property>
0281           <property name="whatsThis">
0282            <string>Search for items in the time period ending at the date given here.</string>
0283           </property>
0284           <item>
0285            <property name="text">
0286             <string>2008-08-18</string>
0287            </property>
0288           </item>
0289          </widget>
0290         </item>
0291        </layout>
0292       </item>
0293       <item row="2" column="0" colspan="2">
0294        <widget class="QCheckBox" name="inclusiveCheck">
0295         <property name="toolTip">
0296          <string>Display events only if their start date and end date are both in the date range specified.</string>
0297         </property>
0298         <property name="whatsThis">
0299          <string>Check this box if you only want to find events that occur entirely within the date range specified.  Events that start during the date range but end after it, or end during the date range but start before it, will be excluded from the search results.</string>
0300         </property>
0301         <property name="text">
0302          <string>Exclude e&amp;vents that extend outside the specified date range</string>
0303         </property>
0304        </widget>
0305       </item>
0306       <item row="3" column="0" colspan="2">
0307        <widget class="QCheckBox" name="includeUndatedTodos">
0308         <property name="toolTip">
0309          <string>Include to-dos that have a start date, due date,  or completion date in the date range specified, or have neither a start date nor an end date.</string>
0310         </property>
0311         <property name="whatsThis">
0312          <string>Check this box to search for to-dos that have a start date, due date, or completion date in the date range specified, or have neither a start date nor an end date.  If the box is unchecked, only to-dos that have a due date in the date range will be displayed.</string>
0313         </property>
0314         <property name="text">
0315          <string>Include all to-dos &amp;within the specified date range</string>
0316         </property>
0317         <property name="checked">
0318          <bool>true</bool>
0319         </property>
0320        </widget>
0321       </item>
0322      </layout>
0323     </widget>
0324    </item>
0325    <item row="4" column="0">
0326     <widget class="QLabel" name="numItems">
0327      <property name="text">
0328       <string/>
0329      </property>
0330     </widget>
0331    </item>
0332    <item row="3" column="0" colspan="2">
0333     <widget class="QFrame" name="listViewFrame">
0334      <property name="sizePolicy">
0335       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0336        <horstretch>0</horstretch>
0337        <verstretch>0</verstretch>
0338       </sizepolicy>
0339      </property>
0340      <property name="frameShape">
0341       <enum>QFrame::StyledPanel</enum>
0342      </property>
0343      <property name="frameShadow">
0344       <enum>QFrame::Raised</enum>
0345      </property>
0346     </widget>
0347    </item>
0348   </layout>
0349  </widget>
0350  <customwidgets>
0351   <customwidget>
0352    <class>KDateComboBox</class>
0353    <extends>QComboBox</extends>
0354    <header>kdatecombobox.h</header>
0355   </customwidget>
0356  </customwidgets>
0357  <tabstops>
0358   <tabstop>searchEdit</tabstop>
0359   <tabstop>eventsCheck</tabstop>
0360   <tabstop>journalsCheck</tabstop>
0361   <tabstop>todosCheck</tabstop>
0362   <tabstop>startDate</tabstop>
0363   <tabstop>endDate</tabstop>
0364   <tabstop>inclusiveCheck</tabstop>
0365   <tabstop>includeUndatedTodos</tabstop>
0366   <tabstop>categoryCheck</tabstop>
0367   <tabstop>locationCheck</tabstop>
0368   <tabstop>descriptionCheck</tabstop>
0369   <tabstop>summaryCheck</tabstop>
0370  </tabstops>
0371  <resources/>
0372  <connections/>
0373 </ui>