Warning, /pim/messagelib/messagecomposer/src/imagescaling/ui/imagescalingwidget.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>ImageScalingWidget</class>
0004  <widget class="QWidget" name="ImageScalingWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>614</width>
0010     <height>453</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QCheckBox" name="enabledAutoResize">
0016      <property name="text">
0017       <string>Automatically resize images</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <widget class="QTabWidget" name="tabWidget">
0023      <property name="currentIndex">
0024       <number>0</number>
0025      </property>
0026      <widget class="QWidget" name="tab">
0027       <attribute name="title">
0028        <string>General</string>
0029       </attribute>
0030       <layout class="QGridLayout" name="gridLayout_4">
0031        <item row="0" column="0">
0032         <widget class="QCheckBox" name="KeepImageRatio">
0033          <property name="text">
0034           <string>Keep ratio</string>
0035          </property>
0036         </widget>
0037        </item>
0038        <item row="1" column="0">
0039         <widget class="QCheckBox" name="AskBeforeResizing">
0040          <property name="text">
0041           <string>Ask before resizing</string>
0042          </property>
0043         </widget>
0044        </item>
0045        <item row="2" column="0">
0046         <layout class="QHBoxLayout" name="horizontalLayout">
0047          <item>
0048           <widget class="QLabel" name="label">
0049            <property name="text">
0050             <string>Fallback to format:</string>
0051            </property>
0052           </widget>
0053          </item>
0054          <item>
0055           <widget class="QComboBox" name="WriteToImageFormat"/>
0056          </item>
0057         </layout>
0058        </item>
0059        <item row="2" column="1">
0060         <spacer name="horizontalSpacer">
0061          <property name="orientation">
0062           <enum>Qt::Horizontal</enum>
0063          </property>
0064          <property name="sizeHint" stdset="0">
0065           <size>
0066            <width>350</width>
0067            <height>20</height>
0068           </size>
0069          </property>
0070         </spacer>
0071        </item>
0072        <item row="3" column="1">
0073         <spacer name="verticalSpacer">
0074          <property name="orientation">
0075           <enum>Qt::Vertical</enum>
0076          </property>
0077          <property name="sizeHint" stdset="0">
0078           <size>
0079            <width>20</width>
0080            <height>40</height>
0081           </size>
0082          </property>
0083         </spacer>
0084        </item>
0085       </layout>
0086      </widget>
0087      <widget class="QWidget" name="tab_2">
0088       <attribute name="title">
0089        <string>Image</string>
0090       </attribute>
0091       <layout class="QVBoxLayout" name="verticalLayout_2">
0092        <item>
0093         <widget class="QCheckBox" name="ReduceImageToMaximum">
0094          <property name="text">
0095           <string>Reduce image to maximum dimension:</string>
0096          </property>
0097         </widget>
0098        </item>
0099        <item>
0100         <layout class="QFormLayout" name="formLayout">
0101          <property name="fieldGrowthPolicy">
0102           <enum>QFormLayout::ExpandingFieldsGrow</enum>
0103          </property>
0104          <item row="0" column="0">
0105           <layout class="QVBoxLayout" name="verticalLayout_4">
0106            <item>
0107             <widget class="QLabel" name="label_2">
0108              <property name="text">
0109               <string>Maximum width:</string>
0110              </property>
0111             </widget>
0112            </item>
0113            <item>
0114             <widget class="QLabel" name="label_3">
0115              <property name="text">
0116               <string>Maximum height:</string>
0117              </property>
0118             </widget>
0119            </item>
0120           </layout>
0121          </item>
0122          <item row="0" column="1">
0123           <layout class="QGridLayout" name="gridLayout_2">
0124            <item row="0" column="0">
0125             <widget class="QComboBox" name="CBMaximumWidth"/>
0126            </item>
0127            <item row="2" column="0">
0128             <widget class="QComboBox" name="CBMaximumHeight"/>
0129            </item>
0130            <item row="0" column="1">
0131             <widget class="QSpinBox" name="customMaximumWidth">
0132              <property name="suffix">
0133               <string> px</string>
0134              </property>
0135              <property name="minimum">
0136               <number>1</number>
0137              </property>
0138              <property name="maximum">
0139               <number>999999</number>
0140              </property>
0141             </widget>
0142            </item>
0143            <item row="2" column="1">
0144             <widget class="QSpinBox" name="customMaximumHeight">
0145              <property name="suffix">
0146               <string> px</string>
0147              </property>
0148              <property name="minimum">
0149               <number>1</number>
0150              </property>
0151              <property name="maximum">
0152               <number>999999</number>
0153              </property>
0154             </widget>
0155            </item>
0156           </layout>
0157          </item>
0158         </layout>
0159        </item>
0160        <item>
0161         <widget class="QCheckBox" name="EnlargeImageToMinimum">
0162          <property name="text">
0163           <string>Enlarge image to minimum dimension</string>
0164          </property>
0165         </widget>
0166        </item>
0167        <item>
0168         <layout class="QFormLayout" name="formLayout_2">
0169          <item row="0" column="0">
0170           <layout class="QVBoxLayout" name="verticalLayout_5">
0171            <item>
0172             <widget class="QLabel" name="label_4">
0173              <property name="text">
0174               <string>Minimum width:</string>
0175              </property>
0176             </widget>
0177            </item>
0178            <item>
0179             <widget class="QLabel" name="label_5">
0180              <property name="text">
0181               <string>Minimum height:</string>
0182              </property>
0183             </widget>
0184            </item>
0185           </layout>
0186          </item>
0187          <item row="0" column="1">
0188           <layout class="QGridLayout" name="gridLayout_3">
0189            <item row="0" column="0">
0190             <widget class="QComboBox" name="CBMinimumWidth"/>
0191            </item>
0192            <item row="2" column="0">
0193             <widget class="QComboBox" name="CBMinimumHeight"/>
0194            </item>
0195            <item row="0" column="1">
0196             <widget class="QSpinBox" name="customMinimumWidth">
0197              <property name="suffix">
0198               <string> px</string>
0199              </property>
0200              <property name="minimum">
0201               <number>1</number>
0202              </property>
0203              <property name="maximum">
0204               <number>999999</number>
0205              </property>
0206             </widget>
0207            </item>
0208            <item row="2" column="1">
0209             <widget class="QSpinBox" name="customMinimumHeight">
0210              <property name="suffix">
0211               <string> px</string>
0212              </property>
0213              <property name="minimum">
0214               <number>1</number>
0215              </property>
0216              <property name="maximum">
0217               <number>999999</number>
0218              </property>
0219             </widget>
0220            </item>
0221           </layout>
0222          </item>
0223         </layout>
0224        </item>
0225        <item>
0226         <layout class="QHBoxLayout" name="horizontalLayout_2">
0227          <item>
0228           <widget class="QCheckBox" name="skipImageSizeLower">
0229            <property name="text">
0230             <string>Skip image whose size of the source file is lower than:</string>
0231            </property>
0232           </widget>
0233          </item>
0234          <item>
0235           <widget class="QSpinBox" name="imageSize">
0236            <property name="suffix">
0237             <string> KiB</string>
0238            </property>
0239            <property name="maximum">
0240             <number>99999</number>
0241            </property>
0242           </widget>
0243          </item>
0244         </layout>
0245        </item>
0246        <item>
0247         <spacer name="verticalSpacer_2">
0248          <property name="orientation">
0249           <enum>Qt::Vertical</enum>
0250          </property>
0251          <property name="sizeHint" stdset="0">
0252           <size>
0253            <width>20</width>
0254            <height>40</height>
0255           </size>
0256          </property>
0257         </spacer>
0258        </item>
0259       </layout>
0260      </widget>
0261      <widget class="QWidget" name="tab_3">
0262       <attribute name="title">
0263        <string>Filename</string>
0264       </attribute>
0265       <layout class="QVBoxLayout" name="verticalLayout_3">
0266        <item>
0267         <widget class="QGroupBox" name="filterSourceGroupBox">
0268          <property name="title">
0269           <string>Source filter</string>
0270          </property>
0271          <layout class="QVBoxLayout" name="verticalLayout_6">
0272           <item>
0273            <widget class="QRadioButton" name="notFilterFilename">
0274             <property name="text">
0275              <string>Do not filter (All files are included)</string>
0276             </property>
0277             <property name="checked">
0278              <bool>true</bool>
0279             </property>
0280            </widget>
0281           </item>
0282           <item>
0283            <widget class="QRadioButton" name="includeFilesWithPattern">
0284             <property name="text">
0285              <string>Include all files whose names contains one of the patterns</string>
0286             </property>
0287            </widget>
0288           </item>
0289           <item>
0290            <widget class="QRadioButton" name="excludeFilesWithPattern">
0291             <property name="text">
0292              <string>Exclude all files whose names contains one of the patterns</string>
0293             </property>
0294            </widget>
0295           </item>
0296           <item>
0297            <layout class="QHBoxLayout" name="horizontalLayout_3">
0298             <item>
0299              <widget class="QLabel" name="patternLabel">
0300               <property name="text">
0301                <string>Pattern:</string>
0302               </property>
0303              </widget>
0304             </item>
0305             <item>
0306              <widget class="QLineEdit" name="pattern">
0307               <property name="whatsThis">
0308                <string>This line allows to define several pattern. Separate them with ';'.</string>
0309               </property>
0310               <property name="placeholderText">
0311                <string>Specify patterns separate with ';'</string>
0312               </property>
0313               <property name="showClearButton" stdset="0">
0314                <bool>true</bool>
0315               </property>
0316              </widget>
0317             </item>
0318            </layout>
0319           </item>
0320          </layout>
0321         </widget>
0322        </item>
0323        <item>
0324         <widget class="QGroupBox" name="groupBox_2">
0325          <property name="title">
0326           <string>Image Format</string>
0327          </property>
0328          <layout class="QVBoxLayout" name="verticalLayout_9">
0329           <item>
0330            <widget class="QCheckBox" name="resizeImageWithFormats">
0331             <property name="text">
0332              <string>Resize all images with one of these formats</string>
0333             </property>
0334            </widget>
0335           </item>
0336           <item>
0337            <widget class="MessageComposer::ImageScalingSelectFormat" name="resizeImageWithFormatsType" native="true"/>
0338           </item>
0339          </layout>
0340         </widget>
0341        </item>
0342        <item>
0343         <widget class="QGroupBox" name="groupBox">
0344          <property name="title">
0345           <string>Resize filename</string>
0346          </property>
0347          <layout class="QGridLayout" name="gridLayout">
0348           <item row="3" column="0">
0349            <spacer name="verticalSpacer_3">
0350             <property name="orientation">
0351              <enum>Qt::Vertical</enum>
0352             </property>
0353             <property name="sizeHint" stdset="0">
0354              <size>
0355               <width>20</width>
0356               <height>40</height>
0357              </size>
0358             </property>
0359            </spacer>
0360           </item>
0361           <item row="1" column="0">
0362            <widget class="QLineEdit" name="renameResizedImagePattern">
0363             <property name="showClearButton" stdset="0">
0364              <bool>true</bool>
0365             </property>
0366            </widget>
0367           </item>
0368           <item row="0" column="0">
0369            <widget class="QCheckBox" name="renameResizedImage">
0370             <property name="text">
0371              <string>Rename resized images with following pattern:</string>
0372             </property>
0373            </widget>
0374           </item>
0375           <item row="1" column="1">
0376            <widget class="QLabel" name="help">
0377             <property name="text">
0378              <string/>
0379             </property>
0380            </widget>
0381           </item>
0382          </layout>
0383         </widget>
0384        </item>
0385       </layout>
0386      </widget>
0387      <widget class="QWidget" name="tab_4">
0388       <attribute name="title">
0389        <string>Recipients</string>
0390       </attribute>
0391       <layout class="QVBoxLayout" name="verticalLayout_8">
0392        <item>
0393         <widget class="QRadioButton" name="doNotFilterRecipients">
0394          <property name="text">
0395           <string>Do not filter (All recipients are allowed)</string>
0396          </property>
0397          <property name="checked">
0398           <bool>true</bool>
0399          </property>
0400         </widget>
0401        </item>
0402        <item>
0403         <widget class="QRadioButton" name="resizeEachEmails">
0404          <property name="text">
0405           <string>Resize if each emails address contains one of the pattern</string>
0406          </property>
0407         </widget>
0408        </item>
0409        <item>
0410         <widget class="QRadioButton" name="resizeOneEmails">
0411          <property name="text">
0412           <string>Resize if one emails address contains one of the pattern</string>
0413          </property>
0414         </widget>
0415        </item>
0416        <item>
0417         <widget class="QLineEdit" name="resizeEmailsPattern">
0418          <property name="placeholderText">
0419           <string>Specify patterns separate with ';'</string>
0420          </property>
0421          <property name="showClearButton" stdset="0">
0422           <bool>true</bool>
0423          </property>
0424         </widget>
0425        </item>
0426        <item>
0427         <widget class="QRadioButton" name="doNotResizeEachEmails">
0428          <property name="text">
0429           <string>Do not resize if each emails address contains one of the pattern</string>
0430          </property>
0431         </widget>
0432        </item>
0433        <item>
0434         <widget class="QRadioButton" name="doNotResizeOneEmails">
0435          <property name="text">
0436           <string>Do not resize if one emails address contains one of the pattern</string>
0437          </property>
0438         </widget>
0439        </item>
0440        <item>
0441         <widget class="QLineEdit" name="doNotResizePattern">
0442          <property name="placeholderText">
0443           <string>Specify patterns separate with ';'</string>
0444          </property>
0445          <property name="showClearButton" stdset="0">
0446           <bool>true</bool>
0447          </property>
0448         </widget>
0449        </item>
0450        <item>
0451         <spacer name="verticalSpacer_4">
0452          <property name="orientation">
0453           <enum>Qt::Vertical</enum>
0454          </property>
0455          <property name="sizeHint" stdset="0">
0456           <size>
0457            <width>20</width>
0458            <height>40</height>
0459           </size>
0460          </property>
0461         </spacer>
0462        </item>
0463       </layout>
0464      </widget>
0465     </widget>
0466    </item>
0467   </layout>
0468  </widget>
0469  <customwidgets>
0470   <customwidget>
0471    <class>MessageComposer::ImageScalingSelectFormat</class>
0472    <extends>QWidget</extends>
0473    <header>imagescaling/imagescalingselectformat.h</header>
0474   </customwidget>
0475  </customwidgets>
0476  <resources/>
0477  <connections/>
0478 </ui>