Warning, /graphics/kuickshow/src/slideshowwidget.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>SlideShowWidget</class>
0004  <widget class="QWidget" name="SlideShowWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>208</width>
0010     <height>218</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Slideshow</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QCheckBox" name="fullScreen">
0019      <property name="text">
0020       <string>Switch to &amp;full-screen</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <widget class="QCheckBox" name="startWithCurrent">
0026      <property name="text">
0027       <string>S&amp;tart with current image</string>
0028      </property>
0029     </widget>
0030    </item>
0031    <item>
0032     <widget class="QLabel" name="label">
0033      <property name="text">
0034       <string>De&amp;lay between slides:</string>
0035      </property>
0036      <property name="buddy">
0037       <cstring>delayTime</cstring>
0038      </property>
0039     </widget>
0040    </item>
0041    <item>
0042     <widget class="QSpinBox" name="delayTime">
0043      <property name="specialValueText">
0044       <string>Wait for key</string>
0045      </property>
0046      <property name="suffix">
0047       <string> sec</string>
0048      </property>
0049      <property name="maximum">
0050       <number>3600</number>
0051      </property>
0052     </widget>
0053    </item>
0054    <item>
0055     <widget class="QLabel" name="label_2">
0056      <property name="text">
0057       <string>&amp;Iterations (0 = infinite):</string>
0058      </property>
0059      <property name="buddy">
0060       <cstring>cycles</cstring>
0061      </property>
0062     </widget>
0063    </item>
0064    <item>
0065     <widget class="QSpinBox" name="cycles">
0066      <property name="maximum">
0067       <number>500</number>
0068      </property>
0069     </widget>
0070    </item>
0071    <item>
0072     <spacer name="verticalSpacer">
0073      <property name="orientation">
0074       <enum>Qt::Vertical</enum>
0075      </property>
0076      <property name="sizeHint" stdset="0">
0077       <size>
0078        <width>20</width>
0079        <height>40</height>
0080       </size>
0081      </property>
0082     </spacer>
0083    </item>
0084   </layout>
0085  </widget>
0086  <resources/>
0087  <connections/>
0088 </ui>