Warning, /graphics/spectacle/src/Gui/SettingsDialog/ImageSaveOptions.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>ImageSaveOptions</class>
0004  <widget class="QWidget" name="ImageSaveOptions">
0005   <layout class="QFormLayout" name="formLayout">
0006    <item row="1" column="0">
0007     <widget class="QLabel" name="saveLocationLabel">
0008      <property name="text">
0009       <string>Save Location:</string>
0010      </property>
0011      <property name="buddy">
0012       <cstring>kcfg_imageSaveLocation</cstring>
0013      </property>
0014     </widget>
0015    </item>
0016    <item row="1" column="1">
0017     <widget class="KUrlRequester" name="kcfg_imageSaveLocation">
0018      <property name="mode">
0019       <set>KFile::Directory|KFile::LocalOnly</set>
0020      </property>
0021     </widget>
0022    </item>
0023    <item row="2" column="0">
0024     <widget class="QLabel" name="qualityLabel">
0025      <property name="text">
0026       <string>Compression Quality:</string>
0027      </property>
0028      <property name="buddy">
0029       <cstring>qualitySpinner</cstring>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="2" column="1">
0034     <layout class="QHBoxLayout" name="qualityHLayout">
0035      <item>
0036       <layout class="QVBoxLayout" name="qualityVLayout">
0037        <property name="spacing">
0038         <number>0</number>
0039        </property>
0040        <item>
0041         <widget class="QSlider" name="kcfg_imageCompressionQuality">
0042          <property name="maximum">
0043           <number>100</number>
0044          </property>
0045          <property name="orientation">
0046           <enum>Qt::Horizontal</enum>
0047          </property>
0048         </widget>
0049        </item>
0050        <item alignment="Qt::AlignTop">
0051         <widget class="QLabel" name="imageCompressionQualityHelpLable">
0052          <property name="text">
0053           <string>For lossy image formats like JPEG</string>
0054          </property>
0055         </widget>
0056        </item>
0057       </layout>
0058      </item>
0059      <item alignment="Qt::AlignTop">
0060       <widget class="QSpinBox" name="qualitySpinner">
0061        <property name="suffix">
0062         <string>%</string>
0063        </property>
0064        <property name="maximum">
0065         <number>100</number>
0066        </property>
0067       </widget>
0068      </item>
0069     </layout>
0070    </item>
0071    <item row="3" column="0">
0072     <widget class="QLabel" name="filenameLabel">
0073      <property name="text">
0074       <string>Filename:</string>
0075      </property>
0076      <property name="buddy">
0077       <cstring>kcfg_imageFilenameFormat</cstring>
0078      </property>
0079     </widget>
0080    </item>
0081    <item row="3" column="1">
0082     <layout class="QHBoxLayout" name="saveLayout">
0083      <item>
0084       <widget class="QLineEdit" name="kcfg_imageFilenameTemplate">
0085        <property name="placeholderText">
0086         <string notr="true">%d</string>
0087        </property>
0088       </widget>
0089      </item>
0090      <item>
0091       <widget class="QComboBox" name="kcfg_preferredImageFormat">
0092        <property name="kcfg_property" stdset="0">
0093         <!-- This is not a user-visible string but a property name. Don't translate it. -->
0094         <string notr="true">currentText</string>
0095        </property>
0096       </widget>
0097      </item>
0098     </layout>
0099    </item>
0100    <item row="4" column="0">
0101     <widget class="QLabel" name="PreviewLabel">
0102      <property name="text">
0103       <string comment="Preview of the user configured filename">Preview:</string>
0104      </property>
0105     </widget>
0106    </item>
0107    <item row="4" column="1">
0108     <widget class="QLabel" name="preview">
0109      <property name="text">
0110       <string/>
0111      </property>
0112     </widget>
0113    </item>
0114    <item row="6" column="1">
0115     <widget class="QLabel" name="captureInstructionLabel">
0116      <property name="text">
0117       <string/>
0118      </property>
0119      <property name="textFormat">
0120       <enum>Qt::RichText</enum>
0121      </property>
0122      <property name="wordWrap">
0123       <bool>true</bool>
0124      </property>
0125     </widget>
0126    </item>
0127   </layout>
0128  </widget>
0129  <customwidgets>
0130   <customwidget>
0131    <class>KUrlRequester</class>
0132    <extends>QWidget</extends>
0133    <header>kurlrequester.h</header>
0134   </customwidget>
0135  </customwidgets>
0136  <resources/>
0137  <connections>
0138   <connection>
0139    <sender>kcfg_imageCompressionQuality</sender>
0140    <signal>valueChanged(int)</signal>
0141    <receiver>qualitySpinner</receiver>
0142    <slot>setValue(int)</slot>
0143    <hints>
0144     <hint type="sourcelabel">
0145      <x>20</x>
0146      <y>20</y>
0147     </hint>
0148     <hint type="destinationlabel">
0149      <x>20</x>
0150      <y>20</y>
0151     </hint>
0152    </hints>
0153   </connection>
0154   <connection>
0155    <sender>qualitySpinner</sender>
0156    <signal>valueChanged(int)</signal>
0157    <receiver>kcfg_imageCompressionQuality</receiver>
0158    <slot>setValue(int)</slot>
0159    <hints>
0160     <hint type="sourcelabel">
0161      <x>20</x>
0162      <y>20</y>
0163     </hint>
0164     <hint type="destinationlabel">
0165      <x>20</x>
0166      <y>20</y>
0167     </hint>
0168    </hints>
0169   </connection>
0170  </connections>
0171 </ui>