Warning, /office/kile/src/dialogs/postscriptdialog_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>PostscriptDialog</class>
0004  <widget class="QWidget" name="PostscriptDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>433</width>
0010     <height>377</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QGroupBox" name="groupBox">
0028      <property name="title">
0029       <string>Parameter</string>
0030      </property>
0031      <layout class="QGridLayout">
0032       <item row="4" column="1">
0033        <widget class="KComboBox" name="m_cbTask">
0034         <property name="whatsThis">
0035          <string>Choose one of the 18 operations to convert a postscript file. The last four operations need specific parameters.</string>
0036         </property>
0037        </widget>
0038       </item>
0039       <item row="0" column="0" colspan="2">
0040        <widget class="QLabel" name="m_lbInfo">
0041         <property name="text">
0042          <string>Conversion of ps files is made by 'pstops' and 'psselect'.
0043 Be sure to call 'dvips' with option '-t a4' and
0044 hyperref package (if needed) with option 'a4paper'.</string>
0045         </property>
0046         <property name="alignment">
0047          <set>Qt::AlignCenter</set>
0048         </property>
0049        </widget>
0050       </item>
0051       <item row="2" column="0">
0052        <widget class="QLabel" name="label_2">
0053         <property name="text">
0054          <string>Input file:</string>
0055         </property>
0056        </widget>
0057       </item>
0058       <item row="3" column="0">
0059        <widget class="QLabel" name="label_3">
0060         <property name="text">
0061          <string>Output file:</string>
0062         </property>
0063        </widget>
0064       </item>
0065       <item row="2" column="1">
0066        <widget class="KUrlRequester" name="m_edInfile">
0067         <property name="whatsThis">
0068          <string>Input file, which should be converted.</string>
0069         </property>
0070        </widget>
0071       </item>
0072       <item row="6" column="1">
0073        <widget class="QCheckBox" name="m_cbView">
0074         <property name="whatsThis">
0075          <string>View the result of the conversion process. okular is always taken as an external viewer.</string>
0076         </property>
0077         <property name="text">
0078          <string>Show ps file with 'okular'</string>
0079         </property>
0080         <property name="checked">
0081          <bool>true</bool>
0082         </property>
0083        </widget>
0084       </item>
0085       <item row="4" column="0">
0086        <widget class="QLabel" name="label_4">
0087         <property name="text">
0088          <string>Task:</string>
0089         </property>
0090        </widget>
0091       </item>
0092       <item row="5" column="1">
0093        <widget class="QWidget" name="widget" native="true">
0094         <layout class="QVBoxLayout">
0095          <property name="spacing">
0096           <number>0</number>
0097          </property>
0098          <property name="leftMargin">
0099           <number>0</number>
0100          </property>
0101          <property name="topMargin">
0102           <number>0</number>
0103          </property>
0104          <property name="rightMargin">
0105           <number>0</number>
0106          </property>
0107          <property name="bottomMargin">
0108           <number>0</number>
0109          </property>
0110          <item>
0111           <widget class="QLineEdit" name="m_edParameter">
0112            <property name="whatsThis">
0113             <string>'Select pages' and 'Free Parameter' need some specific parameter, which you can enter here</string>
0114            </property>
0115           </widget>
0116          </item>
0117          <item>
0118           <widget class="QSpinBox" name="m_spCopies">
0119            <property name="whatsThis">
0120             <string>When you want to copy pages, you must enter the number of copies</string>
0121            </property>
0122            <property name="minimum">
0123             <number>1</number>
0124            </property>
0125           </widget>
0126          </item>
0127         </layout>
0128        </widget>
0129       </item>
0130       <item row="3" column="1">
0131        <widget class="KUrlRequester" name="m_edOutfile">
0132         <property name="whatsThis">
0133          <string>The name of the output file. This entry may also be empty, if you only want to view the result without saving it. In this case the viewer checkbox must be checked.</string>
0134         </property>
0135        </widget>
0136       </item>
0137       <item row="6" column="0">
0138        <widget class="QLabel" name="label_6">
0139         <property name="text">
0140          <string>Viewer:</string>
0141         </property>
0142        </widget>
0143       </item>
0144       <item row="5" column="0">
0145        <widget class="QLabel" name="m_lbParameter">
0146         <property name="text">
0147          <string>Parameter:</string>
0148         </property>
0149        </widget>
0150       </item>
0151       <item row="1" column="0" colspan="2">
0152        <widget class="KMessageWidget" name="m_mwErrors">
0153         <property name="closeButtonVisible">
0154          <bool>false</bool>
0155         </property>
0156        </widget>
0157       </item>
0158      </layout>
0159     </widget>
0160    </item>
0161    <item>
0162     <spacer>
0163      <property name="orientation">
0164       <enum>Qt::Vertical</enum>
0165      </property>
0166      <property name="sizeHint" stdset="0">
0167       <size>
0168        <width>20</width>
0169        <height>40</height>
0170       </size>
0171      </property>
0172     </spacer>
0173    </item>
0174   </layout>
0175  </widget>
0176  <customwidgets>
0177   <customwidget>
0178    <class>KMessageWidget</class>
0179    <extends>QFrame</extends>
0180    <header>kmessagewidget.h</header>
0181   </customwidget>
0182   <customwidget>
0183    <class>KUrlRequester</class>
0184    <extends>QWidget</extends>
0185    <header>kurlrequester.h</header>
0186   </customwidget>
0187   <customwidget>
0188    <class>KComboBox</class>
0189    <extends>QComboBox</extends>
0190    <header>kcombobox.h</header>
0191   </customwidget>
0192  </customwidgets>
0193  <resources/>
0194  <connections/>
0195 </ui>