Warning, /graphics/skanlite/src/SaveLocation.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>SaveLocation</class>
0004  <widget class="QDialog" name="SaveLocation">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>452</width>
0010     <height>178</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Save Location</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <layout class="QFormLayout" name="formLayout">
0025      <item row="0" column="0">
0026       <widget class="QLabel" name="locationLabel">
0027        <property name="text">
0028         <string>Save Location:</string>
0029        </property>
0030        <property name="alignment">
0031         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0032        </property>
0033       </widget>
0034      </item>
0035      <item row="0" column="1">
0036       <layout class="QHBoxLayout" name="horizontalLayout">
0037        <item>
0038         <widget class="KUrlRequester" name="u_urlRequester">
0039          <property name="sizePolicy">
0040           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0041            <horstretch>0</horstretch>
0042            <verstretch>0</verstretch>
0043           </sizepolicy>
0044          </property>
0045          <property name="mode">
0046           <set>KFile::Directory|KFile::ExistingOnly</set>
0047          </property>
0048         </widget>
0049        </item>
0050       </layout>
0051      </item>
0052      <item row="1" column="0">
0053       <widget class="QLabel" name="namePrefixLabel">
0054        <property name="text">
0055         <string>Name &amp; Format:</string>
0056        </property>
0057        <property name="alignment">
0058         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0059        </property>
0060       </widget>
0061      </item>
0062      <item row="1" column="1">
0063       <layout class="QHBoxLayout">
0064        <item>
0065         <widget class="QLineEdit" name="u_imgPrefix">
0066          <property name="text">
0067           <string/>
0068          </property>
0069         </widget>
0070        </item>
0071        <item>
0072         <widget class="QLabel" name="numberLabel">
0073          <property name="text">
0074           <string>####.</string>
0075          </property>
0076         </widget>
0077        </item>
0078        <item>
0079         <widget class="QComboBox" name="u_imgFormat"/>
0080        </item>
0081       </layout>
0082      </item>
0083      <item row="2" column="0">
0084       <widget class="QLabel" name="numStartFromLabel">
0085        <property name="text">
0086         <string>Start numbering from:</string>
0087        </property>
0088        <property name="alignment">
0089         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0090        </property>
0091       </widget>
0092      </item>
0093      <item row="2" column="1">
0094       <layout class="QHBoxLayout" name="horizontalLayout_4">
0095        <item>
0096         <widget class="QSpinBox" name="u_numStartFrom">
0097          <property name="minimum">
0098           <number>0</number>
0099          </property>
0100          <property name="maximum">
0101           <number>999999</number>
0102          </property>
0103         </widget>
0104        </item>
0105        <item>
0106         <spacer name="horizontalSpacer">
0107          <property name="orientation">
0108           <enum>Qt::Horizontal</enum>
0109          </property>
0110          <property name="sizeHint" stdset="0">
0111           <size>
0112            <width>168</width>
0113            <height>20</height>
0114           </size>
0115          </property>
0116         </spacer>
0117        </item>
0118       </layout>
0119      </item>
0120      <item row="3" column="0">
0121       <widget class="QLabel" name="u_resultLabel">
0122        <property name="text">
0123         <string>Example:</string>
0124        </property>
0125       </widget>
0126      </item>
0127      <item row="3" column="1">
0128       <widget class="QLabel" name="u_resultValue">
0129        <property name="text">
0130         <string>/home/joe/example.png</string>
0131        </property>
0132        <property name="alignment">
0133         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0134        </property>
0135       </widget>
0136      </item>
0137     </layout>
0138    </item>
0139    <item>
0140     <widget class="QDialogButtonBox" name="u_dialogButtonBox">
0141      <property name="orientation">
0142       <enum>Qt::Horizontal</enum>
0143      </property>
0144      <property name="standardButtons">
0145       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0146      </property>
0147     </widget>
0148    </item>
0149   </layout>
0150  </widget>
0151  <customwidgets>
0152   <customwidget>
0153    <class>KUrlRequester</class>
0154    <extends>QWidget</extends>
0155    <header>kurlrequester.h</header>
0156   </customwidget>
0157  </customwidgets>
0158  <resources/>
0159  <connections>
0160   <connection>
0161    <sender>u_dialogButtonBox</sender>
0162    <signal>accepted()</signal>
0163    <receiver>SaveLocation</receiver>
0164    <slot>accept()</slot>
0165    <hints>
0166     <hint type="sourcelabel">
0167      <x>200</x>
0168      <y>152</y>
0169     </hint>
0170     <hint type="destinationlabel">
0171      <x>200</x>
0172      <y>86</y>
0173     </hint>
0174    </hints>
0175   </connection>
0176   <connection>
0177    <sender>u_dialogButtonBox</sender>
0178    <signal>rejected()</signal>
0179    <receiver>SaveLocation</receiver>
0180    <slot>reject()</slot>
0181    <hints>
0182     <hint type="sourcelabel">
0183      <x>200</x>
0184      <y>152</y>
0185     </hint>
0186     <hint type="destinationlabel">
0187      <x>200</x>
0188      <y>86</y>
0189     </hint>
0190    </hints>
0191   </connection>
0192  </connections>
0193 </ui>