Warning, /office/kile/src/dialogs/includegraphicsdialog_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  <class>IncludeGraphicsWidget</class>
0004  <widget class="QWidget" name="IncludeGraphicsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>485</width>
0010     <height>629</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string>File</string>
0018      </property>
0019      <layout class="QGridLayout" name="gridLayout_6">
0020       <item row="0" column="0">
0021        <widget class="QLabel" name="label">
0022         <property name="maximumSize">
0023          <size>
0024           <width>65</width>
0025           <height>16777215</height>
0026          </size>
0027         </property>
0028         <property name="text">
0029          <string>Picture:</string>
0030         </property>
0031        </widget>
0032       </item>
0033       <item row="0" column="1" colspan="2">
0034        <widget class="KUrlRequester" name="edit_file"/>
0035       </item>
0036       <item row="1" column="0">
0037        <widget class="QLabel" name="label_2">
0038         <property name="text">
0039          <string>Info:</string>
0040         </property>
0041        </widget>
0042       </item>
0043       <item row="1" column="1" colspan="2">
0044        <widget class="QLabel" name="infolabel">
0045         <property name="text">
0046          <string>---</string>
0047         </property>
0048        </widget>
0049       </item>
0050       <item row="2" column="0">
0051        <widget class="QLabel" name="label_4">
0052         <property name="text">
0053          <string>Output:</string>
0054         </property>
0055        </widget>
0056       </item>
0057       <item row="2" column="1">
0058        <widget class="QCheckBox" name="cb_center">
0059         <property name="text">
0060          <string>Center picture</string>
0061         </property>
0062         <property name="checked">
0063          <bool>true</bool>
0064         </property>
0065        </widget>
0066       </item>
0067       <item row="3" column="0">
0068        <widget class="QLabel" name="label_5">
0069         <property name="text">
0070          <string>Path:</string>
0071         </property>
0072        </widget>
0073       </item>
0074       <item row="3" column="1" colspan="2">
0075        <widget class="QCheckBox" name="cb_graphicspath">
0076         <property name="text">
0077          <string>Use \graphicspath command of LaTeX</string>
0078         </property>
0079        </widget>
0080       </item>
0081      </layout>
0082     </widget>
0083    </item>
0084    <item>
0085     <widget class="QTabWidget" name="tabWidget_2">
0086      <property name="maximumSize">
0087       <size>
0088        <width>16777215</width>
0089        <height>245</height>
0090       </size>
0091      </property>
0092      <property name="currentIndex">
0093       <number>0</number>
0094      </property>
0095      <widget class="QWidget" name="tab_5">
0096       <attribute name="title">
0097        <string>Image options</string>
0098       </attribute>
0099       <layout class="QVBoxLayout" name="verticalLayout">
0100        <item>
0101         <widget class="QGroupBox" name="groupBox_2">
0102          <property name="minimumSize">
0103           <size>
0104            <width>445</width>
0105            <height>130</height>
0106           </size>
0107          </property>
0108          <property name="focusPolicy">
0109           <enum>Qt::StrongFocus</enum>
0110          </property>
0111          <property name="title">
0112           <string/>
0113          </property>
0114          <layout class="QGridLayout" name="gridLayout_5">
0115           <item row="0" column="0">
0116            <widget class="QLabel" name="label_6">
0117             <property name="text">
0118              <string>Width:</string>
0119             </property>
0120            </widget>
0121           </item>
0122           <item row="0" column="1">
0123            <widget class="QLineEdit" name="edit_width"/>
0124           </item>
0125           <item row="0" column="2">
0126            <widget class="QLabel" name="label_7">
0127             <property name="text">
0128              <string>Height:</string>
0129             </property>
0130            </widget>
0131           </item>
0132           <item row="0" column="3">
0133            <widget class="QLineEdit" name="edit_height"/>
0134           </item>
0135           <item row="1" column="0">
0136            <widget class="QLabel" name="label_8">
0137             <property name="text">
0138              <string>Angle:</string>
0139             </property>
0140            </widget>
0141           </item>
0142           <item row="1" column="1">
0143            <widget class="QLineEdit" name="edit_angle"/>
0144           </item>
0145           <item row="2" column="0">
0146            <widget class="QLabel" name="label_24">
0147             <property name="text">
0148              <string>Bounding box:</string>
0149             </property>
0150            </widget>
0151           </item>
0152           <item row="2" column="1">
0153            <widget class="QLineEdit" name="edit_bb"/>
0154           </item>
0155           <item row="2" column="2" colspan="2">
0156            <widget class="QCheckBox" name="cb_bb">
0157             <property name="text">
0158              <string>Use bounding box</string>
0159             </property>
0160            </widget>
0161           </item>
0162           <item row="3" column="0">
0163            <widget class="QLabel" name="label_3">
0164             <property name="text">
0165              <string>Scale:</string>
0166             </property>
0167            </widget>
0168           </item>
0169           <item row="3" column="1">
0170            <widget class="QLineEdit" name="edit_scale"/>
0171           </item>
0172           <item row="3" column="2" colspan="2">
0173            <widget class="QCheckBox" name="cb_keepAspect">
0174             <property name="text">
0175              <string>Keep aspect ratio</string>
0176             </property>
0177            </widget>
0178           </item>
0179          </layout>
0180         </widget>
0181        </item>
0182       </layout>
0183      </widget>
0184      <widget class="QWidget" name="tab_6">
0185       <attribute name="title">
0186        <string>Trim image</string>
0187       </attribute>
0188       <layout class="QVBoxLayout" name="verticalLayout_2">
0189        <item>
0190         <widget class="QGroupBox" name="cb_clip">
0191          <property name="toolTip">
0192           <string>Trim image by the specified lengths</string>
0193          </property>
0194          <property name="title">
0195           <string>Trim Image</string>
0196          </property>
0197          <property name="checkable">
0198           <bool>true</bool>
0199          </property>
0200          <property name="checked">
0201           <bool>false</bool>
0202          </property>
0203          <layout class="QGridLayout" name="gridLayout_0">
0204           <item row="0" column="0">
0205            <widget class="QLabel" name="label_12">
0206             <property name="text">
0207              <string>Left:</string>
0208             </property>
0209            </widget>
0210           </item>
0211           <item row="1" column="0">
0212            <widget class="QLabel" name="label_13">
0213             <property name="text">
0214              <string>Top:</string>
0215             </property>
0216            </widget>
0217           </item>
0218           <item row="0" column="2">
0219            <widget class="QLabel" name="label_14">
0220             <property name="text">
0221              <string>Right:</string>
0222             </property>
0223            </widget>
0224           </item>
0225           <item row="1" column="2">
0226            <widget class="QLabel" name="label_15">
0227             <property name="text">
0228              <string>Bottom:</string>
0229             </property>
0230            </widget>
0231           </item>
0232           <item row="0" column="1">
0233            <widget class="QLineEdit" name="edit_trimLeft">
0234             <property name="text">
0235              <string>0pt</string>
0236             </property>
0237            </widget>
0238           </item>
0239           <item row="1" column="1">
0240            <widget class="QLineEdit" name="edit_trimTop">
0241             <property name="text">
0242              <string>0pt</string>
0243             </property>
0244            </widget>
0245           </item>
0246           <item row="0" column="3">
0247            <widget class="QLineEdit" name="edit_trimRight">
0248             <property name="text">
0249              <string>0pt</string>
0250             </property>
0251            </widget>
0252           </item>
0253           <item row="1" column="3">
0254            <widget class="QLineEdit" name="edit_trimBottom">
0255             <property name="text">
0256              <string>0pt</string>
0257             </property>
0258            </widget>
0259           </item>
0260          </layout>
0261         </widget>
0262        </item>
0263       </layout>
0264      </widget>
0265     </widget>
0266    </item>
0267    <item>
0268     <spacer name="verticalSpacer">
0269      <property name="orientation">
0270       <enum>Qt::Vertical</enum>
0271      </property>
0272      <property name="sizeType">
0273       <enum>QSizePolicy::Fixed</enum>
0274      </property>
0275      <property name="sizeHint" stdset="0">
0276       <size>
0277        <width>20</width>
0278        <height>10</height>
0279       </size>
0280      </property>
0281     </spacer>
0282    </item>
0283    <item>
0284     <widget class="QTabWidget" name="tabWidget">
0285      <property name="minimumSize">
0286       <size>
0287        <width>461</width>
0288        <height>248</height>
0289       </size>
0290      </property>
0291      <property name="currentIndex">
0292       <number>0</number>
0293      </property>
0294      <widget class="QWidget" name="tab">
0295       <attribute name="title">
0296        <string>figure</string>
0297       </attribute>
0298       <layout class="QGridLayout" name="gridLayout_4">
0299        <item row="0" column="0">
0300         <widget class="QGroupBox" name="cb_figure">
0301          <property name="title">
0302           <string>Use figure environment</string>
0303          </property>
0304          <property name="checkable">
0305           <bool>true</bool>
0306          </property>
0307          <property name="checked">
0308           <bool>false</bool>
0309          </property>
0310          <layout class="QGridLayout" name="gridLayout_7">
0311           <item row="0" column="0">
0312            <widget class="QLabel" name="label_10">
0313             <property name="text">
0314              <string>Label:</string>
0315             </property>
0316            </widget>
0317           </item>
0318           <item row="0" column="1" colspan="3">
0319            <widget class="QLineEdit" name="edit_label">
0320             <property name="text">
0321              <string>fig:</string>
0322             </property>
0323            </widget>
0324           </item>
0325           <item row="1" column="0">
0326            <widget class="QLabel" name="label_16">
0327             <property name="text">
0328              <string>Caption:</string>
0329             </property>
0330            </widget>
0331           </item>
0332           <item row="1" column="1" colspan="3">
0333            <widget class="QLineEdit" name="edit_caption"/>
0334           </item>
0335           <item row="2" column="0" rowspan="9">
0336            <widget class="QLabel" name="label_11">
0337             <property name="text">
0338              <string>Position:</string>
0339             </property>
0340            </widget>
0341           </item>
0342           <item row="4" column="1">
0343            <widget class="QCheckBox" name="cb_Bottom">
0344             <property name="text">
0345              <string>Bottom of page (b)</string>
0346             </property>
0347             <property name="checked">
0348              <bool>false</bool>
0349             </property>
0350            </widget>
0351           </item>
0352           <item row="4" column="2" colspan="2">
0353            <widget class="QCheckBox" name="cb_Page">
0354             <property name="text">
0355              <string>Extra page (p)</string>
0356             </property>
0357             <property name="checked">
0358              <bool>false</bool>
0359             </property>
0360            </widget>
0361           </item>
0362           <item row="3" column="2" colspan="2">
0363            <widget class="QCheckBox" name="cb_Here">
0364             <property name="text">
0365              <string>Here (h)</string>
0366             </property>
0367             <property name="checked">
0368              <bool>false</bool>
0369             </property>
0370            </widget>
0371           </item>
0372           <item row="3" column="1">
0373            <widget class="QCheckBox" name="cb_Top">
0374             <property name="text">
0375              <string>Top of page (t)</string>
0376             </property>
0377             <property name="checked">
0378              <bool>false</bool>
0379             </property>
0380            </widget>
0381           </item>
0382           <item row="5" column="1">
0383            <widget class="QCheckBox" name="cb_Force">
0384             <property name="text">
0385              <string>Force Positioning (!)</string>
0386             </property>
0387             <property name="checked">
0388              <bool>false</bool>
0389             </property>
0390            </widget>
0391           </item>
0392           <item row="5" column="2">
0393            <widget class="QCheckBox" name="cb_custom">
0394             <property name="text">
0395              <string>Custom:</string>
0396             </property>
0397            </widget>
0398           </item>
0399           <item row="5" column="3">
0400            <widget class="QLineEdit" name="edit_custom"/>
0401           </item>
0402          </layout>
0403         </widget>
0404        </item>
0405       </layout>
0406      </widget>
0407      <widget class="QWidget" name="tab_2">
0408       <attribute name="title">
0409        <string>wrapfigure</string>
0410       </attribute>
0411       <layout class="QGridLayout" name="gridLayout_2">
0412        <item row="3" column="0">
0413         <widget class="QGroupBox" name="cb_wrapfigure">
0414          <property name="title">
0415           <string>Use wrapfigure environment</string>
0416          </property>
0417          <property name="checkable">
0418           <bool>true</bool>
0419          </property>
0420          <property name="checked">
0421           <bool>false</bool>
0422          </property>
0423          <layout class="QGridLayout" name="gridLayout_3">
0424           <item row="0" column="0">
0425            <widget class="QLabel" name="label_17">
0426             <property name="text">
0427              <string>Label:</string>
0428             </property>
0429            </widget>
0430           </item>
0431           <item row="1" column="0">
0432            <widget class="QLabel" name="label_18">
0433             <property name="text">
0434              <string>Caption:</string>
0435             </property>
0436            </widget>
0437           </item>
0438           <item row="7" column="0">
0439            <widget class="QLabel" name="label_21">
0440             <property name="text">
0441              <string>Width:</string>
0442             </property>
0443            </widget>
0444           </item>
0445           <item row="7" column="1" colspan="4">
0446            <widget class="QLineEdit" name="edit_wrapwidth">
0447             <property name="text">
0448              <string>3.5in</string>
0449             </property>
0450            </widget>
0451           </item>
0452           <item row="1" column="1" colspan="4">
0453            <widget class="QLineEdit" name="edit_wrapcaption"/>
0454           </item>
0455           <item row="0" column="1" colspan="4">
0456            <widget class="QLineEdit" name="edit_wraplabel">
0457             <property name="text">
0458              <string>fig:</string>
0459             </property>
0460            </widget>
0461           </item>
0462           <item row="5" column="0">
0463            <widget class="QLabel" name="label_22">
0464             <property name="text">
0465              <string>Lines to break:</string>
0466             </property>
0467            </widget>
0468           </item>
0469           <item row="5" column="1">
0470            <widget class="QLineEdit" name="edit_wraplines"/>
0471           </item>
0472           <item row="2" column="2">
0473            <widget class="QCheckBox" name="cb_wrapleft">
0474             <property name="text">
0475              <string>Left (L/l)</string>
0476             </property>
0477            </widget>
0478           </item>
0479           <item row="3" column="2">
0480            <widget class="QCheckBox" name="cb_wrapoutside">
0481             <property name="text">
0482              <string>Outside (O/o)</string>
0483             </property>
0484            </widget>
0485           </item>
0486           <item row="2" column="1">
0487            <widget class="QCheckBox" name="cb_wrapright">
0488             <property name="text">
0489              <string>Right  (R/r)</string>
0490             </property>
0491             <property name="checked">
0492              <bool>true</bool>
0493             </property>
0494            </widget>
0495           </item>
0496           <item row="3" column="1">
0497            <widget class="QCheckBox" name="cb_wrapinside">
0498             <property name="text">
0499              <string>Inside (I/i)</string>
0500             </property>
0501            </widget>
0502           </item>
0503           <item row="2" column="3" colspan="2">
0504            <widget class="QCheckBox" name="cb_wrapfloat">
0505             <property name="text">
0506              <string>Float figure</string>
0507             </property>
0508            </widget>
0509           </item>
0510           <item row="5" column="4">
0511            <widget class="QLineEdit" name="edit_wrapoverhang"/>
0512           </item>
0513           <item row="5" column="2">
0514            <widget class="QLabel" name="label_20">
0515             <property name="text">
0516              <string>Overhang:</string>
0517             </property>
0518            </widget>
0519           </item>
0520           <item row="2" column="0" rowspan="2">
0521            <widget class="QLabel" name="label_19">
0522             <property name="maximumSize">
0523              <size>
0524               <width>79</width>
0525               <height>88</height>
0526              </size>
0527             </property>
0528             <property name="text">
0529              <string>Placement:</string>
0530             </property>
0531            </widget>
0532           </item>
0533          </layout>
0534         </widget>
0535        </item>
0536       </layout>
0537      </widget>
0538     </widget>
0539    </item>
0540   </layout>
0541  </widget>
0542  <customwidgets>
0543   <customwidget>
0544    <class>KUrlRequester</class>
0545    <extends>QWidget</extends>
0546    <header>kurlrequester.h</header>
0547   </customwidget>
0548  </customwidgets>
0549  <tabstops>
0550   <tabstop>edit_file</tabstop>
0551   <tabstop>cb_center</tabstop>
0552   <tabstop>cb_graphicspath</tabstop>
0553   <tabstop>tabWidget_2</tabstop>
0554   <tabstop>edit_width</tabstop>
0555   <tabstop>edit_height</tabstop>
0556   <tabstop>edit_angle</tabstop>
0557   <tabstop>edit_bb</tabstop>
0558   <tabstop>cb_bb</tabstop>
0559   <tabstop>edit_scale</tabstop>
0560   <tabstop>cb_keepAspect</tabstop>
0561   <tabstop>tabWidget</tabstop>
0562   <tabstop>edit_label</tabstop>
0563   <tabstop>edit_caption</tabstop>
0564   <tabstop>cb_Top</tabstop>
0565   <tabstop>cb_Here</tabstop>
0566   <tabstop>cb_Bottom</tabstop>
0567   <tabstop>cb_Page</tabstop>
0568   <tabstop>cb_Force</tabstop>
0569   <tabstop>cb_custom</tabstop>
0570   <tabstop>edit_custom</tabstop>
0571   <tabstop>cb_clip</tabstop>
0572   <tabstop>edit_trimLeft</tabstop>
0573   <tabstop>edit_trimRight</tabstop>
0574   <tabstop>edit_trimTop</tabstop>
0575   <tabstop>edit_trimBottom</tabstop>
0576   <tabstop>cb_wrapfigure</tabstop>
0577   <tabstop>edit_wraplabel</tabstop>
0578   <tabstop>edit_wrapcaption</tabstop>
0579   <tabstop>cb_wrapright</tabstop>
0580   <tabstop>cb_wrapleft</tabstop>
0581   <tabstop>cb_wrapfloat</tabstop>
0582   <tabstop>cb_wrapinside</tabstop>
0583   <tabstop>cb_wrapoutside</tabstop>
0584   <tabstop>edit_wraplines</tabstop>
0585   <tabstop>edit_wrapoverhang</tabstop>
0586   <tabstop>edit_wrapwidth</tabstop>
0587   <tabstop>groupBox_2</tabstop>
0588   <tabstop>cb_figure</tabstop>
0589  </tabstops>
0590  <resources/>
0591  <connections>
0592   <connection>
0593    <sender>cb_custom</sender>
0594    <signal>toggled(bool)</signal>
0595    <receiver>edit_custom</receiver>
0596    <slot>setEnabled(bool)</slot>
0597    <hints>
0598     <hint type="sourcelabel">
0599      <x>277</x>
0600      <y>563</y>
0601     </hint>
0602     <hint type="destinationlabel">
0603      <x>446</x>
0604      <y>563</y>
0605     </hint>
0606    </hints>
0607   </connection>
0608  </connections>
0609 </ui>