Warning, /graphics/gwenview/app/fullscreenconfigwidget.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>FullScreenConfigWidget</class>
0004  <widget class="QWidget" name="FullScreenConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>258</width>
0010     <height>312</height>
0011    </rect>
0012   </property>
0013   <property name="styleSheet">
0014    <string notr="true"/>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>Slideshow</string>
0021      </property>
0022      <property name="flat">
0023       <bool>true</bool>
0024      </property>
0025      <layout class="QVBoxLayout" name="verticalLayout_4">
0026       <item>
0027        <widget class="QLabel" name="label">
0028         <property name="text">
0029          <string>Interval:</string>
0030         </property>
0031         <property name="buddy">
0032          <cstring>mSlideShowIntervalSlider</cstring>
0033         </property>
0034        </widget>
0035       </item>
0036       <item>
0037        <layout class="QHBoxLayout" name="horizontalLayout">
0038         <item>
0039          <widget class="QSlider" name="mSlideShowIntervalSlider">
0040           <property name="minimum">
0041            <number>2</number>
0042           </property>
0043           <property name="maximum">
0044            <number>60</number>
0045           </property>
0046           <property name="orientation">
0047            <enum>Qt::Horizontal</enum>
0048           </property>
0049          </widget>
0050         </item>
0051         <item>
0052          <widget class="QLabel" name="mSlideShowIntervalLabel">
0053           <property name="sizePolicy">
0054            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0055             <horstretch>0</horstretch>
0056             <verstretch>0</verstretch>
0057            </sizepolicy>
0058           </property>
0059           <property name="minimumSize">
0060            <size>
0061             <width>30</width>
0062             <height>0</height>
0063            </size>
0064           </property>
0065           <property name="text">
0066            <string notr="true">[N secs]</string>
0067           </property>
0068          </widget>
0069         </item>
0070        </layout>
0071       </item>
0072       <item>
0073        <widget class="QCheckBox" name="mSlideShowLoopCheckBox">
0074         <property name="text">
0075          <string>Loop</string>
0076         </property>
0077        </widget>
0078       </item>
0079       <item>
0080        <widget class="QCheckBox" name="mSlideShowRandomCheckBox">
0081         <property name="text">
0082          <string>Random</string>
0083         </property>
0084        </widget>
0085       </item>
0086      </layout>
0087     </widget>
0088    </item>
0089    <item>
0090     <widget class="QGroupBox" name="groupBox_2">
0091      <property name="title">
0092       <string>Image Information</string>
0093      </property>
0094      <property name="flat">
0095       <bool>true</bool>
0096      </property>
0097      <layout class="QVBoxLayout" name="verticalLayout_3">
0098       <item>
0099        <widget class="QPushButton" name="mConfigureDisplayedInformationButton">
0100         <property name="text">
0101          <string>Select Image Information to Display...</string>
0102         </property>
0103        </widget>
0104       </item>
0105      </layout>
0106     </widget>
0107    </item>
0108    <item>
0109     <widget class="QGroupBox" name="mThumbnailGroupBox">
0110      <property name="title">
0111       <string>Thumbnails</string>
0112      </property>
0113      <property name="flat">
0114       <bool>true</bool>
0115      </property>
0116      <layout class="QVBoxLayout" name="verticalLayout_2">
0117       <item>
0118        <widget class="QCheckBox" name="mShowThumbnailsCheckBox">
0119         <property name="text">
0120          <string>Show thumbnails</string>
0121         </property>
0122         <property name="checked">
0123          <bool>true</bool>
0124         </property>
0125        </widget>
0126       </item>
0127       <item>
0128        <widget class="QLabel" name="label_5">
0129         <property name="text">
0130          <string>Height:</string>
0131         </property>
0132         <property name="buddy">
0133          <cstring>mHeightSlider</cstring>
0134         </property>
0135        </widget>
0136       </item>
0137       <item>
0138        <widget class="QSlider" name="mHeightSlider">
0139         <property name="sizePolicy">
0140          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0141           <horstretch>0</horstretch>
0142           <verstretch>0</verstretch>
0143          </sizepolicy>
0144         </property>
0145         <property name="minimumSize">
0146          <size>
0147           <width>204</width>
0148           <height>0</height>
0149          </size>
0150         </property>
0151         <property name="minimum">
0152          <number>70</number>
0153         </property>
0154         <property name="maximum">
0155          <number>256</number>
0156         </property>
0157         <property name="value">
0158          <number>70</number>
0159         </property>
0160         <property name="orientation">
0161          <enum>Qt::Horizontal</enum>
0162         </property>
0163        </widget>
0164       </item>
0165      </layout>
0166     </widget>
0167    </item>
0168   </layout>
0169  </widget>
0170  <tabstops>
0171   <tabstop>mSlideShowIntervalSlider</tabstop>
0172   <tabstop>mSlideShowLoopCheckBox</tabstop>
0173   <tabstop>mSlideShowRandomCheckBox</tabstop>
0174   <tabstop>mConfigureDisplayedInformationButton</tabstop>
0175   <tabstop>mShowThumbnailsCheckBox</tabstop>
0176   <tabstop>mHeightSlider</tabstop>
0177  </tabstops>
0178  <resources/>
0179  <connections>
0180   <connection>
0181    <sender>mShowThumbnailsCheckBox</sender>
0182    <signal>toggled(bool)</signal>
0183    <receiver>mHeightSlider</receiver>
0184    <slot>setEnabled(bool)</slot>
0185    <hints>
0186     <hint type="sourcelabel">
0187      <x>137</x>
0188      <y>328</y>
0189     </hint>
0190     <hint type="destinationlabel">
0191      <x>156</x>
0192      <y>362</y>
0193     </hint>
0194    </hints>
0195   </connection>
0196   <connection>
0197    <sender>mShowThumbnailsCheckBox</sender>
0198    <signal>toggled(bool)</signal>
0199    <receiver>label_5</receiver>
0200    <slot>setEnabled(bool)</slot>
0201    <hints>
0202     <hint type="sourcelabel">
0203      <x>94</x>
0204      <y>332</y>
0205     </hint>
0206     <hint type="destinationlabel">
0207      <x>85</x>
0208      <y>354</y>
0209     </hint>
0210    </hints>
0211   </connection>
0212  </connections>
0213 </ui>