Warning, /pim/mailcommon/src/filter/ui/filterconfigwidget.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  <class>FilterConfigWidget</class>
0004  <widget class="QWidget" name="FilterConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>547</width>
0010     <height>372</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,1,0">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <widget class="QLabel" name="label">
0018        <property name="text">
0019         <string>Name:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="QLineEdit" name="filterName"/>
0025      </item>
0026     </layout>
0027    </item>
0028    <item>
0029     <layout class="QGridLayout" name="gridLayout_3">
0030      <item row="0" column="0" colspan="2">
0031       <widget class="QLabel" name="label_2">
0032        <property name="sizePolicy">
0033         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0034          <horstretch>0</horstretch>
0035          <verstretch>0</verstretch>
0036         </sizepolicy>
0037        </property>
0038        <property name="font">
0039         <font>
0040          <weight>75</weight>
0041          <bold>true</bold>
0042         </font>
0043        </property>
0044        <property name="text">
0045         <string>Criteria</string>
0046        </property>
0047       </widget>
0048      </item>
0049      <item row="1" column="0">
0050       <spacer name="horizontalSpacer_2">
0051        <property name="orientation">
0052         <enum>Qt::Horizontal</enum>
0053        </property>
0054        <property name="sizeType">
0055         <enum>QSizePolicy::Fixed</enum>
0056        </property>
0057        <property name="sizeHint" stdset="0">
0058         <size>
0059          <width>20</width>
0060          <height>20</height>
0061         </size>
0062        </property>
0063       </spacer>
0064      </item>
0065      <item row="1" column="1">
0066       <layout class="QVBoxLayout" name="criteriaLayout"/>
0067      </item>
0068     </layout>
0069    </item>
0070    <item>
0071     <layout class="QGridLayout" name="gridLayout_4">
0072      <item row="0" column="0" colspan="2">
0073       <widget class="QLabel" name="label_3">
0074        <property name="sizePolicy">
0075         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0076          <horstretch>0</horstretch>
0077          <verstretch>0</verstretch>
0078         </sizepolicy>
0079        </property>
0080        <property name="font">
0081         <font>
0082          <weight>75</weight>
0083          <bold>true</bold>
0084         </font>
0085        </property>
0086        <property name="text">
0087         <string>Actions</string>
0088        </property>
0089       </widget>
0090      </item>
0091      <item row="1" column="0">
0092       <spacer name="horizontalSpacer_4">
0093        <property name="orientation">
0094         <enum>Qt::Horizontal</enum>
0095        </property>
0096        <property name="sizeType">
0097         <enum>QSizePolicy::Fixed</enum>
0098        </property>
0099        <property name="sizeHint" stdset="0">
0100         <size>
0101          <width>20</width>
0102          <height>20</height>
0103         </size>
0104        </property>
0105       </spacer>
0106      </item>
0107      <item row="1" column="1">
0108       <layout class="QVBoxLayout" name="actionsLayout"/>
0109      </item>
0110     </layout>
0111    </item>
0112    <item>
0113     <layout class="QGridLayout" name="gridLayout_2">
0114      <item row="0" column="0">
0115       <widget class="QLabel" name="label_4">
0116        <property name="sizePolicy">
0117         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0118          <horstretch>0</horstretch>
0119          <verstretch>0</verstretch>
0120         </sizepolicy>
0121        </property>
0122        <property name="font">
0123         <font>
0124          <weight>75</weight>
0125          <bold>true</bold>
0126         </font>
0127        </property>
0128        <property name="text">
0129         <string>Apply options</string>
0130        </property>
0131       </widget>
0132      </item>
0133      <item row="1" column="0">
0134       <layout class="QVBoxLayout" name="verticalLayout_2">
0135        <item>
0136         <widget class="QCheckBox" name="applyToIncomingCB">
0137          <property name="text">
0138           <string>Apply to incoming messages</string>
0139          </property>
0140         </widget>
0141        </item>
0142        <item>
0143         <widget class="QCheckBox" name="applyToSentCB">
0144          <property name="text">
0145           <string>Apply to sent messages</string>
0146          </property>
0147         </widget>
0148        </item>
0149        <item>
0150         <widget class="QCheckBox" name="applyBeforeSendCB">
0151          <property name="text">
0152           <string>Apply before sending messages</string>
0153          </property>
0154         </widget>
0155        </item>
0156        <item>
0157         <widget class="QCheckBox" name="applyManuallyCB">
0158          <property name="text">
0159           <string>Apply on manual filtering</string>
0160          </property>
0161          <property name="checked">
0162           <bool>true</bool>
0163          </property>
0164         </widget>
0165        </item>
0166        <item>
0167         <widget class="QCheckBox" name="stopIfMatchesCB">
0168          <property name="text">
0169           <string>Stop processing if matches</string>
0170          </property>
0171          <property name="checked">
0172           <bool>true</bool>
0173          </property>
0174         </widget>
0175        </item>
0176       </layout>
0177      </item>
0178     </layout>
0179    </item>
0180   </layout>
0181  </widget>
0182  <resources/>
0183  <connections/>
0184 </ui>